{"id":13905528,"url":"https://github.com/divyam234/ffmpeg-NVEnc","last_synced_at":"2025-07-18T03:30:34.833Z","repository":{"id":45184896,"uuid":"443840436","full_name":"divyam234/ffmpeg-NVEnc","owner":"divyam234","description":"The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.","archived":false,"fork":true,"pushed_at":"2023-02-08T20:23:51.000Z","size":355,"stargazers_count":60,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-07T23:43:40.674Z","etag":null,"topics":["aac","fdk-aac","ffmpeg","h264","h265","hevc","mp3","nvidia","x264","x265"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"markus-perl/ffmpeg-build-script","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divyam234.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-02T18:26:54.000Z","updated_at":"2024-07-19T11:48:25.000Z","dependencies_parsed_at":"2023-02-10T23:31:12.114Z","dependency_job_id":null,"html_url":"https://github.com/divyam234/ffmpeg-NVEnc","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyam234%2Fffmpeg-NVEnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyam234%2Fffmpeg-NVEnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyam234%2Fffmpeg-NVEnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyam234%2Fffmpeg-NVEnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divyam234","download_url":"https://codeload.github.com/divyam234/ffmpeg-NVEnc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226336558,"owners_count":17608860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aac","fdk-aac","ffmpeg","h264","h265","hevc","mp3","nvidia","x264","x265"],"created_at":"2024-08-06T23:01:17.915Z","updated_at":"2024-11-25T13:31:24.907Z","avatar_url":"https://github.com/divyam234.png","language":"Shell","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"[![build test](https://github.com/markus-perl/ffmpeg-build-script/workflows/build%20test/badge.svg?branch=master)](https://github.com/markus-perl/ffmpeg-build-script/actions)\n\n![FFmpeg build script](https://raw.github.com/markus-perl/ffmpeg-build-script/master/ffmpeg-build-script.png)\n\n### If you like the script, please \"★\" this project!\n\nbuild-ffmpeg\n==========\n\nThe FFmpeg build script provides an easy way to build a **static** FFmpeg on **macOS** and **Linux** with optional **non-free and GPL codecs** (--enable-gpl-and-non-free, see https://ffmpeg.org/legal.html) included.\n\n[![How-To build FFmpeg on MacOS](https://img.youtube.com/vi/Z9p3mM757cM/0.jpg)](https://www.youtube.com/watch?v=Z9p3mM757cM \"How-To build FFmpeg on OSX\")\n\n*Youtube: How-To build and install FFmpeg on macOS*\n\n## Disclaimer And Data Privacy Notice\n\nThis script will download different packages with different licenses from various sources, which may track your usage.\nThese sources are out of control by the developers of this script. Also, this script can create a non-free and unredistributable binary.\nBy downloading and using this script, you are fully aware of this.\n\nUse this script at your own risk. I maintain this script in my spare time. Please do not file bug reports for systems\nother than Debian and macOS, because I don't have the resources or time to maintain different systems.\n\n## Installation\n\n### Quick install and run (macOS, Linux)\n\nOpen your command line and run (curl needs to be installed):\n\n```bash\n\n# Without GPL and non-free codes, see https://ffmpeg.org/legal.html \n$ bash \u003c(curl -s \"https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install.sh?v1\")\n\n# With GPL and non-free codes, see https://ffmpeg.org/legal.html \n$ bash \u003c(curl -s \"https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1\")\n```\n\nThis command downloads the build script and automatically starts the build process.\n\n### Common installation (macOS, Linux)\n\n```bash\n$ git clone https://github.com/markus-perl/ffmpeg-build-script.git\n$ cd ffmpeg-build-script\n$ ./build-ffmpeg --build\n```\n\n## Supported Codecs\n\n* `x264`: H.264 Video Codec (MPEG-4 AVC)\n* `x265`: H.265 Video Codec (HEVC)\n* `libsvtav1`: SVT-AV1 Encoder and Decoder\n* `aom`: AV1 Video Codec (Experimental and very slow!)\n* `librav1e`: rust based AV1 encoder (only available if [`cargo` is installed](https://doc.rust-lang.org/cargo/getting-started/installation.html)) \n* `libdav1d`: Fastest AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the AOMedia (only available if `meson` and `ninja` are installed)\n* `fdk_aac`: Fraunhofer FDK AAC Codec\n* `xvidcore`: MPEG-4 video coding standard\n* `VP8/VP9/webm`: VP8 / VP9 Video Codec for the WebM video file format\n* `mp3`: MPEG-1 or MPEG-2 Audio Layer III\n* `ogg`: Free, open container format\n* `vorbis`: Lossy audio compression format\n* `theora`: Free lossy video compression format\n* `opus`: Lossy audio coding format\n* `srt`: Secure Reliable Transport\n* `webp`: Image format both lossless and lossy\n\n### HardwareAccel\n\n* `nv-codec`: [NVIDIA's GPU accelerated video codecs](https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/).\n  These encoders/decoders will only be available if a CUDA installation was found while building the binary.\n  Follow [these](#Cuda-installation) instructions for installation. Supported codecs in nvcodec:\n    * Decoders\n        * H264 `h264_cuvid`\n        * H265 `hevc_cuvid`\n        * Motion JPEG `mjpeg_cuvid`\n        * MPEG1 video `mpeg1_cuvid`\n        * MPEG2 video `mpeg2_cuvid`\n        * MPEG4 part 2 video `mepg4_cuvid`\n        * VC-1 `vc1_cuvid`\n        * VP8 `vp8_cuvid`\n        * VP9 `vp9_cuvid`\n    * Encoders\n        * H264 `nvenc_h264`\n        * H265 `nvenc_hevc`\n* `vaapi`: [Video Acceleration API](https://trac.ffmpeg.org/wiki/Hardware/VAAPI). These encoders/decoders will only be\n  available if a libva driver installation was found while building the binary. Follow [these](#Vaapi-installation)\n  instructions for installation. Supported codecs in vaapi:\n    * Encoders\n        * H264 `h264_vaapi`\n        * H265 `hevc_vaapi`\n        * Motion JPEG `mjpeg_vaapi`\n        * MPEG2 video `mpeg2_vaapi`\n        * VP8 `vp8_vaapi`\n        * VP9 `vp9_vaapi`\n* `AMF`: [AMD's Advanced Media Framework](https://github.com/GPUOpen-LibrariesAndSDKs/AMF). These encoders will only \n  be available if `amdgpu` drivers are detected in use on the system with `lspci -v`. \n    * Encoders\n        * H264 `h264_amf` \n\n\n### Apple M1 (Apple Silicon) Support\n\nThe script also builds FFmpeg on a new MacBook with an Apple Silicon M1 processor.\n\n### LV2 Plugin Support\n\nIf Python is available, the script will build a ffmpeg binary with lv2 plugin support.\n\n## Continuous Integration\n\nffmpeg-build-script is very stable. Every commit runs against Linux and macOS\nwith https://github.com/markus-perl/ffmpeg-build-script/actions to make sure everything works as expected.\n\n## Requirements\n\n### macOS\n\n* XCode 10.x or greater\n\n### Linux\n\n* Debian \u003e= Buster, Ubuntu =\u003e Focal Fossa, other Distributions might work too\n* Rocky Linux 8\n* A development environment and curl is required\n\n```bash\n# Debian and Ubuntu\n$ sudo apt install build-essential curl\n\n# Fedora\n$ sudo dnf install @development-tools curl\n```\n\n### Build in Docker (Linux)\n\nWith Docker, FFmpeg can be built reliably without altering the host system. Also, there is no need to have the CUDA SDK\ninstalled outside of the Docker image.\n\n##### Default\n\nIf you're running an operating system other than the one above, a completely static build may work. To build a full\nstatically linked binary inside Docker, just run the following command:\n\n```bash\n$ docker build --tag=ffmpeg:default --output type=local,dest=build -f Dockerfile .\n```\n\n##### CUDA\nThese builds are always built with the --enable-gpl-and-non-free switch, as CUDA is non-free. See https://ffmpeg.org/legal.html\n```bash\nexport DOCKER_BUILDKIT=1\n\n## Set the DIST (`ubuntu` or `rocky`) and VER (ubuntu: `16.04` , `18.04`, `20.04` or rocky: `8`) environment variables to select the preferred Docker base image.\n$ export DIST=centos\n$ export VER=8\n\n## Start the build\n$ docker build --tag=ffmpeg:cuda-$DIST -f cuda-$DIST.dockerfile --build-arg VER=$VER .\n```\n\nBuild an `export.dockerfile` that copies only what you need from the image you just built as follows. When running,\nmove the library in the lib to a location where the linker can find it or set the `LD_LIBRARY_PATH`. Since we have\nmatched the operating system and version, it should work well with dynamic links. If it doesn't work, edit\nthe `export.dockerfile` and copy the necessary libraries and try again.\n\n```bash\n$ docker build --output type=local,dest=build -f export.dockerfile --build-arg DIST=$DIST .\n$ ls build\nbin lib\n$ ls build/bin\nffmpeg ffprobe\n$ ls build/lib\nlibnppc.so.11 libnppicc.so.11 libnppidei.so.11 libnppig.so.11\n```\n\n##### Full static version\n\nIf you're running an operating system other than the one above, a completely static build may work. To build a full\nstatically linked binary inside Docker, just run the following command:\n\n```bash\n$ sudo -E docker build --tag=ffmpeg:cuda-static --output type=local,dest=build -f full-static.dockerfile .\n```\n\n### Run with Docker (macOS, Linux)\n\nYou can also run the FFmpeg directly inside a Docker container.\n\n#### Default - Without CUDA (macOS, Linux)\n\nIf CUDA is not required, a dockerized FFmpeg build can be executed with the following command:\n\n```bash\n$ sudo docker build --tag=ffmpeg .\n$ sudo docker run ffmpeg -i https://files.coconut.co.s3.amazonaws.com/test.mp4 -f webm -c:v libvpx -c:a libvorbis - \u003e test.mp4\n```\n\n#### With CUDA (Linux)\n\nTo use CUDA from inside the container, the installed Docker version must be \u003e= 19.03. Install the driver\nand `nvidia-docker2`\nfrom [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#installing-docker-ce).\nYou can then run FFmpeg inside Docker with GPU hardware acceleration enabled, as follows:\n\n```bash\n$ sudo docker build --tag=ffmpeg:cuda -f cuda-ubuntu.dockerfile .\n$ sudo docker run --gpus all ffmpeg-cuda -hwaccel cuvid -c:v h264_cuvid -i https://files.coconut.co.s3.amazonaws.com/test.mp4 -c:v hevc_nvenc -vf scale_npp=-1:1080 - \u003e test.mp4\n```\n\n### Common build (macOS, Linux)\n\nIf you want to enable CUDA, please refer to [these](#Cuda-installation) and install the SDK.\n\nIf you want to enable Vaapi, please refer to [these](#Vaapi-installation) and install the driver.\n\n```bash\n$ ./build-ffmpeg --build\n```\n\n## Cuda installation\n\nCUDA is a parallel computing platform developed by NVIDIA. To be able to compile ffmpeg with CUDA support, you first\nneed a compatible NVIDIA GPU.\n\n- Ubuntu: To install the CUDA toolkit on Ubuntu, run \"sudo apt install nvidia-cuda-toolkit\"\n- Other Linux distributions: Once you have the GPU and display driver installed, you can follow the\n  [official instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)\n  or [this blog](https://www.pugetsystems.com/labs/hpc/How-To-Install-CUDA-10-1-on-Ubuntu-19-04-1405/)\n  to setup the CUDA toolkit.\n\n## Vaapi installation\n\nYou will need the libva driver, so please install it below.\n\n```bash\n# Debian and Ubuntu\n$ sudo apt install libva-dev vainfo\n\n# Fedora and CentOS\n$ sudo dnf install libva-devel libva-intel-driver libva-utils\n```\n\n## AMF installation\n\nTo use the AMF encoder, you will need to be using the AMD GPU Pro drivers with OpenCL support.\nDownload the drivers from https://www.amd.com/en/support and install the appropriate opencl versions.\n\n```bash\n./amdgpu-pro-install -y --opencl=rocr,legacy\n```\n\n## Usage\n\n```bash\nUsage: build-ffmpeg [OPTIONS]\nOptions:\n  -h, --help                     Display usage information\n      --version                  Display version information\n  -b, --build                    Starts the build process\n      --enable-gpl-and-non-free  Enable non-free codecs  - https://ffmpeg.org/legal.html\n      --latest                   Build latest version of dependencies if newer available\n  -c, --cleanup                  Remove all working dirs\n      --full-static              Complete static build of ffmpeg (eg. glibc, pthreads etc...) **only Linux**\n                                 Note: Because of the NSS (Name Service Switch), glibc does not recommend static links.\n```\n\n## Notes of static link\n\n- Because of the NSS (Name Service Switch), glibc does **not recommend** static links. See detail\n  below: https://sourceware.org/glibc/wiki/FAQ#Even_statically_linked_programs_need_some_shared_libraries_which_is_not_acceptable_for_me.__What_can_I_do.3F\n\n- The libnpp in the CUDA SDK cannot be statically linked.\n- Vaapi cannot be statically linked.\n\nContact\n-------\n\n* Github: [http://www.github.com/markus-perl/](https://github.com/markus-perl/ffmpeg-build-script)\n\nTested on\n---------\n\n* MacOS 10.15\n* Debian 10\n* Ubuntu 20.04\n\nExample\n-------\n\n```\n./build-ffmpeg --build\n\nffmpeg-build-script v1.xx\n=========================\n\nUsing 12 make jobs simultaneously.\n\nbuilding yasm\n=======================\nDownloading https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0.tar.gz as yasm-1.3.0.tar.gz\n... Done\nExtracted yasm-1.3.0.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace\n$ make -j 12\n$ make install\n\nbuilding nasm\n=======================\nDownloading https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz as nasm-2.15.05.tar.xz\n... Done\nExtracted nasm-2.15.05.tar.xz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding pkg-config\n=======================\nDownloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz as pkg-config-0.29.2.tar.gz\n... Done\nExtracted pkg-config-0.29.2.tar.gz\n$ ./configure --silent --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --with-pc-path=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib/pkgconfig --with-internal-glib\n$ make -j 12\n$ make install\n\nbuilding zlib\n=======================\nDownloading https://www.zlib.net/zlib-1.2.11.tar.gz as zlib-1.2.11.tar.gz\n... Done\nExtracted zlib-1.2.11.tar.gz\n$ ./configure --static --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace\n$ make -j 12\n$ make install\n\nbuilding openssl\n=======================\nDownloading https://www.openssl.org/source/openssl-1.1.1h.tar.gz as openssl-1.1.1h.tar.gz\n... Done\nExtracted openssl-1.1.1h.tar.gz\n$ ./config --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --openssldir=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --with-zlib-include=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/include/ --with-zlib-lib=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib no-shared zlib\n$ make -j 12\n$ make install\n\nbuilding cmake\n=======================\nDownloading https://cmake.org/files/v3.18/cmake-3.18.4.tar.gz as cmake-3.18.4.tar.gz\n... Done\nExtracted cmake-3.18.4.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --system-zlib\n$ make -j 12\n$ make install\n\nbuilding x264\n=======================\nDownloading https://code.videolan.org/videolan/x264/-/archive/stable/x264-stable.tar.bz2 as x264-stable.tar.bz2\n... Done\nExtracted x264-stable.tar.bz2\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --enable-static --enable-pic\n$ make -j 12\n$ make install\n$ make install-lib-static\n\nbuilding x265\n=======================\nDownloading https://github.com/videolan/x265/archive/Release_3.5.tar.gz as x265-3.5.tar.gz\n... Done\nExtracted x265-3.5.tar.gz\n$ cmake -DCMAKE_INSTALL_PREFIX=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../../source\n$ make -j 12\n$ make install\n\nbuilding libvpx\n=======================\nDownloading https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz as libvpx-1.9.0.tar.gz\n... Done\nExtracted libvpx-1.9.0.tar.gz\nApplying Darwin patch\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-unit-tests --disable-shared --as=yasm\n$ make -j 12\n$ make install\n\nbuilding xvidcore\n=======================\nDownloading https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.gz as xvidcore-1.3.7.tar.gz\n... Done\nExtracted xvidcore-1.3.7.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n$ rm /Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib/libxvidcore.4.dylib\n\nbuilding vid_stab\n=======================\nDownloading https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz as vid.stab-1.1.0.tar.gz\n... Done\nExtracted vid.stab-1.1.0.tar.gz\n$ cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace -DUSE_OMP=OFF -DENABLE_SHARED=off .\n$ make\n$ make install\n\nbuilding av1\n=======================\nDownloading https://aomedia.googlesource.com/aom/+archive/430d58446e1f71ec2283af0d6c1879bc7a3553dd.tar.gz as av1.tar.gz\n... Done\nExtracted av1.tar.gz\n$ cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace -DCMAKE_INSTALL_LIBDIR=lib /Volumes/Daten/dev/mac/ffmpeg-build-script/packages/av1\n$ make -j 12\n$ make install\n\nbuilding opencore\n=======================\nDownloading https://deac-riga.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz as opencore-amr-0.1.5.tar.gz\n... Done\nExtracted opencore-amr-0.1.5.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding lame\n=======================\nDownloading https://netcologne.dl.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz as lame-3.100.tar.gz\n... Done\nExtracted lame-3.100.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding opus\n=======================\nDownloading https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz as opus-1.3.1.tar.gz\n... Done\nExtracted opus-1.3.1.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding libogg\n=======================\nDownloading https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.gz as libogg-1.3.3.tar.gz\n... Done\nExtracted libogg-1.3.3.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding libvorbis\n=======================\nDownloading https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz as libvorbis-1.3.6.tar.gz\n... Done\nExtracted libvorbis-1.3.6.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --with-ogg-libraries=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib --with-ogg-includes=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/include/ --enable-static --disable-shared --disable-oggtest\n$ make -j 12\n$ make install\n\nbuilding libtheora\n=======================\nDownloading https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz as libtheora-1.1.1.tar.gz\n... Done\nExtracted libtheora-1.1.1.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --with-ogg-libraries=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib --with-ogg-includes=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/include/ --with-vorbis-libraries=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/lib --with-vorbis-includes=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec\n$ make -j 12\n$ make install\n\nbuilding fdk_aac\n=======================\nDownloading https://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-2.0.1.tar.gz/download?use_mirror=gigenet as fdk-aac-2.0.1.tar.gz\n... Done\nExtracted fdk-aac-2.0.1.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding libwebp\n=======================\nDownloading https://github.com/webmproject/libwebp/archive/v1.1.0.tar.gz as libwebp-1.1.0.tar.gz\n... Done\nExtracted libwebp-1.1.0.tar.gz\n$ cmake -DCMAKE_INSTALL_PREFIX=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../\n$ make -j 12\n$ make install\n\nbuilding libsdl\n=======================\nDownloading https://www.libsdl.org/release/SDL2-2.0.12.tar.gz as SDL2-2.0.12.tar.gz\n... Done\nExtracted SDL2-2.0.12.tar.gz\n$ ./configure --prefix=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace --disable-shared --enable-static\n$ make -j 12\n$ make install\n\nbuilding srt\n=======================\nDownloading https://github.com/Haivision/srt/archive/v1.4.1.tar.gz as srt-1.4.1.tar.gz\n... Done\nExtracted srt-1.4.1.tar.gz\n$ cmake . -DCMAKE_INSTALL_PREFIX=/Volumes/Daten/dev/mac/ffmpeg-build-script/workspace -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF -DUSE_STATIC_LIBSTDCXX=ON\n$ make install\n\nbuilding ffmpeg\n=======================\nDownloading https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.bz2 as ffmpeg-4.3.1.tar.bz2\n... Done\nExtracted ffmpeg-4.3.1.tar.bz2\ninstall prefix            /Volumes/Daten/dev/mac/ffmpeg-build-script/workspace\nsource path               .\nC compiler                gcc\nC library\nARCH                      x86 (generic)\nbig-endian                no\nruntime cpu detection     yes\nstandalone assembly       yes\nx86 assembler             nasm\nMMX enabled               yes\nMMXEXT enabled            yes\n3DNow! enabled            yes\n3DNow! extended enabled   yes\nSSE enabled               yes\nSSSE3 enabled             yes\nAESNI enabled             yes\nAVX enabled               yes\nAVX2 enabled              yes\nAVX-512 enabled           yes\nXOP enabled               yes\nFMA3 enabled              yes\nFMA4 enabled              yes\ni686 features enabled     yes\nCMOV is fast              yes\nEBX available             yes\nEBP available             yes\ndebug symbols             no\nstrip symbols             yes\noptimize for size         yes\noptimizations             yes\nstatic                    yes\nshared                    no\npostprocessing support    yes\nnetwork support           yes\nthreading support         pthreads\nsafe bitstream reader     yes\ntexi2html enabled         no\nperl enabled              yes\npod2man enabled           yes\nmakeinfo enabled          yes\nmakeinfo supports HTML    no\n\nExternal libraries:\nappkit                  coreimage               libfdk_aac              libopencore_amrwb       libtheora               libvpx                  libx265                 sdl2\navfoundation            iconv                   libmp3lame              libopus                 libvidstab              libwebp                 libxvid                 zlib\nbzlib                   libaom                  libopencore_amrnb       libsrt                  libvorbis               libx264                 openssl\n\nExternal libraries providing hardware acceleration:\naudiotoolbox            videotoolbox\n\nLibraries:\navcodec                 avdevice                avfilter                avformat                avutil                  postproc                swresample              swscale\n\nPrograms:\nffmpeg                  ffplay                  ffprobe\n\nEnabled decoders:\naac                     adpcm_ima_wav           avrp                    dsicinvideo             gsm                     libopus                 msmpeg4v3               pcm_s32be               realtext                targa_y216              vqa\naac_at                  adpcm_ima_ws            avs                     dss_sp                  gsm_ms                  libvorbis               msrle                   pcm_s32le               rl2                     tdsc                    wavpack\naac_fixed               adpcm_ms                avui                    dst                     gsm_ms_at               libvpx_vp8              mss1                    pcm_s32le_planar        roq                     text                    wcmv\naac_latm                adpcm_mtaf              ayuv                    dvaudio                 h261                    libvpx_vp9              mss2                    pcm_s64be               roq_dpcm                theora                  webp\naasc                    adpcm_psx               bethsoftvid             dvbsub                  h263                    loco                    msvideo1                pcm_s64le               rpza                    thp                     webvtt\nac3                     adpcm_sbpro_2           bfi                     dvdsub                  h263i                   lscr                    mszh                    pcm_s8                  rscc                    tiertexseqvideo         wmalossless\nac3_at                  adpcm_sbpro_3           bink                    dvvideo                 h263p                   m101                    mts2                    pcm_s8_planar           rv10                    tiff                    wmapro\nac3_fixed               adpcm_sbpro_4           binkaudio_dct           dxa                     h264                    mace3                   mv30                    pcm_u16be               rv20                    tmv                     wmav1\nacelp_kelvin            adpcm_swf               binkaudio_rdft          dxtory                  hap                     mace6                   mvc1                    pcm_u16le               rv30                    truehd                  wmav2\nadpcm_4xm               adpcm_thp               bintext                 dxv                     hca                     magicyuv                mvc2                    pcm_u24be               rv40                    truemotion1             wmavoice\nadpcm_adx               adpcm_thp_le            bitpacked               eac3                    hcom                    mdec                    mvdv                    pcm_u24le               s302m                   truemotion2             wmv1\nadpcm_afc               adpcm_vima              bmp                     eac3_at                 hevc                    metasound               mvha                    pcm_u32be               sami                    truemotion2rt           wmv2\nadpcm_agm               adpcm_xa                bmv_audio               eacmv                   hnm4_video              microdvd                mwsc                    pcm_u32le               sanm                    truespeech              wmv3\nadpcm_aica              adpcm_yamaha            bmv_video               eamad                   hq_hqa                  mimic                   mxpeg                   pcm_u8                  sbc                     tscc                    wmv3image\nadpcm_argo              adpcm_zork              brender_pix             eatgq                   hqx                     mjpeg                   nellymoser              pcm_vidc                scpr                    tscc2                   wnv1\nadpcm_ct                agm                     c93                     eatgv                   huffyuv                 mjpegb                  notchlc                 pcx                     screenpresso            tta                     wrapped_avframe\nadpcm_dtk               aic                     cavs                    eatqi                   hymt                    mlp                     nuv                     pfm                     sdx2_dpcm               twinvq                  ws_snd1\nadpcm_ea                alac                    ccaption                eightbps                iac                     mmvideo                 on2avc                  pgm                     sgi                     txd                     xan_dpcm\nadpcm_ea_maxis_xa       alac_at                 cdgraphics              eightsvx_exp            idcin                   motionpixels            opus                    pgmyuv                  sgirle                  ulti                    xan_wc3\nadpcm_ea_r1             alias_pix               cdtoons                 eightsvx_fib            idf                     movtext                 paf_audio               pgssub                  sheervideo              utvideo                 xan_wc4\nadpcm_ea_r2             als                     cdxl                    escape124               iff_ilbm                mp1                     paf_video               pictor                  shorten                 v210                    xbin\nadpcm_ea_r3             amr_nb_at               cfhd                    escape130               ilbc                    mp1_at                  pam                     pixlet                  sipr                    v210x                   xbm\nadpcm_ea_xas            amrnb                   cinepak                 evrc                    ilbc_at                 mp1float                pbm                     pjs                     siren                   v308                    xface\nadpcm_g722              amrwb                   clearvideo              exr                     imc                     mp2                     pcm_alaw                png                     smackaud                v408                    xl\nadpcm_g726              amv                     cljr                    ffv1                    imm4                    mp2_at                  pcm_alaw_at             ppm                     smacker                 v410                    xma1\nadpcm_g726le            anm                     cllc                    ffvhuff                 imm5                    mp2float                pcm_bluray              prores                  smc                     vb                      xma2\nadpcm_ima_alp           ansi                    comfortnoise            ffwavesynth             indeo2                  mp3                     pcm_dvd                 prosumer                smvjpeg                 vble                    xpm\nadpcm_ima_amv           ape                     cook                    fic                     indeo3                  mp3_at                  pcm_f16le               psd                     snow                    vc1                     xsub\nadpcm_ima_apc           apng                    cpia                    fits                    indeo4                  mp3adu                  pcm_f24le               ptx                     sol_dpcm                vc1image                xwd\nadpcm_ima_apm           aptx                    cscd                    flac                    indeo5                  mp3adufloat             pcm_f32be               qcelp                   sonic                   vcr1                    y41p\nadpcm_ima_cunning       aptx_hd                 cyuv                    flashsv                 interplay_acm           mp3float                pcm_f32le               qdm2                    sp5x                    vmdaudio                ylc\nadpcm_ima_dat4          arbc                    dca                     flashsv2                interplay_dpcm          mp3on4                  pcm_f64be               qdm2_at                 speedhq                 vmdvideo                yop\nadpcm_ima_dk3           ass                     dds                     flic                    interplay_video         mp3on4float             pcm_f64le               qdmc                    srgc                    vmnc                    yuv4\nadpcm_ima_dk4           asv1                    derf_dpcm               flv                     jacosub                 mpc7                    pcm_lxf                 qdmc_at                 srt                     vorbis                  zero12v\nadpcm_ima_ea_eacs       asv2                    dfa                     fmvc                    jpeg2000                mpc8                    pcm_mulaw               qdraw                   ssa                     vp3                     zerocodec\nadpcm_ima_ea_sead       atrac1                  dirac                   fourxm                  jpegls                  mpeg1video              pcm_mulaw_at            qpeg                    stl                     vp4                     zlib\nadpcm_ima_iss           atrac3                  dnxhd                   fraps                   jv                      mpeg2video              pcm_s16be               qtrle                   subrip                  vp5                     zmbv\nadpcm_ima_mtf           atrac3al                dolby_e                 frwu                    kgv1                    mpeg4                   pcm_s16be_planar        r10k                    subviewer               vp6\nadpcm_ima_oki           atrac3p                 dpx                     g2m                     kmvc                    mpegvideo               pcm_s16le               r210                    subviewer1              vp6a\nadpcm_ima_qt            atrac3pal               dsd_lsbf                g723_1                  lagarith                mpl2                    pcm_s16le_planar        ra_144                  sunrast                 vp6f\nadpcm_ima_qt_at         atrac9                  dsd_lsbf_planar         g729                    libaom_av1              msa1                    pcm_s24be               ra_288                  svq1                    vp7\nadpcm_ima_rad           aura                    dsd_msbf                gdv                     libfdk_aac              mscc                    pcm_s24daud             ralf                    svq3                    vp8\nadpcm_ima_smjpeg        aura2                   dsd_msbf_planar         gif                     libopencore_amrnb       msmpeg4v1               pcm_s24le               rasc                    tak                     vp9\nadpcm_ima_ssi           avrn                    dsicinaudio             gremlin_dpcm            libopencore_amrwb       msmpeg4v2               pcm_s24le_planar        rawvideo                targa                   vplayer\n\nEnabled encoders:\na64multi                alac_at                 dnxhd                   h263p                   libwebp_anim            msvideo1                pcm_s16le_planar        pcm_u32le               roq_dpcm                truehd                  xface\na64multi5               alias_pix               dpx                     h264_videotoolbox       libx264                 nellymoser              pcm_s24be               pcm_u8                  rv10                    tta                     xsub\naac                     amv                     dvbsub                  hevc_videotoolbox       libx264rgb              opus                    pcm_s24daud             pcm_vidc                rv20                    utvideo                 xwd\naac_at                  apng                    dvdsub                  huffyuv                 libx265                 pam                     pcm_s24le               pcx                     s302m                   v210                    y41p\nac3                     aptx                    dvvideo                 ilbc_at                 libxvid                 pbm                     pcm_s24le_planar        pgm                     sbc                     v308                    yuv4\nac3_fixed               aptx_hd                 eac3                    jpeg2000                ljpeg                   pcm_alaw                pcm_s32be               pgmyuv                  sgi                     v408                    zlib\nadpcm_adx               ass                     ffv1                    jpegls                  magicyuv                pcm_alaw_at             pcm_s32le               png                     snow                    v410                    zmbv\nadpcm_g722              asv1                    ffvhuff                 libaom_av1              mjpeg                   pcm_dvd                 pcm_s32le_planar        ppm                     sonic                   vc2\nadpcm_g726              asv2                    fits                    libfdk_aac              mlp                     pcm_f32be               pcm_s64be               prores                  sonic_ls                vorbis\nadpcm_g726le            avrp                    flac                    libmp3lame              movtext                 pcm_f32le               pcm_s64le               prores_aw               srt                     wavpack\nadpcm_ima_qt            avui                    flashsv                 libopencore_amrnb       mp2                     pcm_f64be               pcm_s8                  prores_ks               ssa                     webvtt\nadpcm_ima_ssi           ayuv                    flashsv2                libopus                 mp2fixed                pcm_f64le               pcm_s8_planar           qtrle                   subrip                  wmav1\nadpcm_ima_wav           bmp                     flv                     libtheora               mpeg1video              pcm_mulaw               pcm_u16be               r10k                    sunrast                 wmav2\nadpcm_ms                cinepak                 g723_1                  libvorbis               mpeg2video              pcm_mulaw_at            pcm_u16le               r210                    svq1                    wmv1\nadpcm_swf               cljr                    gif                     libvpx_vp8              mpeg4                   pcm_s16be               pcm_u24be               ra_144                  targa                   wmv2\nadpcm_yamaha            comfortnoise            h261                    libvpx_vp9              msmpeg4v2               pcm_s16be_planar        pcm_u24le               rawvideo                text                    wrapped_avframe\nalac                    dca                     h263                    libwebp                 msmpeg4v3               pcm_s16le               pcm_u32be               roq                     tiff                    xbm\n\nEnabled hwaccels:\nh263_videotoolbox       h264_videotoolbox       hevc_videotoolbox       mpeg1_videotoolbox      mpeg2_videotoolbox      mpeg4_videotoolbox\n\nEnabled parsers:\naac                     avs2                    dirac                   dvd_nav                 gif                     hevc                    mpegaudio               rv30                    vc1                     webp\naac_latm                bmp                     dnxhd                   dvdsub                  gsm                     jpeg2000                mpegvideo               rv40                    vorbis                  xma\nac3                     cavsvideo               dpx                     flac                    h261                    mjpeg                   opus                    sbc                     vp3\nadx                     cook                    dvaudio                 g723_1                  h263                    mlp                     png                     sipr                    vp8\nav1                     dca                     dvbsub                  g729                    h264                    mpeg4video              pnm                     tak                     vp9\n\nEnabled demuxers:\naa                      ass                     dcstr                   fwse                    image2pipe              ircam                   mpc8                    pcm_f32le               redspark                sox                     vmd\naac                     ast                     derf                    g722                    image_bmp_pipe          iss                     mpegps                  pcm_f64be               rl2                     spdif                   vobsub\nac3                     au                      dfa                     g723_1                  image_dds_pipe          iv8                     mpegts                  pcm_f64le               rm                      srt                     voc\nacm                     av1                     dhav                    g726                    image_dpx_pipe          ivf                     mpegtsraw               pcm_mulaw               roq                     stl                     vpk\nact                     avi                     dirac                   g726le                  image_exr_pipe          ivr                     mpegvideo               pcm_s16be               rpl                     str                     vplayer\nadf                     avr                     dnxhd                   g729                    image_gif_pipe          jacosub                 mpjpeg                  pcm_s16le               rsd                     subviewer               vqf\nadp                     avs                     dsf                     gdv                     image_j2k_pipe          jv                      mpl2                    pcm_s24be               rso                     subviewer1              w64\nads                     avs2                    dsicin                  genh                    image_jpeg_pipe         kux                     mpsub                   pcm_s24le               rtp                     sup                     wav\nadx                     bethsoftvid             dss                     gif                     image_jpegls_pipe       kvag                    msf                     pcm_s32be               rtsp                    svag                    wc3\naea                     bfi                     dts                     gsm                     image_pam_pipe          live_flv                msnwc_tcp               pcm_s32le               s337m                   swf                     webm_dash_manifest\nafc                     bfstm                   dtshd                   gxf                     image_pbm_pipe          lmlm4                   mtaf                    pcm_s8                  sami                    tak                     webvtt\naiff                    bink                    dv                      h261                    image_pcx_pipe          loas                    mtv                     pcm_u16be               sap                     tedcaptions             wsaud\naix                     bintext                 dvbsub                  h263                    image_pgm_pipe          lrc                     musx                    pcm_u16le               sbc                     thp                     wsd\nalp                     bit                     dvbtxt                  h264                    image_pgmyuv_pipe       lvf                     mv                      pcm_u24be               sbg                     threedostr              wsvqa\namr                     bmv                     dxa                     hca                     image_pictor_pipe       lxf                     mvi                     pcm_u24le               scc                     tiertexseq              wtv\namrnb                   boa                     ea                      hcom                    image_png_pipe          m4v                     mxf                     pcm_u32be               sdp                     tmv                     wv\namrwb                   brstm                   ea_cdata                hevc                    image_ppm_pipe          matroska                mxg                     pcm_u32le               sdr2                    truehd                  wve\nanm                     c93                     eac3                    hls                     image_psd_pipe          mgsts                   nc                      pcm_u8                  sds                     tta                     xa\napc                     caf                     epaf                    hnm                     image_qdraw_pipe        microdvd                nistsphere              pcm_vidc                sdx                     tty                     xbin\nape                     cavsvideo               ffmetadata              ico                     image_sgi_pipe          mjpeg                   nsp                     pjs                     segafilm                txd                     xmv\napm                     cdg                     filmstrip               idcin                   image_sunrast_pipe      mjpeg_2000              nsv                     pmp                     ser                     ty                      xvag\napng                    cdxl                    fits                    idf                     image_svg_pipe          mlp                     nut                     pp_bnk                  shorten                 v210                    xwma\naptx                    cine                    flac                    iff                     image_tiff_pipe         mlv                     nuv                     pva                     siff                    v210x                   yop\naptx_hd                 codec2                  flic                    ifv                     image_webp_pipe         mm                      ogg                     pvf                     sln                     vag                     yuv4mpegpipe\naqtitle                 codec2raw               flv                     ilbc                    image_xpm_pipe          mmf                     oma                     qcp                     smacker                 vc1\nargo_asf                concat                  fourxm                  image2                  image_xwd_pipe          mov                     paf                     r3d                     smjpeg                  vc1t\nasf                     data                    frm                     image2_alias_pix        ingenient               mp3                     pcm_alaw                rawvideo                smush                   vividas\nasf_o                   daud                    fsb                     image2_brender_pix      ipmovie                 mpc                     pcm_f32be               realtext                sol                     vivo\n\nEnabled muxers:\na64                     avm2                    eac3                    g726le                  ipod                    mlp                     mxf                     pcm_mulaw               pcm_vidc                smjpeg                  uncodedframecrc\nac3                     avs2                    f4v                     gif                     ircam                   mmf                     mxf_d10                 pcm_s16be               psp                     smoothstreaming         vc1\nadts                    bit                     ffmetadata              gsm                     ismv                    mov                     mxf_opatom              pcm_s16le               rawvideo                sox                     vc1t\nadx                     caf                     fifo                    gxf                     ivf                     mp2                     null                    pcm_s24be               rm                      spdif                   voc\naiff                    cavsvideo               fifo_test               h261                    jacosub                 mp3                     nut                     pcm_s24le               roq                     spx                     w64\namr                     codec2                  filmstrip               h263                    kvag                    mp4                     oga                     pcm_s32be               rso                     srt                     wav\napng                    codec2raw               fits                    h264                    latm                    mpeg1system             ogg                     pcm_s32le               rtp                     stream_segment          webm\naptx                    crc                     flac                    hash                    lrc                     mpeg1vcd                ogv                     pcm_s8                  rtp_mpegts              streamhash              webm_chunk\naptx_hd                 dash                    flv                     hds                     m4v                     mpeg1video              oma                     pcm_u16be               rtsp                    sup                     webm_dash_manifest\nasf                     data                    framecrc                hevc                    matroska                mpeg2dvd                opus                    pcm_u16le               sap                     swf                     webp\nasf_stream              daud                    framehash               hls                     matroska_audio          mpeg2svcd               pcm_alaw                pcm_u24be               sbc                     tee                     webvtt\nass                     dirac                   framemd5                ico                     md5                     mpeg2video              pcm_f32be               pcm_u24le               scc                     tg2                     wtv\nast                     dnxhd                   g722                    ilbc                    microdvd                mpeg2vob                pcm_f32le               pcm_u32be               segafilm                tgp                     wv\nau                      dts                     g723_1                  image2                  mjpeg                   mpegts                  pcm_f64be               pcm_u32le               segment                 truehd                  yuv4mpegpipe\navi                     dv                      g726                    image2pipe              mkvtimestamp_v2         mpjpeg                  pcm_f64le               pcm_u8                  singlejpeg              tta\n\nEnabled protocols:\nasync                   data                    ftp                     httpproxy               md5                     prompeg                 rtmpt                   srtp                    tls\ncache                   ffrtmpcrypt             gopher                  https                   mmsh                    rtmp                    rtmpte                  subfile                 udp\nconcat                  ffrtmphttp              hls                     icecast                 mmst                    rtmpe                   rtmpts                  tcp                     udplite\ncrypto                  file                    http                    libsrt                  pipe                    rtmps                   rtp                     tee                     unix\n\nEnabled filters:\nabench                  alphaextract            atadenoise              colorspace              doubleweave             gblur                   loudnorm                nullsrc                 rotate                  sinc                    trim\nabitscope               alphamerge              atempo                  compand                 drawbox                 geq                     lowpass                 oscilloscope            sab                     sine                    unpremultiply\nacompressor             amerge                  atrim                   compensationdelay       drawgraph               gradfun                 lowshelf                overlay                 scale                   smartblur               unsharp\nacontrast               ametadata               avectorscope            concat                  drawgrid                gradients               lumakey                 owdenoise               scale2ref               smptebars               untile\nacopy                   amix                    avgblur                 convolution             drmeter                 graphmonitor            lut                     pad                     scdet                   smptehdbars             uspp\nacrossfade              amovie                  axcorrelate             convolve                dynaudnorm              greyedge                lut1d                   pal100bars              scroll                  sobel                   v360\nacrossover              amplify                 bandpass                copy                    earwax                  haas                    lut2                    pal75bars               select                  spectrumsynth           vaguedenoiser\nacrusher                amultiply               bandreject              coreimage               ebur128                 haldclut                lut3d                   palettegen              selectivecolor          split                   vectorscope\nacue                    anequalizer             bass                    coreimagesrc            edgedetect              haldclutsrc             lutrgb                  paletteuse              sendcmd                 spp                     vflip\naddroi                  anlmdn                  bbox                    cover_rect              elbg                    hdcd                    lutyuv                  pan                     separatefields          sr                      vfrdet\nadeclick                anlms                   bench                   crop                    entropy                 headphone               mandelbrot              perms                   setdar                  ssim                    vibrance\nadeclip                 anoisesrc               bilateral               cropdetect              eq                      hflip                   maskedclamp             perspective             setfield                stereo3d                vibrato\nadelay                  anull                   biquad                  crossfeed               equalizer               highpass                maskedmax               phase                   setparams               stereotools             vidstabdetect\naderivative             anullsink               bitplanenoise           crystalizer             erosion                 highshelf               maskedmerge             photosensitivity        setpts                  stereowiden             vidstabtransform\nadrawgraph              anullsrc                blackdetect             cue                     extractplanes           hilbert                 maskedmin               pixdesctest             setrange                streamselect            vignette\naecho                   apad                    blackframe              curves                  extrastereo             histeq                  maskedthreshold         pixscope                setsar                  super2xsai              vmafmotion\naemphasis               aperms                  blend                   datascope               fade                    histogram               maskfun                 pp                      settb                   superequalizer          volume\naeval                   aphasemeter             bm3d                    dblur                   fftdnoiz                hqdn3d                  mcdeint                 pp7                     showcqt                 surround                volumedetect\naevalsrc                aphaser                 boxblur                 dcshift                 fftfilt                 hqx                     mcompand                premultiply             showfreqs               swaprect                vstack\nafade                   apulsator               bwdif                   dctdnoiz                field                   hstack                  median                  prewitt                 showinfo                swapuv                  w3fdif\nafftdn                  arealtime               cas                     deband                  fieldhint               hue                     mergeplanes             pseudocolor             showpalette             tblend                  waveform\nafftfilt                aresample               cellauto                deblock                 fieldmatch              hwdownload              mestimate               psnr                    showspatial             telecine                weave\nafifo                   areverse                channelmap              decimate                fieldorder              hwmap                   metadata                pullup                  showspectrum            testsrc                 xbr\nafir                    arnndn                  channelsplit            deconvolve              fifo                    hwupload                midequalizer            qp                      showspectrumpic         testsrc2                xfade\nafirsrc                 aselect                 chorus                  dedot                   fillborders             hysteresis              minterpolate            random                  showvolume              thistogram              xmedian\naformat                 asendcmd                chromahold              deesser                 find_rect               idet                    mix                     readeia608              showwaves               threshold               xstack\nagate                   asetnsamples            chromakey               deflate                 firequalizer            il                      movie                   readvitc                showwavespic            thumbnail               yadif\nagraphmonitor           asetpts                 chromashift             deflicker               flanger                 inflate                 mpdecimate              realtime                shuffleframes           tile                    yaepblur\nahistogram              asetrate                ciescope                dejudder                floodfill               interlace               mptestsrc               remap                   shuffleplanes           tinterlace              yuvtestsrc\naiir                    asettb                  codecview               delogo                  format                  interleave              negate                  removegrain             sidechaincompress       tlut2                   zoompan\naintegral               ashowinfo               color                   derain                  fps                     join                    nlmeans                 removelogo              sidechaingate           tmedian\nainterleave             asidedata               colorbalance            deshake                 framepack               kerndeint               nnedi                   repeatfields            sidedata                tmix\nalimiter                asoftclip               colorchannelmixer       despill                 framerate               lagfun                  noformat                replaygain              sierpinski              tonemap\nallpass                 asplit                  colorhold               detelecine              framestep               lenscorrection          noise                   reverse                 signalstats             tpad\nallrgb                  astats                  colorkey                dilation                freezedetect            life                    normalize               rgbashift               signature               transpose\nallyuv                  astreamselect           colorlevels             displace                freezeframes            limiter                 null                    rgbtestsrc              silencedetect           treble\naloop                   asubboost               colormatrix             dnn_processing          fspp                    loop                    nullsink                roberts                 silenceremove           tremolo\n\nEnabled bsfs:\naac_adtstoasc           chomp                   extract_extradata       h264_redundant_pps      imx_dump_header         mp3_header_decompress   null                    remove_extradata        vp9_metadata\nav1_frame_merge         dca_core                filter_units            hapqa_extract           mjpeg2jpeg              mpeg2_metadata          opus_metadata           text2movsub             vp9_raw_reorder\nav1_frame_split         dump_extradata          h264_metadata           hevc_metadata           mjpega_dump_header      mpeg4_unpack_bframes    pcm_rechunk             trace_headers           vp9_superframe\nav1_metadata            eac3_core               h264_mp4toannexb        hevc_mp4toannexb        mov2textsub             noise                   prores_metadata         truehd_core             vp9_superframe_split\n\nEnabled indevs:\navfoundation            lavfi\n\nEnabled outdevs:\nsdl2\n\nLicense: non-free and unredistributable\n$ make -j 12\n$ make install\n\nBuilding done. The following binaries can be found here:\n- ffmpeg: /Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/bin/ffmpeg\n- ffprobe: /Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/bin/ffprobe\n- ffplay: /Volumes/Daten/dev/mac/ffmpeg-build-script/workspace/bin/ffplay\n\nInstall these binaries to your /usr/local/bin folder? Existing binaries will be replaced. [Y/n] y\nPassword:\nDone. FFmpeg is now installed to your system.\n```\n\nOther Projects Of Mine\n------------\n\n- [Pushover CLI Client](https://github.com/markus-perl/pushover-cli)\n- [Gender API](https://gender-api.com): [Genderize A Name](https://gender-api.com)\n- [Gender API Client PHP](https://github.com/markus-perl/gender-api-client)\n- [Gender API Client NPM](https://github.com/markus-perl/gender-api-client-npm)\n- [Genderize Names](https://www.youtube.com/watch?v=2SLIAguaygo)\n- [Genderize API](https://gender-api.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyam234%2Fffmpeg-NVEnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivyam234%2Fffmpeg-NVEnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyam234%2Fffmpeg-NVEnc/lists"}