[FFmpeg-devel] [PATCH]Clarify -dump_attachment usage

Stefano Sabatini stefasab at gmail.com
Thu Feb 28 00:06:38 CET 2013


On date Saturday 2013-02-23 19:20:14 +0100, Carl Eugen Hoyos encoded:
> Hi!
> 
> Attached patch hopefully fixes ticket #2299.
> 
> Please comment, Carl Eugen

> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 3db1e98..09906df 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -403,11 +403,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

LGTM and thanks.

BTW what happens if filename is empty and there is no "filename" tag?
-- 
FFmpeg = Friendly and Free Most Practical Extended Guru


More information about the ffmpeg-devel mailing list