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 603501 - qtmux: support jp2
qtmux: support jp2
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-01 16:46 UTC by Andy Wingo
Modified: 2018-05-04 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2009-12-01 16:46:04 UTC
Now that Thiago has qtmux nicely separated into separate elements, it would be nice to support JP2, the ISO-format container for still JPEG2000 images.

I might get around to this eventually, but would be delighted also to come back and find this fixed :)
Comment 1 Thiago Sousa Santos 2009-12-02 21:35:23 UTC
Can qtdemux handle those?

Took a quick glance at the spec and it seems that it doesn't even have a moov atom, although it has a ftyp and is based on 'atom' or 'boxes'.

Not sure if this should go into qtmux plugin, seems radically different from the other ones already there.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-03-26 11:20:19 UTC
may be we need helper libs like we have for tags. We could have:
base/gst-libs/gst/format/{atom,riff,...}.{c,h}
Comment 3 Edward Hervey 2018-05-04 11:18:01 UTC
Hasn't seen activity in 9 years. Still image muxing isn't really something we target and there are other better suited for those use cases. Please re-open if someone has patches to implement this.