jxself <[email protected]> added the comment:

Ah; the command used:

ffmpeg -i /Users/jason/Movies/TV\ Shows/Holding\ 
Area/KUNG_FU_PANDA.VOB -croptop 56 -cropbottom 56  -aspect 2.35 -r 
24000:1001 -f yuv4mpegpipe - | sh libtheora-
1.1alpha2/examples/encoder_example -v 9 - -o small.ogv

ffmpeg -i kfp_small.vob -vn -ac 6 -f wav - | oggenc -R 48000 -C 6 - -o 
out.ogg

oggz-merge -o kfp_small.ogv small.ogv out.ogg

In this case, the theora & vorbis encoding are being done outside of 
ffmpeg and the output is fine.

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1197>
_____________________________________________________

Reply via email to