summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-04-22 21:29:15 +0200
committerNiklas Haas <git@haasn.dev>2023-04-26 15:36:10 +0200
commit4fa691b761202f5e1d71f15f3645fa4ee6e1ff84 (patch)
tree5ea35d0ef8d0c08371cc23fa4fb1faf20675367f /doc
parentf7d64881f87d66489e1f51b48d909d044203cc42 (diff)
downloadffmpeg-4fa691b761202f5e1d71f15f3645fa4ee6e1ff84.tar.gz
doc/filters/libplacebo: remove outdated example
This example being first is now misleading because round-tripping through hwdownload/hwupload is neither required nor recommended. Also, the comment about avoiding format conversion is unnecessary because `libplacebo` will now inherit the input frame format by default.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a7972ff736..011b1bbc62 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16331,16 +16331,6 @@ This filter supports almost all of the above options as @ref{commands}.
@subsection Examples
@itemize
@item
-Complete example for how to initialize the Vulkan device, upload frames to the
-GPU, perform filter conversion to yuv420p, and download frames back to the CPU
-for output. Note that in specific cases you can get around the need to perform
-format conversion by specifying the correct @code{format} filter option
-corresponding to the input frames.
-@example
-ffmpeg -i $INPUT -init_hw_device vulkan -vf hwupload,libplacebo=format=yuv420p,hwdownload,format=yuv420p $OUTPUT
-@end example
-
-@item
Tone-map input to standard gamut BT.709 output:
@example
libplacebo=colorspace=bt709:color_primaries=bt709:color_trc=bt709:range=tv