Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem right to copy 2009 cc pastebin at werty1st . de
- rem TODO: detect exetension and replace with mp3
- @echo off
- d:
- cd "D:\Programme\MPlayer-athlon-svn-29355"
- set name=%1.mp3
- mencoder %1 -o %name% -ovc frameno -oac mp3lame -of rawaudio -lameopts cbr:br=256:mode=3 -srate 44100
- Echo converting %1 to %name% completed
- pause
Advertisement
Add Comment
Please, Sign In to add comment