Skip to content

Instantly share code, notes, and snippets.

@kulmajaba
Created June 9, 2023 10:58
Show Gist options
  • Save kulmajaba/2d32cfb3e204ab4d7adb22be3d8ef97b to your computer and use it in GitHub Desktop.
Save kulmajaba/2d32cfb3e204ab4d7adb22be3d8ef97b to your computer and use it in GitHub Desktop.
Useful FFMPEG commands
# H.264 variable framerate screencap to constant framerate
ffmpeg -i input.mp4 -c:v libx264 -crf 0 -vsync cfr -filter:v fps=60 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment