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
Currently windows users have to setup FFmpeg manualy. This is bad because it requires user to follow a complicated guide. We need to create an easy way to automatically install FFmpeg. My idea:
Try to load library normally
if it fails check if a "bootstrap" option is enabled in config
If so load a rust windows bootstrap lib
in this lib we will check if FFmpeg is downloaded if so go to step 6
Currently windows users have to setup FFmpeg manualy. This is bad because it requires user to follow a complicated guide. We need to create an easy way to automatically install FFmpeg. My idea:
The text was updated successfully, but these errors were encountered: