Skip to content

Instantly share code, notes, and snippets.

@pensono
Created December 28, 2025 20:22
Show Gist options
  • Select an option

  • Save pensono/d735ce84eefdccbd26dee6771054e5d3 to your computer and use it in GitHub Desktop.

Select an option

Save pensono/d735ce84eefdccbd26dee6771054e5d3 to your computer and use it in GitHub Desktop.
set +x
ffmpeg -r 60 -f image2 -pattern_type glob -i "$1/*.JPG" -an -vf "fps=60, scale=-1:1080" -crf 15 "$1.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment