

Sadly libx265 did not work on ubuntu, however on windows I tried the same thing with zeranoe ffmpeg build and it worked without a problem. THere are much more compilation flags included.Today I found out that x265 is already present in ffmpeg so I compiled ffmpeg with this guide However, it does not come with any codec, which defects the purpose of compiling ffmpeg.įfmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developersīuilt with Apple clang version 12.0.0 (clang-1200.0.32.28)Ĭonfiguration: -prefix=/usr/local/Cellar/ffmpeg/4.3.1_9 -enable-shared -enable-pthreads -enable-version3 -enable-avresample -cc=clang -host-cflags= -host-ldflags= -enable-ffplay -enable-gnutls -enable-gpl -enable-libaom -enable-libbluray -enable-libdav1d -enable-libmp3lame -enable-libopus -enable-librav1e -enable-librubberband -enable-libsnappy -enable-libsrt -enable-libtesseract -enable-libtheora -enable-libvidstab -enable-libvorbis -enable-libvpx -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxml2 -enable-libxvid -enable-lzma -enable-libfontconfig -enable-libfreetype -enable-frei0r -enable-libass -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libopenjpeg -enable-librtmp -enable-libspeex -enable-libsoxr -enable-videotoolbox -enable-libzmq -enable-libzimg -disable-libjack -disable-indev=jack The hpc admin compiled a ffmpeg at Purdue. If you do not compile libx264, then you could not encode/decode in libx264.įfmpeg is a backend responsible for generating animations in Matplotlib in Python. It is powerful in the sense that it could incorporate various encoder/decoder if you enable the plugin during the configuration before compilation. libmp3lame, libvorbi, libfdk-aac: various audio codecs used by Amazon, Spotify, Apple, etc.libx265: new efficient video codec that reduces bitrate to half of libx264 without reducing quality.


libx264: most popular video codec that could be decoded in every devices nowadays.You have to compile it by yourself to generate animation using Python.įfmpeg is a powerful tool to encode and decode audios and videos. The HPC at Purdue compiled a crippled ffmpeg.
