Talk:ColorYUV
From Avisynth wiki
Odd phrase
Parameter cont_X description: "When contract is set to 256, the relevant chroma value is set to 128"
Huh? This does not parse for me, even allowing for the typo.
--Raffriff42 09:47, 23 December 2015 (CET)
- Imo 'gain_y float = 0' is very confusing. As a newbie i would have no idea what that means. I would prefer 'gain_y (default 0, float)' or something like that. Your style which you used for Subtitle is much clearer. Try to use the same style (in general).
- With respection to the description above. It should have been "When contrast is set to -256, the chroma values are set to 128". So -256 is lowest sensible value. I will reword it a little bit. Admin 22:30, 24 December 2015 (CET)
- re: parameter formatting, that is Reel.Deal's Template:Par2, which is widely used. I was actually planning to go back and use this template in Subtitle when I got time. Perhaps this template can be revised in some way. It would be better if Reel.Deal did that.
--Raffriff42 23:40, 24 December 2015 (CET)- @Read.Deal, could you change that template into something readable? I would prefer something like 'parameter (default = value, type).
Admin 23:54, 24 December 2015 (CET)
- @Read.Deal, could you change that template into something readable? I would prefer something like 'parameter (default = value, type).
- re: parameter formatting, that is Reel.Deal's Template:Par2, which is widely used. I was actually planning to go back and use this template in Subtitle when I got time. Perhaps this template can be revised in some way. It would be better if Reel.Deal did that.
- Tried something like "default = ..." and this is a problem for arguments without defaults. It looks weird.
- See discussion, Template:Par2b. Instead, I suggest a slight adjustment to Template:Par2, from
- clip =
- size int = 24
to
- clip =
- int size = 24
- see preview @ User:Raffriff42/sandbox
--Raffriff42 14:49, 26 December 2015 (CET)
- Went ahead with the change. Hope you (both) like it. --Raffriff42 18:00, 26 December 2015 (CET)
- see preview @ User:Raffriff42/sandbox
- Looks much better. Thanks. Admin 00:26, 28 December 2015 (CET)