Skip to content

Instantly share code, notes, and snippets.

@foxytocin
foxytocin / autobahn.md
Created July 21, 2021 07:37 — forked from LilithWittmann/autobahn.md
autobahn.md
@foxytocin
foxytocin / encode.sh
Created April 9, 2020 08:53 — 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