Skip to content

Instantly share code, notes, and snippets.

@skulumani
Created March 30, 2018 19:32
Show Gist options
  • Select an option

  • Save skulumani/6e22c6c8d4bd84349646235d3986ed30 to your computer and use it in GitHub Desktop.

Select an option

Save skulumani/6e22c6c8d4bd84349646235d3986ed30 to your computer and use it in GitHub Desktop.
FFMPEG Command

Make a video

ffmpeg -framerate 20 -i %07d.jpg -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment