Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem right to copy 2010 cc pastebin at werty1st . de
- @echo off
- c:
- cd C:\MPlayer-rtm-svn-31372
- set FILENAME=%~nx1
- set FILE=%~n1
- set EXT=%~x1
- set name=C:\Users\ronja\Music\%FILE%.mp3
- mencoder.exe %1 -o "%name%" -ovc frameno -oac mp3lame -of rawaudio -lameopts cbr:br=256:mode=3 -srate 44100
- rem Echo converting %1 to %name% completed
- rem pause
Add Comment
Please, Sign In to add comment