MediaArea / BWFMetaEdit

WAV/BWF metadata editor
https://MediaArea.net/BWFMetaEdit
Other
41 stars 18 forks source link

How does one insert Technical Metadata into a BWF file? `--in-tech` options aren't yet available. #272

Closed npinto closed 6 months ago

npinto commented 6 months ago

--out-tech is available to export Technical Metadata, and I would like to import that data as well, the same way I can import aXML with --in-aXML=. How would one achieve that?

Thanks for your help.

g-maxime commented 6 months ago

Most technical metadata are read-only. You can modify the XMLs, BEXT version and md5sum through their respective flags: --in-XMP= --in-aXML= --in-iXML= --in-cue= --BextVersion= --MD5-Embed

If you believe any other chunk should be editable, please specify your requirements.

npinto commented 6 months ago

Thanks for your answer. So I guess tech is read-only and inferred from the file itself? If so, then there is no need to edit it.

JeromeMartinez commented 6 months ago

So I guess tech is read-only and inferred from the file itself?

Channel count, sample rate, etc, are technical information and not metadata. They could be changed, with limits e.g. you may change the sampling rate from 44k to 48k but in that case the resulting audio content would be different.

If so, then there is no need to edit it.

Closing the ticket, let us know if there would be something not editable but relevant to edit from your point of view.