Advertisement
Polarwinds

Batch

Oct 13th, 2014
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. C:\mpv\mpv.exe "C:\ffmpeg\Spice and Wolf -05.mkv" -o "C:\ffmpeg\Spice and Wolf -05.mp4" -ovc libx264 -ovcopts "preset=slow,level=41,crf=18" libfdk_aac "ab=256k"
  2.  
  3.  
  4. Batch script :
  5.  
  6. for %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4"
  7. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement