Skip to content

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

Closed
HannesJo0139 opened this issue Aug 10, 2020 · 3 comments
Closed

libx265 invalid value for max-cll #46

HannesJo0139 opened this issue Aug 10, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@HannesJo0139
Copy link

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.

@cdgriffith
Copy link
Owner

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 cdgriffith added the bug Something isn't working label Aug 21, 2020
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)
cdgriffith added a commit that referenced this issue Aug 21, 2020
* Fixing #46 max-cll was being sent incorrectly to x265-params (thanks to HannesJo0139)
* Fixing #43 audio bitrate being set to wrong track (thanks to HannesJo0139)
@cdgriffith
Copy link
Owner

Fixed in 2.3.3

@HannesJo0139
Copy link
Author

Hey @HannesJo0139 thanks for all the issues, sorry I missed these, apparently notifications were off for this repo!

Starting to work on these now

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants