Comment 12 for bug 503112

Revision history for this message
Dan Dennedy (dan-dennedy) wrote :

Does "MPEG" mean MPEG-1, MPEG-2, MPEG-4p2, MPEG-4 AVC, or all of the above?

I see one comment that indicates "mpeg1video." FFmpeg has known problems with seeking on some MPEG-1 video files. Sometimes the problem goes away after recoding them with ffmpeg:

ffmpeg -i original.mpg -sameq -acodec copy -vcodec mpeg1video %1.mpg