
Seems like I have to change -disable-libx264 to -enable-libx264 but not sure where and how it is done. enable-version3 -disable-nonfree -enable-hardcoded-tables -enable-avresample -enable-libfreetype -disable-openssl -disable-gnutls -enable-libvpx -enable-pthreads -enable-libopus -enable-postproc -disable-libx264

I get -disable-libx264 on the last line: ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developersīuilt with clang version 4.0.1 (tags/RELEASE_401/final)Ĭonfiguration: -prefix=/anaconda3 -cc=x86_64-apple-darwin13.4.0-clang -disable-doc -enable-shared -enable-static So I upgrade ffmpeg to the latest and see that libx264 is installed as shown: Using Brew on MacOs => Pouring x264-r3027_1.high_ Unknown encoder 'libx264' File "/anaconda3/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 661, in _append_data


I am running a code that runs ffmpeg and breaks down because of libx264 with the following error:
