-
-
Notifications
You must be signed in to change notification settings - Fork 62
libx265 invalid value for max-cll #46
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
Labels
bug
Something isn't working
Comments
Hey @HannesJo0139 thanks for all the issues, sorry I missed these, apparently notifications were off for this repo! Starting to work on these now |
cdgriffith
added a commit
that referenced
this issue
Aug 21, 2020
…s to HannesJo0139) * Fixing #43 audio bitrate being set to wrong track (thanks to HannesJo0139)
Merged
cdgriffith
added a commit
that referenced
this issue
Aug 21, 2020
Fixed in 2.3.3 |
Oh thats no problem. I'm so thankful having Fastflix and your ffmpeg guides. Really nice work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fastflix is producing an invalid format for x265 max-cll value what leads to the warning
[libx265 @ 0x...] Invalid value for max-cll: (1242,436).
It is because max-cli must not be formatted like max-cll=(1242,436) but just max-cll=1242,436.
Removing the brackets and the warning is no longer thrown.
The text was updated successfully, but these errors were encountered: