[FFmpeg-devel] AVMetadataConv
Michael Niedermayer
michaelni
Sun Feb 28 20:18:21 CET 2010
Hi
Our metadata api has a few problems 2 of them are
1. mapping between different value formats is not cleanly supported
(year vs iso data, various formats of specifying languages, ...)
2. the code doesnt behave terribly sanely for similar fields like
input files with author & artist and a output container format that
supports just one of the 2
Heres a simple proposal to fix these.
Comments welcome
1. Add a function pointer to AVMetadataConv that allows demuxers to
specify (possibly shared) functions to do convertions like year<->iso date
2a. Add a single (de)muxer unspecific AVMetadataConv table that maps between
author<->artist, title<->description and such
2b. Add a int distance to AVMetadataConv that specifies the semantic
difference between the 2 keys (auth and author would be distance 0 that
is identical, artst and author would be >0)
2c. Change metadata_conv() so that each source tag is mapped over
demuxer + internal + muxer tables in a way to minimize the sum of the
distance values involved.
we also need some way to distinguish containers that can store arbitrary
string keys and ones that cannot, the convertion would differ between the 2
comments?
volunteers to implement it?
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100228/77505ca3/attachment.pgp>
More information about the ffmpeg-devel
mailing list