After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530886 - Support more mpeg2 variants in .mov files
Support more mpeg2 variants in .mov files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-01 13:52 UTC by j^
Modified: 2008-05-02 09:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
here is a patch to add those fourcc values (1.63 KB, patch)
2008-05-01 13:53 UTC, j^
committed Details | Review

Description j^ 2008-05-01 13:52:33 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
Comment 1 j^ 2008-05-01 13:53:05 UTC
Created attachment 110220 [details] [review]
here is a patch to add those fourcc values

here is a patch to add those fourcc values
Comment 2 Wim Taymans 2008-05-02 09:10:08 UTC
        Patch by: j^ <j@bootlab.org>

        * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
        Add more mpeg2 variants. Fixes #530886.