Advertisement
Guest User

mlt command

a guest
Oct 30th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ cat composite_001.sh
  2. #! /bin/sh
  3.  
  4. SOURCE="/home/zenny/kdenlive/scripts/composite_001.sh.mlt"
  5. TARGET="/home/zenny/kdenlive/composite_001.mp4"
  6. RENDERER="/usr/bin/kdenlive_render"
  7. MELT="/usr/bin/melt"
  8. PARAMETERS="-pid:8518 $MELT atsc_1080p_30 avformat - $SOURCE $TARGET properties=x264-medium g=120 crf=18 ab=192k progressive=1 threads=4 real_time=-1"
  9. $RENDERER $PARAMETERS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement