Skip to content

Instantly share code, notes, and snippets.

View grantmcwilliams's full-sized avatar

Grant McWilliams grantmcwilliams

View GitHub Profile
@grantmcwilliams
grantmcwilliams / Compile ffmpeg with libx264 and libfdk_aac on Fedora
Last active May 19, 2023 23:59
A script to compile ffmpeg including libx264, libx265, libfdk_aac, libmp3lame on Fedora 38.
#!/usr/bin/env bash
# Build ffmpeg with pretty much support for everything as per:
# https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
# includes codecs with weird licensing like MP3 and AAC.
#
# Updated for Fedora 38
# Tested on Fedora 38.
#