Skip to content

Instantly share code, notes, and snippets.

@0xabe-io
Created January 13, 2015 12:15
Show Gist options
  • Save 0xabe-io/d9067bfeadccd73d63a5 to your computer and use it in GitHub Desktop.
Save 0xabe-io/d9067bfeadccd73d63a5 to your computer and use it in GitHub Desktop.
Convert flv without re-encoding
ffmpeg -i "$fin" -c copy -copyts "${fin%.*}.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment