Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / No-JS:-Tabs-that-scale-down-to-menu.markdown
Created June 28, 2014 14:45
A Pen by Jake Albaugh.

No JS: Tabs that scale down to menu

A tab-to-menu layout that doesn't use javascript. Modern browser compatible.

A Pen by Jake Albaugh on CodePen.

License.

@hatsch
hatsch / melt_example.sh
Created November 29, 2012 14:19
melt example
#this command analyses the audio of the video and writes it down to the MLT XML
melt video1.mov -filter sox:analysis -consumer xml:video1.mlt video_off=1 all=1
#this renders the video to looseless x264 with aac audio and the audio normalisation filter applied
melt video1.mlt -consumer avformat:video1.m4v properties=H.264 strict=experimental progressive=1