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 675714 - ProRes video codec not found (should be in ffmpeg)
ProRes video codec not found (should be in ffmpeg)
Status: RESOLVED DUPLICATE of bug 683840
Product: GStreamer
Classification: Platform
Component: gst-libav
1.0.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-09 00:11 UTC by kxra
Modified: 2012-10-25 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
isomp4: Detect Apple ProRes (1.17 KB, patch)
2012-06-15 10:19 UTC, Edward Hervey
none Details | Review
ffmpegcodecmap: Add Apple ProRes mapping (1.01 KB, patch)
2012-06-15 10:21 UTC, Edward Hervey
none Details | Review

Description kxra 2012-05-09 00:11:13 UTC
ProRes files will not play in gstreamer apps. This should be handled by gst-ffmpeg since 

"September 15, 2011
FFmpeg now has a ProRes decoder in master git."

When testing in Fedora 17, totem says that a plugin for the "video/x-gst-fourcc-apcs" codec is needed, but ffmpeg converts the video perfectly. VLC and Mplayer also play ProRes perfectly. 

Sample clip attached.
Comment 1 Jean-François Fortin Tam 2012-05-09 00:21:52 UTC
Sample: http://jeff.ecchi.ca/public/gstreamer-675714.mov
Comment 2 Edward Hervey 2012-06-15 10:19:23 UTC
Created attachment 216501 [details] [review]
isomp4: Detect Apple ProRes
Comment 3 Edward Hervey 2012-06-15 10:21:04 UTC
Created attachment 216502 [details] [review]
ffmpegcodecmap: Add Apple ProRes mapping

This won't work yet, since we don't support the output colorspace
Comment 4 kxra 2012-06-15 17:48:33 UTC
Is there a separate bug for that that's being worked on?
Comment 5 Edward Hervey 2012-06-18 06:34:11 UTC
(In reply to comment #4)
> Is there a separate bug for that that's being worked on?

I doubt there's any incentive to do that in 0.10 . In 1.0 it'll be trivial to add (if it's not already supported).
Comment 6 kxra 2012-09-01 05:06:07 UTC
Looks like 1.0 is on the way. Can this bug be confirmed and marked as affecting 0.11/1.0?
Comment 7 Jean-François Fortin Tam 2012-09-26 15:20:11 UTC
For what it's worth, I just tested the sample file above with Pitivi + GSt1, it can't be played back in the simple player/previewer and it can't be seeked in a timeline.
Comment 8 Tim-Philipp Müller 2012-10-25 14:07:30 UTC
Seems to work now.

*** This bug has been marked as a duplicate of bug 683840 ***