avfilter/vf_setparams: allow setting chroma location
Shockingly, there isn't currently _any_ filter for overriding this.
This commit is contained in:
parent
3e064f52eb
commit
201f1cba15
2 changed files with 33 additions and 3 deletions
|
|
@ -22073,6 +22073,23 @@ Keep the same colorspace property (default).
|
|||
@item chroma-derived-c
|
||||
@item ictcp
|
||||
@end table
|
||||
|
||||
@item chroma_location
|
||||
Set the chroma sample location.
|
||||
Available values are:
|
||||
|
||||
@table @samp
|
||||
@item auto
|
||||
Keep the same chroma location (default).
|
||||
|
||||
@item unspecified, unknown
|
||||
@item left
|
||||
@item center
|
||||
@item topleft
|
||||
@item top
|
||||
@item bottomleft
|
||||
@item bottom
|
||||
@end table
|
||||
@end table
|
||||
|
||||
@section sharpen_npp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue