Category: News

How to enable libx264 in ffmpeg

I am trying to encode with libx264 in ffmpeg ffmpeg -f image2 -r 25 -i frames/%03d.bmp -vcodec libx264 out.mp4 However, i get the following error message:...