Last active
October 3, 2020 15:44
-
-
Save meetnick/0b127e530a06eafcba0e354e5dfb1d82 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/bash | |
# Converts any video to Vehicle Portable Backseat DVD Player | |
ffmpeg -i "$1" -c:v mpeg4 -vtag xvid -vf scale=640:360 "$2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment