werty1st

werty1st

Sep 29th, 2009
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.33 KB | None | 0 0
  1. rem right to copy 2009 cc pastebin at werty1st . de
  2. rem TODO: detect exetension and replace with mp3
  3.  
  4. @echo off
  5. d:
  6. cd "D:\Programme\MPlayer-athlon-svn-29355"
  7.  
  8. set name=%1.mp3
  9.  
  10. mencoder %1 -o %name% -ovc frameno -oac mp3lame -of rawaudio -lameopts cbr:br=256:mode=3 -srate 44100
  11.  
  12. Echo converting %1 to %name% completed
  13. pause
  14.  
Advertisement
Add Comment
Please, Sign In to add comment