ExKode Forum

Dxtory => Feedback => Topic started by: Julien on August 29, 2013, 07:16:43 PM

Title: [Request] CLI Parameters for Audio Stream Splitter
Post by: Julien on August 29, 2013, 07:16:43 PM
Hi,
I'd like to request the implementation of CLI parameters for the Audio Stream Splitter which is called by the right click context menu.
Dxtory is recording two audio sources like it should, Audio0 for Speakers and Audio1 for Microphone, but I only need to extract the Microphone stream in order to process it, the Speakers stream will automatically be recognized in every video editing program and it doesn't need to be processed. If Audio Stream Splitter could be told to extract only the second stream, I could save a lot of time and HDD usage.
I already checked in the registry but the only parameter given to audiostreamsplitter.exe is the file name (%1) and the Windows command line cmd.exe doesn't give me anything for audiostreamsplitter.exe /? or /help.
If it was possible to execute audiostreamsplitter.exe -test.avi -audio1 or something like that in order to extract only the second stream, it would really help me a lot.
Thanks!
Title: Re: [Request] CLI Parameters for Audio Stream Splitter
Post by: ma-ver-ick on September 11, 2013, 04:53:50 AM
No reason to reimplement the wheel. ffmpeg can copy audio streams and extract every stream you want (and it's free)!