Real-ESRGAN icon indicating copy to clipboard operation
Real-ESRGAN copied to clipboard

WSL2-Ubuntu 20.04 Conda would complain no libx264 codec from ffmpeg

Open findalexli opened this issue 2 years ago • 1 comments

After trying out different options, including recompling ffmpeg, this is what it took to resolve the issue

conda install ffmpeg conda install x264

findalexli avatar Mar 31 '22 06:03 findalexli

Thanks, when I wrapped this model in a container, I ran into a similar problem. After I tried to solve it by compiling the 264 codec for ffmpeg, I understood, but it didn't help, and your solution saved me.

gdagil avatar Jun 23 '22 20:06 gdagil