Skip to content

Use ffmetadata format to load multiple metadata fields from a file #44

@weak-head

Description

@weak-head

Description

To load multiple metadata fields from a file, we can:

Example

meta.txt

;FFMETADATA1
description=This is a
multi-line description
with "quotes" and such.
artist=John Doe
ffmpeg -i input.m4a -i meta.txt -map_metadata 1 -codec copy output.m4a

Metadata

Metadata

Assignees

Labels

enhancementIncludes general improvements or feature changes and select new feature requests

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions