libdo

Untitled

Oct 8th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. find ./videos/ -type f -name "*.mkv" -exec bash -c 'FILE="$1"; ffmpeg -i "${FILE}" -b:a 192K -vn ./"${FILE}".mp3;' _ '{}' \;
Add Comment
Please, Sign In to add comment