DecUbiSnd command line options

Codecs, formats, encoding/decoding of game audio, video and music
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

DecUbiSnd command line options

Post by AlphaTwentyThree »

Can somebody tell me which command line options I have to use to extract individual ogg layers out of a multilayer file with the command line tool?
Here's an example together with the tool: http://www61.zippyshare.com/v/eIZXGud6/file.html
Thanks!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: DecUbiSnd command line options

Post by aluigi »

The official website contains also the source code, in Main.cpp there is a function called ParseArguments that contains everything you need.
Probably the option you want is -L (--layer-extract) or -l (--layer).