Open alexjolig opened 1 year ago
Ok, The problem was the ffmpeg was installed but not linked.
So I ran brew link ffmpeg
and the error is gone now.
In fact, it can be an issue. If there's no ffmpeg installed, sinner should gracefully degrade to CV2. But I've never checked on this.
I tired following command to do a face swap video:
python sin.py --source="sources/foo.jpeg" --target="sources/johndoe.mov" --frame-processor FaceSwapper FaceEnhancer --output="resources/foo_bar.mp4" --many-faces --execution-provider=cpu --execution-threads=8
But I encountered the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
Am I missing a package or something?
Here's the full stack trace: