[FFmpeg-cvslog] Improve dump_attachment documentation.

Carl Eugen Hoyos git at videolan.org
Thu Feb 28 09:03:56 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Feb 28 08:57:10 2013 +0100| [a791b62f5f8df30c1ed3235468a8e1e5d0a46095] | committer: Carl Eugen Hoyos

Improve dump_attachment documentation.

Fixes ticket #2299

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a791b62f5f8df30c1ed3235468a8e1e5d0a46095
---

 doc/ffmpeg.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 77dba53..7563107 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -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



More information about the ffmpeg-cvslog mailing list