You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Internet Archive creates derivative thumbnails from uploaded video files, which look suspiciously like frame stills to be used by players to aid timeline navigation.
For @mekarpeles and the IA folks, what are these? If they are frames taken from the video, how can we determine which times correspond to which frame? (Both the filename suffix and the mtime attributes look promising.)
For the IIIF A/V folks, is there currently any way of enabling frame-based navigation within existing players? How should this kind of time-specific thumbnail within a canvas be modeled?
The text was updated successfully, but these errors were encountered:
I don't think mtime is directly helpful here, it's a unix timestamp, potentially the last modified time
here's a comment from an IA repo, discussing how they select their thumbnails for display:
? /* The 'poster' is intentionally a direct Http link as its intended only for search engines etc
Preference is 2nd thumbnail (first is usually black-screen) in .thumbs/ directory (e.g. for 'commute');
if only one (e.g. item 'stairs') use that. */
Transfered from: ArchiveLabs/iiif.archivelab.org#101
The Internet Archive creates derivative thumbnails from uploaded video files, which look suspiciously like frame stills to be used by players to aid timeline navigation.
In our test fixture video, for example, there are a couple dozen files within a subdirectory, which are listed in the manifest like this:
For @mekarpeles and the IA folks, what are these? If they are frames taken from the video, how can we determine which times correspond to which frame? (Both the filename suffix and the
mtime
attributes look promising.)For the IIIF A/V folks, is there currently any way of enabling frame-based navigation within existing players? How should this kind of time-specific thumbnail within a canvas be modeled?
The text was updated successfully, but these errors were encountered: