GNOME Bugzilla – Bug 479960
qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
Last modified: 2007-09-26 19:28:13 UTC
gstreamer is not able to play mpeg2 mov files, generated by i.e. Apple Quicktime / Final Cut, those are just mpeg2 video streams with fourcc: HDV3(1080i50) and HDV2(1080i60). adding those to qtdemux.c all works fine. attached patch fixes this. it also adds mx5p which according to codecs.conf in mplayer is used for 'MPEG IMX 625/50 (50Mb/s)' should also work, have no sample at hand though.
Created attachment 96133 [details] [review] add missing fourccs for mpeg2 video
2007-09-25 Sebastian Dröge <slomo@circular-chaos.org> Patch by: <j at bootlab dot org> * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add fourccs for MPEG2 HDV streams. Fixes #479960.
j: any chance you could upload some of those samples you have somewhere for our collection? Even mplayer's sample archive doesn't seem to have one yet.
(In reply to comment #3) > j: any chance you could upload some of those samples you have somewhere for our > collection? Even mplayer's sample archive doesn't seem to have one yet. sure, put 2 samples up at http://v2v.cc/~j/samples/ HDV1080i50.mov - HDV3 HDV1080i60.mov - HDV2
Thanks a lot. I take it both of them are supposed to be played back within less than a second?
yes, they are about or even a bit less than a second, should be all you need for testing...