Open allrobot opened 4 months ago
First, you should be using FFmpeg 7, unless you really need ffmpeg 5.0.1 for compatibility reasons. The compile documentation has just been updated, you should check it out and see if it clarifies things.
It might be that rust fails to detect FFmpeg for some reason, make sure that your FFmpeg folder is not nested (e.g ffmpeg-5.0.1-full_build-shared\ffmpeg-5.0.1-full_build-shared) The contents of the FFmpeg folder should look like this.
First, you should be using FFmpeg 7, unless you really need ffmpeg 5.0.1 for compatibility reasons. The compile documentation has just been updated, you should check it out and see if it clarifies things.
Try running this before compiling
set FFMPEG_DIR=C:\Tools\Other_Tools\Video_Tools\ffmpeg\ffmpeg-7.0.1-full_build-shared
Try running this before compiling
set FFMPEG_DIR=C:\Tools\Other_Tools\Video_Tools\ffmpeg\ffmpeg-7.0.1-full_build-shared
FFMPEG_DIR path is: C:\Tools\Other_Tools\Video_Tools\ffmpeg\ffmpeg-5.0.1-full_build-shared
How to solve it?