-
Notifications
You must be signed in to change notification settings - Fork 36
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
Aegisub will crash if loaded avs without audio #61
Comments
Does this still happen with the updated provider loading logic? If so, can you give detailed steps to reproduce? |
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes #23 . Fixes #61 . Fixes #83 .
Should be fixed now, see #83 (comment) for more information. Reopen if this still happens. |
@arch1t3cht not fixed for me when dran-n-drop avisynth script: |
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes #23 . Fixes #61 . Fixes #83 .
I see, that was a separate issue with the avisynth wrap on top of the audio/video provider selection issue. Fixed now. |
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes arch1t3cht#23 . Fixes arch1t3cht#61 . Fixes arch1t3cht#83 .
Thanks, with 858f4ac it's working now |
When loading avs script, I got this error and Aegisub will crash
Default vapoursynth audio script:
import vapoursynth as vs
vs.core.bas.Source(source=filename).set_output()
The text was updated successfully, but these errors were encountered: