Skip to content

Instantly share code, notes, and snippets.

@drola
Created August 4, 2021 11:48
Show Gist options
  • Save drola/d5ae012cd89987b4760785fc52f6e551 to your computer and use it in GitHub Desktop.
Save drola/d5ae012cd89987b4760785fc52f6e551 to your computer and use it in GitHub Desktop.
transcode_for_twitter
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