GNOME Bugzilla – Bug 603501
qtmux: support jp2
Last modified: 2018-05-04 11:18:01 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 :)
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.
may be we need helper libs like we have for tags. We could have: base/gst-libs/gst/format/{atom,riff,...}.{c,h}
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.