News:

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

Main Menu

Creating a batch file with audiostreamsplitter.exe

Started by daskro, May 25, 2013, 05:49:29 AM

Previous topic - Next topic

daskro

Hello I would like to create a batch file utilizing the audiostreamsplitter executable but cannot figure out the right command to use the for the file.

I noticed in the registry the "extract audio stream" option in windows explorer is tied to the value of "C:\(dxtory file path)\AudioStreamSplitter.exe" "%1"

When I try using AudioStreamSplitter.exe (filename).avi %1 in the command prompt I get the extraction window pop up but does not output any of the wav files to the file folder.

Does anyone know the correct attributes to use for the command prompt of AudioStreamSplitter.exe so I can do in the command prompt what I already do in windows explorer?


Malix

%1 is a variable which is replaced by filename on execution, do not type it in yourself :)