Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to use libx264 codec with ffmpeg. but Ffmpeg libx264's configuration failed

Tags:

ffmpeg

configure failed

I want to use libx264 codec with ffmpeg. when i tried to convert image files to a video using the codec, a message appears said Unknown encoder "libx264". so I tried to execute configure and make again at msys folder. I typed ./configure --enable-libx264 and it failed. :(

my ffmpeg version is 3.0.1 and x264 is also the latest version so far.

like image 719
YJJ Avatar asked Dec 20 '25 22:12

YJJ


1 Answers

It is possible that you don't have the x264 libraries for compiling on your machine.

The last time I compiled FFMpeg I downloaded and compiled x264 also along with it to ensure I had the libraries installed.

http://www.videolan.org/developers/x264.html

It may also interest you to enable OpenH264 by Cisco.

http://www.openh264.org/

like image 83
Ruben Avatar answered Dec 24 '25 10:12

Ruben



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!