mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
vf_lut.c: fix wrong syntax in example
This commit is contained in:
parent
91492bd1c4
commit
2a9046c741
@ -1238,7 +1238,7 @@ lutrgb="r=negval:g=negval:b=negval"
|
||||
lutyuv="y=negval:u=negval:v=negval"
|
||||
|
||||
# negate luminance
|
||||
lutyuv=negval
|
||||
lutyuv=y=negval
|
||||
|
||||
# remove chroma components, turns the video into a graytone image
|
||||
lutyuv="u=128:v=128"
|
||||
|
Loading…
x
Reference in New Issue
Block a user