-
-
Save andybeak/9b2dbb9a6e3ff60ec1b38fbca3445404 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
BASENAME=$(basename $1) | |
ffmpeg -i $1 -s hd480 -c:v libx264 -crf 22 -c:a libfdk_aac -vsync passthrough ${BASENAME%.*}.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment