Skip to content

Instantly share code, notes, and snippets.

@hatsch
Created November 29, 2012 14:19
Show Gist options
  • Save hatsch/4169389 to your computer and use it in GitHub Desktop.
Save hatsch/4169389 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment