Skip to content

Instantly share code, notes, and snippets.

@MikeRalphson
Created October 30, 2009 12:21
Show Gist options
  • Save MikeRalphson/222303 to your computer and use it in GitHub Desktop.
Save MikeRalphson/222303 to your computer and use it in GitHub Desktop.
#!/bin/sh
out=`basename $1 .mov`
out=`basename $out .mp4`
out=`basename $out .flv`
ffmpeg -i $1 -vn -acodec copy -y ${out}.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment