A tab-to-menu layout that doesn't use javascript. Modern browser compatible.
A Pen by Jake Albaugh on CodePen.
#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 | |