Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @ECHO OFF
  2. FOR %f IN (*.mkv) DO call ffmpeg.exe -i "%f" -c:v copy -c:a libvo_aacenc -b:a 256k "%f"
  3.  
  4. [NULL @ 0000000005a3eaa0] Unable to find a suitable output format for 'pipe:'
  5. pipe:: Invalid argument
  6. ERROR: CoreAudioToolbox.dll: The specified module could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement