MediaArea / BWFMetaEdit

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

unifed xml comments #245

Closed dericed closed 1 year ago

dericed commented 1 year ago
  1. For ffmpeg -f lavfi -i sine -t 1 hey.wav and many others, I get an xml with bwfmetaedit --out-xml hey.wav that includes:
            <Information>
</Information>

Can this be <Information/> instead as I suspect the line break is meaningless here?

  1. Please add /File/Technical/UnsupportedChunks
g-maxime commented 1 year ago

"UnsupportedChunks" is present when non-empty: <UnsupportedChunks>MJTU</UnsupportedChunks>

Same for "Information" after fix.

dericed commented 1 year ago

thx :)