On 04/17/09 19:41, Joseph wrote:
For current usage I just convert them to standard DVD:
ffmpeg -i foobar.mpg4 -target ntsc-dvd foobar.mpg # convert to mpeg2
dvdauthor -t -o foobar foobar.mpg # author the file
dvdauthor -T -o foobar
Well:
ffmpeg -i foobar.mpg4 -target ntsc-dvd foobar.mpg
is not working wery well, a lot of errors:
....
[h264 @ 0x62b1a0]AVC: Consumed only 38533 bytes instead of 38540
[h264 @ 0x62b1a0]AVC: Consumed only 36229 bytes instead of 36236
[h264 @ 0x62b1a0]AVC: Consumed only 25207 bytes instead of 25212
[h264 @ 0x62b1a0]AVC: Consumed only 25061 bytes instead of 25068
[h264 @ 0x62b1a0]AVC: Consumed only 25166 bytes instead of 25172
[h264 @ 0x62b1a0]AVC: Consumed only 42910 bytes instead of 42916
[h264 @ 0x62b1a0]AVC: Consumed only 25608 bytes instead of 25612
[h264 @ 0x62b1a0]AVC: Consumed only 25871 bytes instead of 25876
Error while decoding stream #0.1
Error while decoding stream #0.1
Error while decoding stream #0.1
Error while decoding stream #0.1
Error while decoding stream #0.1
Error while decoding stream #0.1
....
it converted the file but there is no voice.
--
Joseph