Skip to content

Instantly share code, notes, and snippets.

@Reldas
Created October 23, 2017 18:38
Show Gist options
  • Save Reldas/3ef8278680fa8730ffcaa236ce130225 to your computer and use it in GitHub Desktop.
Save Reldas/3ef8278680fa8730ffcaa236ce130225 to your computer and use it in GitHub Desktop.
Convert MK4 files to MP4 lossless
ffmpeg -i /path/to/video.mkv -c:v copy -c:a copy /path/to/save/video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment