Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Created January 31, 2021 18:38
Show Gist options
  • Select an option

  • Save eyasuyuki/b04596df676be59d480e84d75e1cc0c5 to your computer and use it in GitHub Desktop.

Select an option

Save eyasuyuki/b04596df676be59d480e84d75e1cc0c5 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -ss $1 -i "$2" -t $3 -codec:v copy -b:v 5000k "$4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment