diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-02 15:32:55 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-04 13:21:08 +0100 |
commit | dc7ad85c401a0137795e0414f5fe1c2e7f1d7078 (patch) | |
tree | e99ed738ee0cf7831809c9b2e66277a236e52c1b /doc/libavfilter.texi | |
parent | 837126568c83b3f95cc19c1f24c005a215a2af1e (diff) | |
download | ffmpeg-dc7ad85c401a0137795e0414f5fe1c2e7f1d7078.tar.gz |
doc: use @command{} for commands.
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r-- | doc/libavfilter.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index de5baa8eec..06d9f13324 100644 --- a/doc/libavfilter.texi +++ b/doc/libavfilter.texi @@ -43,13 +43,13 @@ The result will be that in output the top half of the video is mirrored onto the bottom half. Video filters are loaded using the @var{-vf} option passed to -ffmpeg or to ffplay. Filters in the same linear chain are separated by -commas. In our example, @var{split, fifo, overlay} are in one linear -chain, and @var{fifo, crop, vflip} are in another. The points where -the linear chains join are labeled by names enclosed in square -brackets. In our example, that is @var{[T1]} and @var{[T2]}. The magic -labels @var{[in]} and @var{[out]} are the points where video is input -and output. +@command{ffmpeg} or to @command{ffplay}. Filters in the same linear +chain are separated by commas. In our example, @var{split, fifo, +overlay} are in one linear chain, and @var{fifo, crop, vflip} are in +another. The points where the linear chains join are labeled by names +enclosed in square brackets. In our example, that is @var{[T1]} and +@var{[T2]}. The magic labels @var{[in]} and @var{[out]} are the points +where video is input and output. Some filters take in input a list of parameters: they are specified after the filter name and an equal sign, and are separated each other |