GNOME Bugzilla – Bug 168142
Doesn't play HitchHikers trailer (QT/Sorenson3/MP3)
Last modified: 2005-08-29 15:42:40 UTC
The .mov linked from http://www.waxy.org/archive/2005/02/16/hitchhik.shtml (currently http://media.eod.com/hhgttg_high.mov) doesn't play correctly in gstreamer: $ gst-launch-ext-0.8 HG2G_Trailer2_0197_3000.mov Running command-line gst-launch-0.8 filesrc location="HG2G_Trailer2_0197_3000.mov" ! decodebin name=d { d. ! queue ! ffmpegcolorspace ! videoscale ! ffmpegcolorspace ! xvimagesink } { d. ! queue ! audioconvert ! audioscale ! osssink } RUNNING pipeline ... ERROR (0x80509d8 - 308076:27:13.671117000) qtdemux(19072) qtdemux.c(1391):qtdemux_parse: length too long (1397573920 > 21) ERROR (0x80509d8 - 308076:27:13.671454000) qtdemux(19072) qtdemux.c(1195):qtdemux_parse: atom length too long (2359296 > 40) ERROR (0x80509d8 - 308076:27:13.671616000) qtdemux(19072) qtdemux.c(1191):qtdemux_parse: atom length too short (0 < 8) ERROR (0x80509d8 - 308076:27:15.453720000) qtdemux(19072) qtdemux.c(754):gst_qtdemux_loop_header: cannot flush backwards At this point the CPU is working but there is no display.
Hm, actually, this is a broken install. I'll re-open if I can't make it play with ffmpeg working :)