Activity log for bug #1386250

Date Who What changed Old value New value Message
2014-10-27 15:11:37 Hansi Schmidt bug added bug
2014-10-27 15:11:37 Hansi Schmidt attachment added ffmpeg2theora.patch https://bugs.launchpad.net/bugs/1386250/+attachment/4246278/+files/ffmpeg2theora.patch
2014-10-28 16:43:41 Hansi Schmidt description If you want to convert an image sequence and you want a different frame rate than default ( 25 ) you only can fail, because of the inputfps value is ignored since 0.28. We were able to debug and to fix it.... you can find a patch attached. If you want to convert an image sequence and you want a different frame rate than default ( 25 ) you only can fail, because of the inputfps value is ignored since 0.28. We were able to debug and to fix it.... you can find a patch attached. I want to add, that we have problems furtermore at end in "ff2theora_close" at "av_free". I get a message that the heap is corrupted, but when I use recommended "av_freep", it seems to work out. The arguments are: Win_"%"4d.tga -o _test.ogm --inputfps 50
2014-10-28 17:36:52 Hansi Schmidt description If you want to convert an image sequence and you want a different frame rate than default ( 25 ) you only can fail, because of the inputfps value is ignored since 0.28. We were able to debug and to fix it.... you can find a patch attached. I want to add, that we have problems furtermore at end in "ff2theora_close" at "av_free". I get a message that the heap is corrupted, but when I use recommended "av_freep", it seems to work out. The arguments are: Win_"%"4d.tga -o _test.ogm --inputfps 50 If you want to convert an image sequence and you want a different frame rate than default ( 25 ) you only can fail, because of the inputfps value is ignored since 0.28. We were able to debug and to fix it.... you can find a patch attached.
2014-10-28 17:52:29 Hansi Schmidt summary inputfps value ignored for image sequence inputfps value ignored for image sequence ( patch attached )
2014-12-11 11:13:39 j^ ffmpeg2theora: status New Fix Committed