[gstreamer-bugs] Gstreamer can't repeat conveted mp4 from m2ts by FFmpeg

feft hisabojp at gmail.com
Mon Dec 13 21:27:24 PST 2010


Hi all,

I converted m2ts file into mp4 file with FFmpeg version SVN-r25919
 (http://ffmpeg.arrozcru.org/autobuilds/).
Totem could play normally converted mp4 file.
However, totem could not replay converted mp4 file normally when I set
totem in repeat mode.
The converted mp4 file could be replayed normally in VLC on Ubuntu and
the other Media Players in Windows.
The conversion methods are as follows.

ffmpeg -i 00003.m2ts -ab 200k -vcodec libx264 -fpre ./libx264-fast.ffpreset
-aspect 16:9 -s 1920x1080  -sameq -b 6000k -maxrate 15000k -bufsize 40000k
 -threads 0 -y 00003.mp4

I converted 00003.m2ts included in x264 Blu-ray.iso into mp4 file.
You can download x264 Blu-ray.iso with http://x264.nl/x264_Demo_Blu-ray.torrent.

EOS event does not occur when I do repeat in player.py of the PyGST
sample program.

Best Regards.




More information about the Gstreamer-bugs mailing list