- ffmpeg-compile/: a script to compile FFmpeg and libraries from scratch. My goal is to have a repeatable environment in all the boxes I use.
- Portable: MacOS/Ubuntu/CentOS/Alpine, x86-64/arm (including Raspberry Pi)
- Includes VMAF
- Includes Nvidia nvenc support (if driver available)
- No root access needed. Multiple environments can coexist in different folders
(Windows is not supported, you might want to check https://github.com/m-ab-s/media-autobuild_suite)
Clone the repo or just do
curl -sL https://raw.githubusercontent.com/xdrudis/video-scripts/master/ffmpeg-compile/build-ffmpeg.sh | bash