Generate fingerprint at time of encode

Archive of historical feature requests.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
mike548141
Posts: 26
Joined: Mon Nov 08, 2010 5:02 am

Generate fingerprint at time of encode

Post by mike548141 »

Hi,

My request is to generate a fingerprint (GUID) at the time of encode. As we encode DVD media to a MPEG/MKV container we lose some useful information like what DVD release was the source media (Australian, European or North American release? Special edition, Collectors edition or Standard release?).

I understand why it is not within HB's role to look up movie information and write the meta-data to the destination media, but writing a fingerprint is something that HB is perfectly positioned for. It already has to read the entire video track to encode it, its "just" a matter of generating a fingerprint as it reads the source and then writing an attribute to the destination media with the DVD fingerprint.
A secondary application can then read that fingerprint, look up the relative movie information and present/write it as meta-data.

An idea for the fingerprint code/mechanism is available here: http://discident.com/
JohnAStebbins kindly suggested it in the forum: viewtopic.php?f=6&t=25398
Sample code: http://github.com/discident/objectivec

Many thanks for all your work, I love HB. Unfortunately I'm not a good enough developer to add these things myself.

MC
Post Reply