[ogg-dev] Convert skeleton to "regular" format

Oliver Frommel ofrommel at linuxnewmedia.de
Mon May 4 08:10:56 PDT 2009


ogg.k.ogg.k at googlemail.com schrieb:
>> I was able to locate and fix the problem in the oggCut source but I am
>> wondering how to convert my ogg files to a non-skeleton version in general.
> 
> oggz rip -c theora -c vorbis -o file-without-skeleton.ogg file-with-skeleton.ogg
> 
> This tool is from liboggz, git.xiph.org. You need a -c option for each stream
> type you might have you want to keep (eg, Speex, etc).

just a quick addition for the mailing list archive: You can achieve that
with the tool "oggz-rip" from the package "oggz-tools" in Debian and
Ubuntu distros. So the command line becomes:

oggz-rip -c theora -c vorbis -o file-without-skeleton.ogg
file-with-skeleton.ogg

Thanks again for your quick help
Oliver


More information about the ogg-dev mailing list