Created
August 4, 2021 11:48
-
-
Save drola/d5ae012cd89987b4760785fc52f6e551 to your computer and use it in GitHub Desktop.
transcode_for_twitter
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 timelapse1.mov -c:v libx264 -preset slow -crf 18 -vf "scale=1280:-1,format=yuv420p" /home/drola/Videos/timelapse1_720.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment