-
Notifications
You must be signed in to change notification settings - Fork 267
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
av1an: builds but has no console output #2775
Comments
Did you try double clicking from file explorer to see if it gives a dll not found error window? |
When I double-click it in the Explorer, a console windows opens and closes. Originally I tested it in a console emulation in the "Far manager". @Uranite told me in the upstream issue:
So I am not sure whether there are basic issues with a static build. I'll test the shared build as well... |
Despite selecting |
I think you just need to install vapoursynth so that you're able to run av1an, I would've said that you need the dlls of ffmpeg shared in your PATH or in the same directory as av1an.exe, but it doesn't seem to be necessary with av1an that is built via media-autobuild_suite, but worth trying nonetheless |
I put all the shared FFmpeg DLLs (and more probably unnecessary files) and the Vapoursynth DLLs in the same directory:
Still, no console output. It seems to close already before it is able to print messages about anything missing. |
Rust is not automatic installed update: below is probably just some weird bug, I can't reproduce it now |
Currently the newer code of FFmpeg will cause this strange bug, originally tested with av1an latest release (exe upload date 2024-10-03) + FFmpeg 7.1 dlls download from gyan.dev but also apply to the latest git version built by m-ab-s. |
Av1an not outputting anything to the console is due to Python and Vapoursynth not being installed. I was under the assumption that they weren't required for runtime, so I hadn't included a disclaimer saying so -- that's my bad Still, av1an could stand to include an error message like |
I built a static Win64 EXE and tried to run it. But there is no console output. I also tested
av1an.exe --help
but there is no console output either. Does it require additional DLLs in the same directory to start at all? Or how may I proceed to search for a reason?Also mentioned upstream in Av1an issue #883
The text was updated successfully, but these errors were encountered: