From: Donjan R. <dr...@st...> - 2012-10-05 11:32:23
Attachments:
video-1.0.2.diff
|
Hi everyone I've had some video processing tasks and noticed the octave video-1.0.2 package from OctaveForge has fallen into disrepair. I've emailed the designated maintainer Xavier Delacour some days ago but haven't received a reply yet, so I hope this is the right place to hand in the patch set. Most of the work to make it play nice with newer ffmpeg versions has been done by Nitzan [1], my fixes make it correctly return NumFrames and the file size with newer ffmpeg versions, plus not reject videos with odd dimension sizes. Please cc me as I'm not subscribed to the dev list. cheers Donjan Rodic [1] http://sourceforge.net/mailarchive/forum.php?thread_name=1347827972483-4644202.post%40n4.nabble.com&forum_name=octave-dev |
From: Carnë D. <car...@gm...> - 2012-10-05 14:23:53
|
On 5 October 2012 13:19, Donjan Rodic <dr...@st...> wrote: > I've had some video processing tasks and noticed the octave video-1.0.2 > package from OctaveForge has fallen into disrepair. I've emailed the > designated maintainer Xavier Delacour some days ago but haven't received a > reply yet, so I hope this is the right place to hand in the patch set. > > Most of the work to make it play nice with newer ffmpeg versions has been > done by Nitzan [1], my fixes make it correctly return NumFrames and the file > size with newer ffmpeg versions, plus not reject videos with odd dimension > sizes. > > Please cc me as I'm not subscribed to the dev list. Hi Donjan the video package is indeed unmaintained at the moment, last release was more than 3 years ago. Despite no maintainer, some users have submitted patches to the package so yours no longer applies. Could you please submit a new one against the dev version? You should be able to checkout the current devel with: svn checkout https://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/video Also could you please submit bug reports and patches to https://sourceforge.net/p/octave/bugs/ Things get lost too easily in mailing lists. Thanks in advance, Carnë |
From: Donjan R. <dr...@st...> - 2012-10-05 18:00:49
|
On 05.10.2012 16:23, Carnë Draug wrote: > On 5 October 2012 13:19, Donjan Rodic <dr...@st...> wrote: >> I've had some video processing tasks and noticed the octave video-1.0.2 >> package from OctaveForge has fallen into disrepair. I've emailed the >> designated maintainer Xavier Delacour some days ago but haven't received a >> reply yet, so I hope this is the right place to hand in the patch set. >> >> Most of the work to make it play nice with newer ffmpeg versions has been >> done by Nitzan [1], my fixes make it correctly return NumFrames and the file >> size with newer ffmpeg versions, plus not reject videos with odd dimension >> sizes. >> >> Please cc me as I'm not subscribed to the dev list. > Hi Donjan > > the video package is indeed unmaintained at the moment, last release > was more than 3 years ago. Despite no maintainer, some users have > submitted patches to the package so yours no longer applies. Could you > please submit a new one against the dev version? You should be able to > checkout the current devel with: > > svn checkout https://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/video > > Also could you please submit bug reports and patches to > https://sourceforge.net/p/octave/bugs/ Things get lost too easily in > mailing lists. > > Thanks in advance, > Carnë Hello Carnë I've made a patch against svn and opened a ticket on the bug tracker you linked to. Hope someone of you guys will do an updated release, the OctaveForge download has been non-functional for quite a while now. cheers Donjan |