-
Notifications
You must be signed in to change notification settings - Fork 324
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
Problem with loudness-filter #613
Comments
The |
Locale mismatch is also my first suspicion. |
How are you doing that? Command line manually? |
The first line reads: My system locale is set to de_DE.UTF_8 Adding the "LC_NUMERIC=C" to the command line works; But why does melt not use the locale setting of the "first line" when available? |
MLT is modular such that
|
another (huge) hack is to just check LC_NUMERIC and replace all instances of probably going to break other stuff, though. |
MLT v7 will have the option to build with locale, which leads to point 1. The option will likely default to without locale, and only offer on as a deprecated legacy option with a bug like this unaddressed. |
I am rendering a kdenlive-project that uses the 2-pass loudness-filter. I did all the analysis steps so that the mlt-file contains the analysis result. But when running melt, I get hundrets of those error messages:
I have looked up the filter source and found a sscanf-directive. As far as I understand, the input should match, but it obviously doesn't.
Name : kdenlive
Version : 20.08.2-1
Name : mlt
Version : 6.22.1-4
The text was updated successfully, but these errors were encountered: