Skip to content

Instantly share code, notes, and snippets.

@kenmickles
Created April 12, 2012 01:32
Show Gist options
  • Save kenmickles/2364117 to your computer and use it in GitHub Desktop.
Save kenmickles/2364117 to your computer and use it in GitHub Desktop.
VLC commands used to create the projector display for Jon Tomlinson's birthday party
# ascii art
/Applications/VLC.app/Contents/MacOS/VLC ~/Desktop/Jon.m3u -V caca
# gradient cartoon
/Applications/VLC.app/Contents/MacOS/VLC ~/Desktop/Jon.m3u -Z -L --no-video-deco --no-embedded-video --width=640 --height=360 --mirror-split=0 --gradient-mode=edge --gradient-cartoon --blur-factor=80 --video-filter=mirror:gradient:motionblur
# twilight zones
/Applications/VLC.app/Contents/MacOS/VLC ~/Desktop/Jon.m3u -L --no-video-deco --no-embedded-video --width=640 --height=360 --colorthres-color=16711680 --colorthres-saturationthres=20 --colorthres-similaritythres=15 --rotate-angle=180 --video-filter=colorthres --vout-filter=transform --transform-type=hflip --rate=2.0
/Applications/VLC.app/Contents/MacOS/VLC ~/Desktop/Jon.m3u -L --no-video-deco --no-embedded-video --width=640 --height=360 --colorthres-color=255 --colorthres-saturationthres=20 --colorthres-similaritythres=15 --rotate-angle=180 --video-filter=colorthres --rate=2.0
# drank
/Applications/VLC.app/Contents/MacOS/VLC ~/Desktop/Jon.m3u -Z -L --no-video-deco --no-embedded-video --width=640 --height=360 --blur-factor=100 --rate=0.5 --video-filter=ripple:motionblur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment