INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: thenoob1 on February 21, 2007, 06:45:12 am

Title: Program which scans folder regularily and then starts an encoder?
Post 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
Title: Re: Program which scans folder regularly and then starts an encoder?
Post by: KingSparta on February 21, 2007, 08:15:51 am
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.
Title: Re: Program which scans folder regularily and then starts an encoder?
Post by: thenoob1 on February 21, 2007, 10:39:52 am
No but a program outside J river Mc12
Title: Re: Program which scans folder regularily and then starts an encoder?
Post by: ThoBar on February 28, 2007, 09:09:52 pm
you could always just use the lame mp3 encoder with a standard Windows Task Scheduler task...

Create a batch file to


eg...

Code: [Select]
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