CodeFormer
CodeFormer copied to clipboard
Installation of ffmpeg, video processing command execution, reporting that ffmpeg is not 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
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
have the same question.