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
Install ffmpeg using winget: winget install "FFmpeg (Essentials Build)". This automatically puts ffmpeg in the PATH such that you don't need the --ffmpeg argument.
Instead of python3 I needed to use just python -mvenv venv
With those minor adjustments it just worked, so I'm pretty excited about that! Thank you so much for making and sharing this!
The text was updated successfully, but these errors were encountered:
As per your request in https://github.com/time4tea/gopro-dashboard-overlay/blob/main/docs/windows.md I want to let you know that I had a pretty seamless experience on Windows 10 with Python 3.12.
Some minor suggestions:
winget install "FFmpeg (Essentials Build)"
. This automatically puts ffmpeg in the PATH such that you don't need the --ffmpeg argument.python3
I needed to use justpython -mvenv venv
With those minor adjustments it just worked, so I'm pretty excited about that! Thank you so much for making and sharing this!
The text was updated successfully, but these errors were encountered: