Skip to content

Instantly share code, notes, and snippets.

@mfirmin
Created February 23, 2021 23:06
Show Gist options
  • Save mfirmin/19967c23212994f6dc23fa56d046aafe to your computer and use it in GitHub Desktop.
Save mfirmin/19967c23212994f6dc23fa56d046aafe to your computer and use it in GitHub Desktop.
ffmpeg command to convert a video created with Kazam into a format twitter will allow you to upload
ffmpeg -y -i input_file.mp4 -c:v libx264 -c:a aac -strict experimental -tune fastdecode -pix_fmt yuv420p -b:a 192k -ar 48000 output_file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment