Skip to content

Instantly share code, notes, and snippets.

@meetnick
Last active October 3, 2020 15:44
Show Gist options
  • Save meetnick/0b127e530a06eafcba0e354e5dfb1d82 to your computer and use it in GitHub Desktop.
Save meetnick/0b127e530a06eafcba0e354e5dfb1d82 to your computer and use it in GitHub Desktop.
#!/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