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!
DecUbiSnd command line options
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: DecUbiSnd command line options
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).
Probably the option you want is -L (--layer-extract) or -l (--layer).