-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not download FFmpeg #76
Comments
I apologize I didn't have a chance to respond yet today, thank you for raising the issue! As a backup until I look at and fix it you can always download FFmpeg manually: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z Then you will have to update the config file (
|
The issue it seems it that The "proper" solution is to build FFmpeg myself and bundle it with FFmpeg for windows systems. There are a lot of logistic, server time and legal waters to navigate to do that correctly is why I have been avoiding it. (FFmpeg themselves don't offer builds directly to avoid those issues, and that's why they link to third parties such as |
…thub.com/BtbN/FFmpeg-Builds/releases (thanks to sioc) * Fixing failure size calculation limit on file to 500 bytes due to VP9
* Fixing #76 Windows FFmpeg builds switch from gyan.dev to https://github.com/BtbN/FFmpeg-Builds/releases (thanks to sioc) * Fixing failure size calculation limit on file to 500 bytes due to VP9
Fixed in https://github.com/cdgriffith/FastFlix/releases/tag/3.0.2 Thanks for bringing this to my attention! |
It appears this is broken again in 3.1.0 . |
Fixed betterer (I hope) in 3.2.0 |
Hi, i tried both FastFlix_3.0.0_installer.exe and FastFlix_3.0.0_win64.zip and with both i got :
C:\Program Files\FastFlix>FastFlix.exe
2020-10-04 19:19:24 DESKTOP-2OIM4BI fastflix-core[3416] INFO Starting FastFlix 3.0.0
2020-10-04 19:19:25 DESKTOP-2OIM4BI fastflix[14352] DEBUG Using qt engine pyqt5 version 5.15.1
2020-10-04 19:19:25 DESKTOP-2OIM4BI fastflix[14352] DEBUG Using config file "C:\Users\sioc\AppData\Roaming\FastFlix\fastflix.json"
Downloaded 0MB
2020-10-04 19:19:28 DESKTOP-2OIM4BI fastflix[14352] ERROR Could not download FFmpeg
Traceback (most recent call last):
File "fastflix\gui.py", line 214, in required_info
File "fastflix\gui.py", line 295, in windows_download_ffmpeg
File "reusables\file_operations.py", line 80, in extract
TypeError: File is not a known archive
2020-10-04 19:19:28 DESKTOP-2OIM4BI fastflix[14352] ERROR HARD FAIL: Unexpected error: 2
Traceback (most recent call last):
File "fastflix\gui.py", line 214, in required_info
File "fastflix\gui.py", line 295, in windows_download_ffmpeg
File "reusables\file_operations.py", line 80, in extract
TypeError: File is not a known archive
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "fastflix\gui.py", line 263, in start_app
File "fastflix\gui.py", line 217, in required_info
SystemExit: 2
Unexpected error: 2
The text was updated successfully, but these errors were encountered: