Skip to content

Instantly share code, notes, and snippets.

View ph0enixph0enix's full-sized avatar

Ph0enix ph0enixph0enix

View GitHub Profile
@ph0enixph0enix
ph0enixph0enix / encode.sh
Created February 2, 2018 09:37 — 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