as you mabye already know the mp4 container is missing
an important feature which other containers like
matroska or ogm offer:
chapters
of course its possible to create chapters via mpeg-4
systems, but this needs an own systems encoder which
maybe is an overkill for such a task and also doesnt
really exist atm for dshow, which most people still use
therefore the guys from ahead created some private
chapter information which they add in the udta atom
(user stuff)
currently the nero recode2 encoding tool sets this
chapter info in mp4, 3ivx is working on adding this feature
playback works with the nero and 3ivx dshow filter
already and with the firmware of the upcoming new
sigmadesigns mpeg-4 decoder chip (according to ahead)
basically my feature request would be to ask you if it
maybe would be possible to add the function to mp4ui to
allow adding such chapters, editing of these or at least
the display of these
thanks :)
Logged In: YES
user_id=948912
same as with subtitles: without specs/information on how
both works I cannot add this
Logged In: YES
user_id=786427
yes, there are no publicly available specs and maybe never
will be :(
you would have to reverese engineer the way the chapters
are placed in udta, like the 3ivx guys did too (according to
them its pretty simple)
(basically like it had to be reverse engineered how itunes
stores tags in mp4)
how nero places subtitles in .mp4 is specified in the mpeg-4
standard
its a systems track (mp4s) with private trackid, following the
standard how not defined streams should be placed in .mp4