You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -411,11 +411,11 @@ will be used.
|
|||||||
|
|
||||||
E.g. to extract the first attachment to a file named 'out.ttf':
|
E.g. to extract the first attachment to a file named 'out.ttf':
|
||||||
@example
|
@example
|
||||||
ffmpeg -dump_attachment:t:0 out.ttf INPUT
|
ffmpeg -dump_attachment:t:0 out.ttf -i INPUT
|
||||||
@end example
|
@end example
|
||||||
To extract all attachments to files determined by the @code{filename} tag:
|
To extract all attachments to files determined by the @code{filename} tag:
|
||||||
@example
|
@example
|
||||||
ffmpeg -dump_attachment:t "" INPUT
|
ffmpeg -dump_attachment:t "" -i INPUT
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Technical note -- attachments are implemented as codec extradata, so this
|
Technical note -- attachments are implemented as codec extradata, so this
|
||||||
|
Reference in New Issue
Block a user