GNOME Bugzilla – Bug 530886
Support more mpeg2 variants in .mov files
Last modified: 2008-05-02 09:10:08 UTC
looking at the fourcc list for mov files in ffmpeg, gstreamer could support some of the mpeg2 variants in there. mostly used in video editing. http://www.irisa.fr/texmex/people/dufouil/ffmpegdoxy/isom_8c-source.html those could be added: HDV 720p30 HDV 720p25 MPEG2 IMX NTSC 525/60 50mb/s produced by FCP MPEG2 IMX PAL 625/60 50mb/s produced by FCP MPEG2 IMX NTSC 525/60 40mb/s produced by FCP MPEG2 IMX PAL 625/60 40mb/s produced by FCP MPEG2 IMX NTSC 525/60 30mb/s produced by FCP MPEG2 IMX PAL 625/50 30mb/s produced by FCP XDCAM HD 1080i60 AVID IMX PAL
Created attachment 110220 [details] [review] here is a patch to add those fourcc values here is a patch to add those fourcc values
Patch by: j^ <j@bootlab.org> * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add more mpeg2 variants. Fixes #530886.