diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-15 12:42:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:25:38 +0100 |
commit | 21f7cd4acd8dc4b4796b55966dd015cb037164d8 (patch) | |
tree | 8ef006d4fb1262e989f4a3fa2a91ca1633dee832 /doc/filters.texi | |
parent | 1bf34134612e509fa68c70dfff418c6022459259 (diff) | |
download | ffmpeg-21f7cd4acd8dc4b4796b55966dd015cb037164d8.tar.gz |
lavfi: add a filter for uploading normal frames to CUDA
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b995d757d8..722c8b03b6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1610,6 +1610,17 @@ A floating point number which specifies chroma temporal strength. It defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}. @end table +@section hwupload_cuda + +Upload system memory frames to a CUDA device. + +It accepts the following optional parameters: + +@table @option +@item device +The number of the CUDA device to use +@end table + @section interlace Simple interlacing filter from progressive contents. This interleaves upper (or |