Hadi Aminzadeh
Hadi Aminzadeh

Reputation: 95

FFmpeg with libwebp in centos

I installed ffmpeg with rpmfusion but not support webp!
Do you have any simple solution or we must compile it from source?
Is it possible to use Source RPMs and enable libwebp?

Upvotes: 0

Views: 1030

Answers (1)

llogan
llogan

Reputation: 133673

FFmpeg has built-in support for WebP decoding.

FFmpeg uses libwebp for WebP encoding, so you build must have --enable-libwebp to be able to encode WebP.

You can compile by adapting FFmpeg Wiki: CentOS and manually adding the WebP dependency.

Or the easy solution is to download an already compiled ffmpeg from johnvansickle.com/ffmpeg/. See FAQ for install instructions.

Upvotes: 1

Related Questions