Advertisement
Guest User

Untitled

a guest
Oct 13th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for f in *.mp4; do ffmpeg -i "$f" -i "${f%.mp4}".wav -map 0:v -map 1:a -vcodec copy -acodec libfdk_aac "${f%.avi}".mp4; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement