CodeFormer icon indicating copy to clipboard operation
CodeFormer copied to clipboard

Installation of ffmpeg, video processing command execution, reporting that ffmpeg is not installed

Open Tycn opened this issue 2 years ago • 1 comments

E:\CodeFormer\CodeFormer>python inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 1.0 --input_path E:\CodeFormer\CodeFormer\inputs\video\11.mp4 Please install ffmpeg (not ffmpeg-python) by running $ conda install -c conda-forge ffmpeg

E:\CodeFormer\CodeFormer>conda install -c conda-forge ffmpeg Collecting package metadata (current_repodata.json): done Solving environment: done

# All requested packages already installed.

E:\CodeFormer\CodeFormer>python inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 1.0 --input_path E:\CodeFormer\CodeFormer\inputs\video\11.mp4 Please install ffmpeg (not ffmpeg-python) by running $ conda install -c conda-forge ffmpeg

Tycn avatar Jun 09 '23 04:06 Tycn

have the same question.

IdleFishEngineer avatar Oct 01 '23 12:10 IdleFishEngineer