melt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
melt [2018/06/14 01:52] – [shotcut/kdenlive project file rendern] andimelt [2018/10/24 11:13] – [VOC export profile encoding profile] bjoern
Line 4: Line 4:
  
 == VOC export profile encoding profile == VOC export profile encoding profile
 +  * XML code for manually editing the mlt file
 <code> <code>
 <consumer pix_fmt="yuv420p" rescale="bilinear" width="1920" aspect="1,77778" top_field_first="2" preset="medium" f="mp4" flags2="-dct8x8" g="13" maxrate="5000k" bufsize="8192k" threads="0" vcodec="libx264" progressive="1" real_time="-3" bf="2" ab="192k" target="/mnt/usb/lnp256_fade2b.mp4" vpre="medium" r="50" height="1080" minrate="100k " acodec="aac" deinterlace_method="yadif" crf="21" ar="48000" vprofile="main" movflags="+faststart" mlt_service="avformat"/> <consumer pix_fmt="yuv420p" rescale="bilinear" width="1920" aspect="1,77778" top_field_first="2" preset="medium" f="mp4" flags2="-dct8x8" g="13" maxrate="5000k" bufsize="8192k" threads="0" vcodec="libx264" progressive="1" real_time="-3" bf="2" ab="192k" target="/mnt/usb/lnp256_fade2b.mp4" vpre="medium" r="50" height="1080" minrate="100k " acodec="aac" deinterlace_method="yadif" crf="21" ar="48000" vprofile="main" movflags="+faststart" mlt_service="avformat"/>
 </code> </code>
 +  * if you want to endoder with Shotcut, add a new profile and paste the following options: 
 +<code> 
 +pix_fmt=yuv420p 
 +rescale=bilinear 
 +width=1920 
 +aspect=1,77778 
 +top_field_first=2 
 +preset=medium 
 +f=mp4 
 +flags2=-dct8x8 
 +g=13 
 +maxrate=5000k 
 +bufsize=8192k 
 +threads=0 
 +vcodec=libx264 
 +progressive=1 
 +real_time=-3 
 +bf=2 
 +ab=192k 
 +vpre=medium 
 +r=50 
 +height=1080 
 +minrate=100k 
 +acodec=aac 
 +deinterlace_method=yadif 
 +crf=21 
 +ar=48000 
 +vprofile=main 
 +movflags=+faststart 
 +</code>
 == group sniplets to uncut.mlt == group sniplets to uncut.mlt
 <code> <code>
  • melt.txt
  • Last modified: 2018/10/24 11:14
  • by bjoern