summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-17 12:55:28 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-19 09:33:44 +0100
commitc2ac6477106a523984a3c8c8694c3f360ef9f41c (patch)
tree35fff913c6a7d2031a4d466eab26cc4223ee50a4 /doc/ffmpeg.texi
parent461716d3bfe3db70cee916e616435a659669dbf5 (diff)
doc: rework synopsis section for ff* tools
Fix syntax, remove pointless introductory sentence, improve overall consistency.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index b91e9f22f0..77ac10d720 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -11,13 +11,7 @@
@chapter Synopsis
-The generic syntax is:
-
-@example
-@c man begin SYNOPSIS
-ffmpeg [global options] [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
-@c man end
-@end example
+ffmpeg [@var{global_options}] @{[@var{input_file_options}] -i @file{input_file}@} ... @{[@var{output_file_options}] @file{output_file}@} ...
@chapter Description
@c man begin DESCRIPTION