AVideo-Encoder icon indicating copy to clipboard operation
AVideo-Encoder copied to clipboard

How can I enabel libwebp for FFmpeg

Open hadi60 opened this issue 5 years ago • 4 comments

rpmfusion, not support libwebp how can I install it?

hadi60 avatar Sep 09 '20 07:09 hadi60

why don't you ask the question on rpmfusion project ?

akhilleusuggo avatar Sep 09 '20 07:09 akhilleusuggo

anyway you need to compile with --enable-libwebp But before you need to install libwebp-dev ; on ubuntu is sudo apt install libwebp-dev

akhilleusuggo avatar Sep 09 '20 07:09 akhilleusuggo

why don't you ask the question on rpmfusion project ?

Because I want to find batter solution.
Do you recommend compiling from source?

hadi60 avatar Sep 09 '20 08:09 hadi60

I mean , the best support for rpmfusion , is asking on the rpmfusion community . If rpmfusion does not incluse libwebp , then you should compile ffmpeg , and include on ./configure what you need to incluse , libx264 , etc etc libwebp.... https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

If something is not on the list , such as libwebp , quicksync , nvenc etc , google is always your friend . For your case , i'll already gave you the answer :

anyway you need to compile with --enable-libwebp But before you need to install libwebp-dev ; on ubuntu is sudo apt install libwebp-dev

akhilleusuggo avatar Sep 09 '20 09:09 akhilleusuggo