INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Program which scans folder regularily and then starts an encoder?  (Read 1373 times)

thenoob1

  • Galactic Citizen
  • ****
  • Posts: 271
  • Mouse driver wasn't found, right click to continue

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
Logged
The difference between genius and stupidity is that genius has its limits
-- Albert Einstein

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: Program which scans folder regularly and then starts an encoder?
« Reply #1 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.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

thenoob1

  • Galactic Citizen
  • ****
  • Posts: 271
  • Mouse driver wasn't found, right click to continue
Re: Program which scans folder regularily and then starts an encoder?
« Reply #2 on: February 21, 2007, 10:39:52 am »

No but a program outside J river Mc12
Logged
The difference between genius and stupidity is that genius has its limits
-- Albert Einstein

ThoBar

  • Citizen of the Universe
  • *****
  • Posts: 992
  • Was confishy
Re: Program which scans folder regularily and then starts an encoder?
« Reply #3 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
  • Encode all the wavs
  • Move or delete the wavs


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
Logged
Pages: [1]   Go Up