mirror of https://git.ffmpeg.org/ffmpeg.git
doc/filters: fix outpad labels in libvmaf_cuda example
This commit is contained in:
parent
9135dffd17
commit
172da370e7
|
@ -17071,8 +17071,8 @@ ffmpeg \
|
|||
-hwaccel cuda -hwaccel_output_format cuda -codec:v av1_cuvid -i dis.obu \
|
||||
-hwaccel cuda -hwaccel_output_format cuda -codec:v av1_cuvid -i ref.obu \
|
||||
-filter_complex "
|
||||
[0:v]scale_cuda=format=yuv420p[ref]; \
|
||||
[1:v]scale_cuda=format=yuv420p[dis]; \
|
||||
[0:v]scale_cuda=format=yuv420p[dis]; \
|
||||
[1:v]scale_cuda=format=yuv420p[ref]; \
|
||||
[dis][ref]libvmaf_cuda=log_fmt=json:log_path=output.json
|
||||
" \
|
||||
-f null -
|
||||
|
|
Loading…
Reference in New Issue