GNOME Bugzilla – Bug 719487
encodebin - problems remuxing vorbis
Last modified: 2013-11-28 13:20:49 UTC
Attached is a encodebin:5 log showing a pipeline trying to re-encode video and remux audio. The log shows that encodebin for reason is unable to find the vorbisparser (it is on the system). This works: gst-launch-1.0 filesrc location="/home/cschalle/Videos/A_Digital_Media_Primer_For_Geeks-360p.webm" ! matroskademux ! vorbisparse ! oggmux ! filesink location=output.ogg So my assumption is that there is a bug in encodebin stopping it from pluging the vorbisparser.
Created attachment 263017 [details] GST Debug log
Closing this again, need to investigate more as what works and what doesn't seem a bit random atm, so I need to double check it isn't my fault