Skip to content

Instantly share code, notes, and snippets.

View LaKing's full-sized avatar
💭
Not time to commit, I'm coding!

István Király LaKing

💭
Not time to commit, I'm coding!
  • D250 Laboratories
  • Hungary
View GitHub Profile
@LaKing
LaKing / encode.sh
Created January 30, 2019 12:15 — forked from mikoim/README.md
YouTube recommended encoding settings on ffmpeg (+ libx264)
#/bin/sh
ffmpeg -i input -c:v libx264 -preset slow -profile:v high -crf 18 -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 384k -profile:a aac_low output