[issue2225] MPEG2 transcoding drops a lot of frames

2011-01-14 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Works fine with -r 25 (ffmpeg is assuming 12,5 fps by default for this sample) FFmpeg issue tracker

[issue2225] MPEG2 transcoding drops a lot of frames

2010-09-11 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Attached sample plays fine with mplayer -demuxer mpegps and -demuxer lavf, skips many frames with ffplay and is badly transcoded with ffmpeg: Not only are half the frames skipped, but the resulting file is slightly off sync. -- status: new -> open sub

[issue2225] MPEG2 transcoding drops a lot of frames

2010-09-10 Thread Michael N. Pritula
New submission from Michael N. Pritula : Attached file, when transcoded, gets audio/video desync. I guess this happens because of frame drops which are logged by FFmpeg: $ ./ffmpeg-new.sh -i mpeg2_drops_10M -ar 22050 -y out.flv FFmpeg version SVN-r25095, Copyright (c) 2000-2010 the FFmpeg develop