GNOME Bugzilla – Bug 640564
Remuxing a Theora stream generates a stream that oggz-validate complains about
Last modified: 2011-10-29 15:36:05 UTC
A file which passes oggz validate, when remuxed, will cause oggz validate to complain about badly sorted packets. I'll look at that later but I'm on something else now so I'm filing this so I don't forget. command line: gst-launch filesrc location=input.ogv ! oggdemux ! 'video/x-theora' ! oggmux ! filesink location=output.ogv
This seems fixed in git, remuxed files now pass oggz-validate. It was my bug, so closing it.