We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am converting a file by running ffmpeg from python via subprocess. This causes all environment variables to be removed.
Running avisynthplus without HOME causes a crash:
terminate` called after throwing an instance of 'std::logic_error' what(): basic_string: construction from null is not valid
The crash seems to originate from here:
AviSynthPlus/avs_core/core/avisynth.cpp
Line 2407 in 1d21468
The text was updated successfully, but these errors were encountered:
f283c65
No branches or pull requests
I am converting a file by running ffmpeg from python via subprocess. This causes all environment variables to be removed.
Running avisynthplus without HOME causes a crash:
The crash seems to originate from here:
AviSynthPlus/avs_core/core/avisynth.cpp
Line 2407 in 1d21468
The text was updated successfully, but these errors were encountered: