You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the file ffmpeg-5.0.1-full_build-shared.7z to a directory, then create a new environment variable called FFMPEG_DIR (this can be done with with the "Edit environment variables for your account" function available in the control panel), and set it to the directory that you extracted the original file to (for example, set it to C:\Users\Username\Downloads\ffmpeg-5.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?
The text was updated successfully, but these errors were encountered:
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.
FFMPEG_DIR path is: C:\Tools\Other_Tools\Video_Tools\ffmpeg\ffmpeg-5.0.1-full_build-shared
How to solve it?
The text was updated successfully, but these errors were encountered: