GNOME Bugzilla – Bug 637831
oggmux: Generate headers from caps for VP8
Last modified: 2018-11-03 13:07:09 UTC
I know you have other things to do, but it will be rally great if you add vp8parse element.
VP8 isn't parseable. It always has to exist inside a container.
(Maybe you're looking for ivfparse?)
may be i miss some thing? vp8enc produce video/x-vp8 which is not inside some container. I only look for possibility remux file if i need to. For example: ... filesrc location=in.webm ! webmdemux ! vp8parse ! oggmux ! ... Are any thing what will work?
You don't need a parser in that pipeline.
Actually you need "something" between the demuxer and muxer in this pipeline to create the Ogg granulepos... but that's more a problem with oggmux than anything else.
hmm... it is true. I can remux ogg to matroska. but can't mkv to ogg.
the Ogg headers should not be generated in vp8enc, but in oggmux. So streamheader should never have existed in the video/x-vp8 caps, it's purely Ogg thing. From RTP, you now get the width/height, which is all that you should need.
Yes, oggmux should do all this and we should get rid of these headers things for formats that don't define it directly (Vorbis, Theora, Speex).
Automated removal of (bad) usage of the "NONE" target milestone.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/31.