Skip to content

Instantly share code, notes, and snippets.

@aahung
Created December 7, 2016 17:21
Show Gist options
  • Save aahung/b4813232c5524c598223a90191ee08b3 to your computer and use it in GitHub Desktop.
Save aahung/b4813232c5524c598223a90191ee08b3 to your computer and use it in GitHub Desktop.
Comvert to MP4 using ffmpeg
ffmpeg -i ?.mkv -vcodec copy -acodec copy ?.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment