GNOME Bugzilla – Bug 628590
h264 avi videos play with a lot of frame drops
Last modified: 2012-02-08 20:17:53 UTC
the videos on http://and.intercon.ru/releases/talks/rtfrucvg/ http://and.intercon.ru/videos/rtfrucvg_part1_prototype_h264.avi http://and.intercon.ru/videos/rtfrucvg_part2_live_x360_h264.avi play okay in mplayer but drop frames very heavily. This way they play fine: gst-launch playbin uri=file://$PWD/rtfrucvg_part1_prototype_h264.avi flags=99 video-sink="xvimagesink qos=false sync=false" CPU load is quite high, but there are a few percent left. timestamps seem to be okay as well: gst-launch -v playbin uri=file://$PWD/rtfrucvg_part1_prototype_h264.avi flags=99 video-sink="fakesink sync=true" | grep -o "timestamp: [0-9:.]*," | sed -e 's/timestamp: 0:00:\(.*\),/\1/' >ts.log gnuplot plot 'ts.log' using 1 with dots; I am using git HEAD of 02.Sep.2010.
Fwiw. both of the files plays well with both vdpauh264dec and ffdec_h264_vdpau. Using ffdec_h264 and sync=false it can't really keep up. Nevertheless 720p content usually plays fine on this computer using CPU only.
Seems to work fine for me, apart from occasional framedrops at the beginning. Probably just the decoder not being fast enough (or not having multi-threaded mode enabled). Closing as obsolete, please re-open if it's still an issue for you.