-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
System cannot find file specified #115
Comments
[WinError 2] Means it can not find FFMPEG with full feature set, you can obtain the full feature set ffmpeg through here #2 (comment) Most of the time people will download the minimum version of ffmpeg. If you downloaded the Alpha version (Version 1.1-A4) from itch, it should come with the FFMPEG version that works and a batch file "ffmpeg_path.bat" that auto sets the path. In the wrapper, in the command block section, can you make sure that it's called like this? The line should mention the batch file and where ever you saved the program at. |
I followed that comment to download ffmpeg initially so I definitely have the full version (140MB executables) Grabbed the Alpha ver again to test - checking the program, it's calling the script with |
Can you try getting this https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp_win.zip and add to path? Even though it's a requirement that's packaged with the portable, maybe windows is not detecting it properly. |
Alright, seemed to get past that error + am now greeted with this one:
|
Can you provide me the livestream you are trying to use? |
Sure, that stream was https://www.youtube.com/watch?v=nHUz8FULa1U |
it seems like YouTube requires your login session. You'll need to export your youtube session in NetScape Format and save to the folder As of right now, with out cookie file it doesn't work. When adding cookies file, it works. |
That seems to have done the trick, thank you! |
Feel free to make another issue if you need more help! |
Didn't want to make a whole other issue since it's a small thing, it seems to be working but I'm only getting translations once every maybe minute or so. Is that just the CPU being too slow to handle the program? |
The higher ram mode chosen + cpu opinion, the slower it may be You may be able to test your luck using windows WSL #28 as it does work with AMD and ROCm, You'll need to do download from source though and load from command line, but you can always just use the wrapper command box and copy and paste stuff https://rocm.docs.amd.com/projects/radeon/en/latest/docs/compatibility/wsl/wsl_compatibility.html the code it self does come with webbrowser server so you can always use the browser to have captions overlayed on a video |
Heya, downloaded both the "alpha" and stable release portables today and have been running into this error on both:
Traceback (most recent call last): File "transcribe_audio.py", line 869, in <module> File "transcribe_audio.py", line 466, in main File "subprocess.py", line 421, in check_output File "subprocess.py", line 503, in run File "subprocess.py", line 971, in __init__ File "subprocess.py", line 1440, in _execute_child FileNotFoundError: [WinError 2] The system cannot find the file specified [7884] Failed to execute script 'transcribe_audio' due to unhandled exception!
Git should be working fine and I've confirmed that an ffmpeg installation is on PATH (and running ffmpeg command in cmd prompt works), so I'm not entirely sure where this error is coming from.
Device: Windows 10.0.19045
Hardware: 5600X3D, 6700XT
The text was updated successfully, but these errors were encountered: