Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Last active October 26, 2023 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyasuyuki/04d1388c6ad9f7248f6301267a909fa6 to your computer and use it in GitHub Desktop.
Save eyasuyuki/04d1388c6ad9f7248f6301267a909fa6 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -ss $1 -i "$2" -t $3 -vf scale=1920:1080,crop=1920:1080:0:90 -c:v h264_videotoolbox -b:v 5000k "$4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment