OSDN Git Service

Improve dump_attachment documentation.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 28 Feb 2013 07:57:10 +0000 (08:57 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 28 Feb 2013 07:57:10 +0000 (08:57 +0100)
Fixes ticket #2299

doc/ffmpeg.texi

index 77dba53..7563107 100644 (file)
@@ -411,11 +411,11 @@ will be used.
 
 E.g. to extract the first attachment to a file named 'out.ttf':
 @example
-ffmpeg -dump_attachment:t:0 out.ttf INPUT
+ffmpeg -dump_attachment:t:0 out.ttf -i INPUT
 @end example
 To extract all attachments to files determined by the @code{filename} tag:
 @example
-ffmpeg -dump_attachment:t "" INPUT
+ffmpeg -dump_attachment:t "" -i INPUT
 @end example
 
 Technical note -- attachments are implemented as codec extradata, so this