Guest User

Untitled

a guest
Apr 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/sh
  2. out=`basename $1 .mov`
  3. out=`basename $out .mp4`
  4. out=`basename $out .flv`
  5. ffmpeg -i $1 -vn -acodec copy -y ${out}.m4a
Add Comment
Please, Sign In to add comment