ffmpeg-build-script

The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.

MIT License

Stars
1K

Bot releases are hidden (Show)

ffmpeg-build-script - V1.32

Published by markus-perl almost 3 years ago

PCRE Mirror fix

ffmpeg-build-script - V1.31

Published by markus-perl about 3 years ago

  • CUDA Images updated to 11.4.2-devel
  • Docker as-well-as build script upgraded to use python3
  • ninja-build and meson packages are pre-installed either via system package manager or via pip3 in favor of building dav1d codec
  • cmake updated to v3.21.2
  • svtav1 updated to last-known commit 1a3e32b which successfully passed pipeline
  • x264 updated to commit 5db6aa6
  • aom updated to v3.1.2, commit ae2be80
  • Occasional sourceforge.net download fail due to downtime of mirror location is tried to bypass
  • nv-codec-headers updated to v11.1.5.0
  • Script slightly re-arranged to differentiate codec types

Thx to @rokibhasansagar

ffmpeg-build-script - V1.30

Published by markus-perl about 3 years ago

  • 8, 10, and 12 bit pixel formats for x265
  • DR10+ Profile support
  • librav1e if cargo is installed
  • AMF hardware decoder support
  • libzimg support
  • Add libdav1d
  • Version display fix

Thx to @cdgriffith, @rokibhasansagar

ffmpeg-build-script - V1.29

Published by markus-perl about 3 years ago

ffmpeg-build-script - V1.28

Published by markus-perl about 3 years ago

  • libpng integration
  • libtiff integration
  • build fixes mac
  • cmake download fix + version upgrade
ffmpeg-build-script - V1.27

Published by markus-perl over 3 years ago

  • FFmpeg V4.4
ffmpeg-build-script - V1.26

Published by markus-perl over 3 years ago

Bugfix Release

  • Same es 1.25
ffmpeg-build-script - V1.25

Published by markus-perl over 3 years ago

All packages were updated to their latest version

  • lv2-1.18.2
  • sord-v0.16.8
  • lilv-v0.24.12
  • openssl-1.1.1k
  • cmake-3.20.2
  • x264-stable
  • libvpx-v1.10.0
  • av1-latest
  • fdk-aac-2.0.2
  • libwebp -v1.2.0
  • srt-v1.4.3
  • nvcodec-n11.0.10.1
  • ffmpeg-latest
ffmpeg-build-script - V1.24

Published by markus-perl over 3 years ago

  • Added a --enable-gpl-and-non-free switch.
  • Readme update
ffmpeg-build-script - V1.23

Published by markus-perl over 3 years ago

  • Mac M1 fix
ffmpeg-build-script - V1.22

Published by markus-perl over 3 years ago

  • Apple M1 Support
  • Libsvtav1 support
  • Script Cleanup
ffmpeg-build-script - V1.21

Published by markus-perl almost 4 years ago

  • LV2 plugin support
  • libaom v2.0.1
  • Fixed "The check for the cleanup flag in $1 also matches --full-static"
ffmpeg-build-script - V1.20

Published by markus-perl almost 4 years ago

  • Webp support
  • Ffplay binary will be built
  • Readme update
  • After the building process is done, the script will now list all compiled binaries and their path and is more clear in what is beeing installed
ffmpeg-build-script - V1.19

Published by markus-perl almost 4 years ago

  • VAAPI integration
  • All dependencies were updated to their latest version
  • Readme update
  • Output the header also when displaying the help
ffmpeg-build-script - V1.18

Published by markus-perl almost 4 years ago

  • All packages were updated to their latest version
  • Merge pull request #61 from AkashiSN/full-static
  • Add static build test
ffmpeg-build-script - V1.17

Published by markus-perl about 4 years ago

  • A CUDA testing environment with Docker and native OSX testing have been added to Travis CI.
  • Changed Dockerfile to use a multi-stage build.
  • Added Dockerfile for building CUDA into ffmpeg with nvidia/cuda container. (cuda-ubuntu.dockerfile)
  • The indentation was unified to Tab and re-indent.
  • Changed the config option (--enable-*) to be added in each build section (CONFIGURE_OPTIONS).
  • Removed some config options because they were redundant.

Thanks @AkashiSN, PR: #56

Badges
Extracted from project README
build test How-To build FFmpeg on MacOS
Related Projects