werty1st

Untitled

Jul 4th, 2010
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.35 KB | None | 0 0
  1. rem right to copy 2010 cc pastebin at werty1st . de
  2.  
  3.  
  4. @echo off
  5. c:
  6. cd C:\MPlayer-rtm-svn-31372
  7.  
  8. set FILENAME=%~nx1
  9. set FILE=%~n1
  10. set EXT=%~x1
  11.  
  12. set name=C:\Users\ronja\Music\%FILE%.mp3
  13.  
  14. mencoder.exe %1 -o "%name%" -ovc frameno -oac mp3lame -of rawaudio -lameopts cbr:br=256:mode=3 -srate 44100
  15.  
  16. rem Echo converting %1 to %name% completed
  17. rem pause
Add Comment
Please, Sign In to add comment