Total Audio Converter Command Line
Usage: AudioConverter.exe <source> <destination> <options>
If you have path with spaces, use quotation marks.
By the way You can use macros in the Destination path:
- <DATE[:format]> - current date, default format is yyyymmdd
- <TIME[:format]> - current time, default format hhmmss
For example: destination C:\<DATE>_<TIME:hhmm> produce file C:\20100330_1309Options:
- -log <FileName> - Don`t show errors. Write them to the log file
- -list - File with files mask to convert
- -Recurse - Include subfolders
- -do - Delete originals
- -kfs - Keep Folder Structure
- -c - Convert action
- wav - convert to wav file
- mp3 - convert to mp3 file
- wma - convert to Window Media Audio
- ogg - convert to OGG Vorbis
- ape - convert to Monkey audio
- flac - convert to FLAC
- aac - convert to AAC
- mp4 - convert to MP4
- mpc - convert to MPC
- YouTube - Convert YouTube clip
- ripcd - rip Audio CD
- -df - Rip CD. Destination file format
- wav - rip to wav file
- mp3 - rip to mp3 file
- wma - rip to Window Media Audio
- ogg - rip to OGG Vorbis
- aac - rip to AAC
- mpc - rip to MPC
- ape - rip to Monkey audio
- flac - rip to FLAC
- mp3 - rip YouTube clip
- -sr - Samplerate of produced audio
- -ch - Channels (only stereo and mono supported by WMA and WAV formats)
- Stereo - Stereo sound
- JointStereo - Joint stereo sound
- DualChannels - Dual Channels sound
- Mono - Mono sound
- -wm - WMA Encode mode
- CBR - Constant bitrate (use bitrate [br] switch)
- VBR - Variable bitrate (use WMA encode quality [wq] switch)
- -wq - WMA Encode quality [1-100]
- -br - Bitrate of produced audio
- -cd - CD drive to rip
- -freedb - Use FreeDB internet database to find disk information
- -ctt - CD Track name template (default is "<track:2>. Track <track:2>")
- -sf - MIDI file sound font
- -ca - Combine source files into one album
Examples:
- AudioConverter.exe C:\Music\*.AAC C:\MP3\ -cMP3
Convert all AAC files from this folder C:\Music\ to MP3 format and place the converted files to folder C:\MP3\
- AudioConverter.exe -list List.txt C:\MP3\ -cMP3
Convert all files from file list List.txt to MP3 and place them to C:\MP3\
- AudioConverter.exe "C:\My music\" -c rip -cd f -freedb -df mp3
Rip CD from drive F: to mp3 format, load disk information from FreeDB