Difference between revisions of "MLT"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with " melt prj.xml -consumer avformat:prj.mp4 acodec=libmp3lame vcodec=libx264 * http://superuser.com/questions/358082/command-line-video-editing-in-linux-cut-join-and-preview")
 
Line 1: Line 1:
  melt prj.xml -consumer avformat:prj.mp4 acodec=libmp3lame vcodec=libx264
+
  melt prj.xml -consumer avformat:prj.mp4 acodec=libmp3lame vcodec=libx264 b=5000k acodec=aac ab=128k tune=film preset=slow
  
 +
see `x264 --fullhelp` for tune, preset params.
 +
 +
* http://www.mltframework.org/bin/view/MLT/ConsumerAvformat
 
* http://superuser.com/questions/358082/command-line-video-editing-in-linux-cut-join-and-preview
 
* http://superuser.com/questions/358082/command-line-video-editing-in-linux-cut-join-and-preview

Revision as of 16:13, 5 October 2013

melt prj.xml -consumer avformat:prj.mp4 acodec=libmp3lame vcodec=libx264 b=5000k acodec=aac ab=128k tune=film preset=slow

see `x264 --fullhelp` for tune, preset params.