diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:11:27 +0200 |
commit | a42d6e6c4c19912b73cae8ca9133b4202667c303 (patch) | |
tree | 3541c46b540f3918de117818297a3af0ed5362a1 /doc | |
parent | b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e (diff) | |
download | ffmpeg-a42d6e6c4c19912b73cae8ca9133b4202667c303.tar.gz |
vsrc_movie: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 191bf6cd12..c5e1b821a4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2355,16 +2355,14 @@ useful in applications that do not support arbitrary filter graphs, but its use is discouraged in those that do. Specifically in @command{avconv} this filter should never be used, the @option{-filter_complex} option fully replaces it. -It accepts the syntax: @var{movie_name}[:@var{options}] where -@var{movie_name} is the name of the resource to read (not necessarily -a file but also a device or a stream accessed through some protocol), -and @var{options} is an optional sequence of @var{key}=@var{value} -pairs, separated by ":". - -The description of the accepted options follows. +This filter accepts the following options: @table @option +@item filename +The name of the resource to read (not necessarily a file but also a device or a +stream accessed through some protocol). + @item format_name, f Specifies the format assumed for the movie to read, and can be either the name of a container or an input device. If not specified the |