News:

ポストを行うにはアカウントの登録を行ってください
Please register account, if you want to post.

Main Menu

[Request] CLI Parameters for Audio Stream Splitter

Started by Julien, August 29, 2013, 07:16:43 PM

Previous topic - Next topic

Julien

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!

ma-ver-ick

No reason to reimplement the wheel. ffmpeg can copy audio streams and extract every stream you want (and it's free)!