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

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Feb 28 09:13:17 CET 2013


Stefano Sabatini <stefasab <at> gmail.com> writes:

> > -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.

Patch applied, thank you!

> BTW what happens if filename is empty and there is no "filename" tag?

I didn't test...

Carl Eugen



More information about the ffmpeg-devel mailing list