Created
November 29, 2012 14:19
-
-
Save hatsch/4169389 to your computer and use it in GitHub Desktop.
melt example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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