Created
April 14, 2019 08:50
-
-
Save nikolasd/dbcf7c959cee0f623947504ca780180e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 in_movie.mkv -c:v libx265 -crf 28 -preset veryslow -tune fastdecode -vf "scale='-1:min(1080,ih)'" -f mp4 out_movie.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment