Jump to content

Batch To Run Help


Recommended Posts

Are you sure you can pass these command lines to this app like this?

Do you have the link to the command line parameters and options? (I had to find the last one myself... no likey :) )

Pretty sure. Right now I am using a batch file that does it for me. Problem with this batch file is that it uses generic names and doesn't keep the original filename. Here are the contents of the batch file:

for %%a in ("*.ac3") do azid %%a audio.wav

normalize -l 0 --peak -v audio.wav

neroAacEnc_SSE2.exe -br 96000 -if audio.wav -of ipod_aud.m4a

And if I go to the work directory and type in manually "azid tesfile.ac3 tesfile.wav" it converts the ac3 to wav.

The azid help output:

azid [options] ac3-file [pcm-file]

Options: [-a] [-b log_bsi] [-B begin_time] [-c dyn_compr] [-C center_lev]

[-d front/rear] [-e error_action] [-E end_time] [-f rear_filter]

[-F filetype] [-g gain] [-i cmdscript] [-p preset] [-l lfe_level]

[-L lrlfe_level] [-m mono_mode] [-M matrix-log] [-n dialog_norm]

[-N] [-o channel_list] [-q] [-Q] [-s stereo_mode] [-S surr_lev]

[-w warn] [-z log_set]

[--bsi-log=BOOL] [--begin=TIME] [--clevel=LEVEL] [--dcompr=COMPR]

[--decode=FRONT/REAR] [--end=TIME] [--erraction=ERROR_ACTION]

[--filetype=FILE_TYPE] [--gain=GAIN] [--lfe=LFE_LEVEL]

[--lrlfe=LRLFE_LEVEL] [--matrix-log=BOOL] [--maximize]

[--mono=MONO_MODE] [--no-logging] [--no-output] [--no-progress]

[--norm=BOOL] [--output=CHANNEL_LIST] [--preset=PRESET]

[--rear-filter=BOOL] [--script=FILE] [--set-log=BOOL]

[--slevel=LEVEL] [--stereo=STEREO_MODE] [--warn=BOOL]

[--ch#=ATTR0,ATTR1,...]

*) where # may be [0-5|l|c|r|sl|sr|s|lfe]. ATTRx specifies

either gain (numerical, see -g) or dyn_compr (names, see -c)

setting

In this case I don't need any options. Just inputname.ac3 and outputname.wav

Edited by PitbullRaven
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...