Skip to content

Instantly share code, notes, and snippets.

@kiyoon
Last active December 30, 2019 00:35
Show Gist options
  • Save kiyoon/519b73923953010a206ef1bc7aab8077 to your computer and use it in GitHub Desktop.
Save kiyoon/519b73923953010a206ef1bc7aab8077 to your computer and use it in GitHub Desktop.
Kdenlive encoder settings for YouTube 25fps using ffmpeg. GOP (g) option should be half the frame rate. Note that it will output in a limited colour range (for TV) because of the yuv420p format. I use crf=15 for FHD and crf=12 for 4K videos.
c:v=libx264 preset=slow profile:v=high crf=%quality coder=1 pix_fmt=yuv420p movflags=+faststart g=12 bf=2 c:a=aac ab=%audiobitrate+'k' profile:a=aac_low f=mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment