Open HkDzl opened 1 year ago
i also have the problem
Maybe you can use other image processing APIs to rewrite it, such as opencv.
Did you solve the problem with opencv
Oh, I just used it to splice the output image into a video. I think it should be modifiable but I have not try. I just test the pretrained model.
thank you
I fixed it on Ubuntu 22.04 as follows:
ffmpeg
installed with conda: conda remove --force ffmpeg
sudo apt install libx264-dev
sudo apt-get install ffmpeg
ffmpeg -codecs | grep 264
will output DEV.LS h264 ...
Does anyone know how to solve this problem? Thank you very much!