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
I had almost the whole Sunday to run the program on Windows 11.
But it ended up working. If anyone else faces this difficulty, I'll share the steps I followed.
First, the installation tutorial works, even with the warnings during the process.
By following the tutorial up to step 3, you'll be able to complete the installation. The issue arises with FFmpeg.
Right after that, you will need to install the precompiled FFmpeg and set it in the PATH: https://github.com/BtbN/FFmpeg-Builds/releases
Copy the precompiled file to the folder C://ffmpeg on your computer and set the PATH in the environment variables.
That's how I managed to get it working perfectly. I hope this can help someone here.
The text was updated successfully, but these errors were encountered:
I had almost the whole Sunday to run the program on Windows 11.
But it ended up working. If anyone else faces this difficulty, I'll share the steps I followed.
First, the installation tutorial works, even with the warnings during the process.
By following the tutorial up to step 3, you'll be able to complete the installation. The issue arises with FFmpeg.
Right after that, you will need to install the precompiled FFmpeg and set it in the PATH:
https://github.com/BtbN/FFmpeg-Builds/releases
Copy the precompiled file to the folder C://ffmpeg on your computer and set the PATH in the environment variables.
That's how I managed to get it working perfectly. I hope this can help someone here.
The text was updated successfully, but these errors were encountered: