Page 1 of 1
Metadate pickup from movie
Posted: 2017-06-06 10:53:28
by kde
way is it not possible to auto pickup the duration of the movie on media information detect?
Posted: 2017-06-06 16:25:40
by antp
I'm not sure to understand what you ask... currently the duration is set to the Length field when importing info from video files
Posted: 2017-06-07 07:08:50
by kde
I have a lot of TS files and on this format it not pick up the duration and the framerate.
If I do the same with mp4 working fine
I can send you a screenshot if you like
Posted: 2017-06-07 07:20:40
by kde
Posted: 2017-06-07 15:54:44
by antp
For importing info from video files AMC relies on MediaInfo (
https://mediaarea.net/fr/MediaInfo )
Posted: 2017-06-08 09:33:32
by kde
sorry and now? I see the details now in MediaInfo is there a plug in to get it in?
Posted: 2017-06-08 10:15:42
by kde
I change in the program folder your MediaInfo.dll (version 0.7.64.0) to the latest version 0.7.96.0. With this version it read only the Filesize
Posted: 2017-06-08 10:29:07
by kde
ok a little bit my fault I use the 64bit .dll now I use the 32bit but now I have the same as with you version 0.7.64.0.
Can I edit the fields which need to match MediaInfo <=> ANT?
Posted: 2017-06-08 19:22:48
by antp
What I meant is that the info imported depend on MediaInfo: if it does not return the length to AMC, we can't do anything...
Posted: 2017-06-09 07:01:10
by kde
on MediaInfo all looks fine
Posted: 2017-06-09 07:10:43
by kde
how do you get the information?
Posted: 2017-06-09 08:47:42
by antp
.ts is for DVDs ?
it is possible that for proper duration import additional search in the various files of the DVD is needed
for all media files AMC just requests the "PlayTime" attribute from the general stream ; cf getmedia.pas and MediaInfo.pas in AMC's source code.