INTERACT FORUM
Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: thenoob1 on February 21, 2007, 06:45:12 am
-
Hi.
I've a folder were every 30 min. some wavs are created. I need them in mp3 or something like that. Is there a tool which can handle this?
So it looks for wavs and then starts the encoder for converting these files.
thx
tn1
-
not sure..
I would like to see auto import or something in MC take new files and convert them if they fall into a Bitrate or file format rule.
Also I do not think the sdk allows for the use of these tools to hook into the encoder to convert formats.
-
No but a program outside J river Mc12
-
you could always just use the lame mp3 encoder with a standard Windows Task Scheduler task...
Create a batch file to
- Encode all the wavs
- Move or delete the wavs
eg...
lame.exe [i]<lame options>[/i] *.wav
move *.wav c:\somewhere_else\
echo Done. Have a nice day!
then use either the Task Scheduler GUI or the AT command to schedule it to run every 30 min