Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Created February 2, 2021 02:12
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/305e13f8ef8041211dbcb396a0e4155a to your computer and use it in GitHub Desktop.
Save eyasuyuki/305e13f8ef8041211dbcb396a0e4155a to your computer and use it in GitHub Desktop.
#!/bin/sh
for arg in "$@"; do
ffmpeg -i "${arg}" -codec:v copy -b:v 5000k -y "${arg%.*}.mp4"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment