Skip to content

Instantly share code, notes, and snippets.

@peebeebee
Last active October 14, 2015 19:28
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 peebeebee/cc7533795f0ac1031398 to your computer and use it in GitHub Desktop.
Save peebeebee/cc7533795f0ac1031398 to your computer and use it in GitHub Desktop.
Caliber RDD 571BT
INPUT="$1"
OUTPUT=${INPUT%.*}.avi
ffmpeg -i "$INPUT" -b:v 1M -vf scale=720:480 -c:v mpeg4 -vtag xvid "$OUTPUT"
@peebeebee
Copy link
Author

Needs to be an .avi mp4 file with xvid codec and resolution of 720x480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment