Richard
Results
1
comments of
Richard
trafficstars
I also faced the same problem, I have solved it by: In”CodeFormer/basicsr/utils/video_util.py“, there is a piece of code: ```python ``` self.stream_writer = ( ffmpeg.input('pipe:', format='rawvideo', pix_fmt='bgr24', s=f'{width}x{height}', framerate=fps).output( audio, video_save_path,...