[FFmpeg-devel] [PATCH 0/2] avformat/mov: add support for parsing tmpo atom

Moritz Barsnick barsnick at gmx.net
Wed Sep 19 16:45:26 EEST 2018


Adds mov_metadata_int16() for parsing 16-bit integer atoms, and
a corresponding call in mov_read_udta_string.

The atom's value is mapped to the "tmpo" metadata key, which is the
same one as used by avformat/movenc. I couldn't find a concise doc
about what it should map to.
https://github.com/hile/soundforest/blob/master/soundforest/tags/formats/aac.py
indicates it might be "bpm", as does
http://edd.wp-a2z.org/oik_api/getid3_quicktimecopytoappropriatecommentssection/

Moritz Barsnick (2):
  avformat/mov: add mov_metadata_int16()
  avformat/mov: parse tmpo atom

 libavformat/mov.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.14.4



More information about the ffmpeg-devel mailing list