How can I enabel libwebp for FFmpeg
rpmfusion, not support libwebp how can I install it?
why don't you ask the question on rpmfusion project ?
anyway you need to compile with --enable-libwebp
But before you need to install libwebp-dev ; on ubuntu is sudo apt install libwebp-dev
why don't you ask the question on rpmfusion project ?
Because I want to find batter solution.
Do you recommend compiling from source?
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-libwebpBut before you need to install libwebp-dev ; on ubuntu issudo apt install libwebp-dev