Created
October 21, 2019 16:07
-
-
Save alphabraga/09d0030c0109028113042b5b4ee1cfad to your computer and use it in GitHub Desktop.
videozap.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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