diff options
author | wm4 <wm4@nowhere> | 2013-05-25 15:53:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-05-26 16:44:18 +0200 |
commit | c23bf5311fce3b59e9111e5de646ee57b48be27f (patch) | |
tree | b467490430dfce982a00d7f92e83df9e4f8e6cd5 /DOCS/man/en/vf.rst | |
parent | 3546188a41aa8c231e563ac89af68edd2798323b (diff) | |
download | mpv-c23bf5311fce3b59e9111e5de646ee57b48be27f.tar.bz2 mpv-c23bf5311fce3b59e9111e5de646ee57b48be27f.tar.xz |
vf_lavfi: allow setting avopts
Diffstat (limited to 'DOCS/man/en/vf.rst')
-rw-r--r-- | DOCS/man/en/vf.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 846d3ffac6..6d650212fc 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -367,7 +367,7 @@ pp[=filter1[:option1[:option2...]]/[-]filter2...] Horizontal deblocking on luminance only, and switch vertical deblocking on or off automatically depending on available CPU time. -lavfi=graph[:sws_flags] +lavfi=graph[:sws_flags[:o=opts]] Filter video using ffmpeg's libavfilter. <graph> @@ -406,6 +406,14 @@ lavfi=graph[:sws_flags] See ``http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libswscale/swscale.h``. + <o> + Set AVFilterGraph options. These should be documented by ffmpeg. + + *EXAMPLE*: + + ``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'`` + forces a specific threading configuration. + noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]] Adds noise. |