-
Notifications
You must be signed in to change notification settings - Fork 113
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
LibPlacebo Tonemapping issues #629
Comments
Thank you for the report about
2 & 3. It seems like parser for
|
Thanks for the fixes. 🙂 With the latest release this issue seems to be solved, so I close it. Little side note: |
Thank you for confirming! |
Hello rigaya,
while implementing the new parameter I have some little issues and I hope it's okay to make just this one issue for all of those:
The Options List mentions
src_csp=<string>
anddst_csp=<string>
whereas the CLI help sayssrc_csp=<int>
anddst_csp=<int>
. In case both are accepted, maybe something likesrc_csp=<string/int>
would be useful, but it would be great if both could give the same information. 😅The param
metadata
is defined as:metadata=<int>
Data source to use for tone mapping.
But there is also a list with defined values given:
any, none, hdr10, hdr10plus, cie_y
So I assume it should be
metadata=<string>
instead? Code-wise it should be the same as the other options, but difficult when using Code Preview on GitHub.While testing (2) I tried
--vpp-libplacebo-tonemapping metadata=hdr10plus
as well as--vpp-libplacebo-tonemapping metadata=3
, but I always get:Using for example
--vpp-libplacebo-tonemapping src_csp=hdr10,dst_csp=sdr
works without issues.Beside the fact that it is missing: Is it only used with the LUT file or is this parameter used independently?
The text was updated successfully, but these errors were encountered: