https://bugzilla.wikimedia.org/show_bug.cgi?id=41376
--- Comment #4 from Jan Gerber <[email protected]> 2012-10-31 22:35:24 UTC --- here the commands used: oggz-rip -c theora -o theora.ogg $input oggz-rip -c vorbis -o vorbis.ogg $input gst-launch filesrc location=theora.org ! oggdemux ! video/x-theora ! queue ! theoraparse ! oggmux ! filesink location=theora.2.ogg gst-launch filesrc location=vorbis.org ! oggdemux ! audio/x-vorbis ! queue ! vorbisparse ! oggmux ! filesink location=vobis.2.ogg oggz-merge -o remux.ogg theora.2.ogg vorbis.2.ogg OggIndex -o remux.ogg $output looking at some of the videos listed, they have other issues. so just running those on all of them is not an option. Some might work with TMH. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
