Skip to content

Instantly share code, notes, and snippets.

@alphabraga
Created October 21, 2019 16:07
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 alphabraga/09d0030c0109028113042b5b4ee1cfad to your computer and use it in GitHub Desktop.
Save alphabraga/09d0030c0109028113042b5b4ee1cfad to your computer and use it in GitHub Desktop.
videozap.sh
function videozap(){
f="para-zap-$(basename -- $1)"
ffmpeg -i $1 -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p ./$f
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment