Created
October 23, 2017 18:38
-
-
Save Reldas/3ef8278680fa8730ffcaa236ce130225 to your computer and use it in GitHub Desktop.
Convert MK4 files to MP4 lossless
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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