chnm / mall-theme

Omeka theme for Histories of the National Mall
7 stars 4 forks source link

Video playback and thumbnails issues for videos #39

Closed sheilabrennan closed 10 years ago

sheilabrennan commented 10 years ago

@kimisgold can you help us to figure out what is happening?

This is an example of an mp4, that has no thumb in the public theme, that also doesn't play in the browser. http://dev.omeka.org/mallhistory/items/show/262

But, the file is viewable and plays in dev.omeka.org/admin/files/show/331

I've run image derivative plugin again on video files and that doesn't seem to correct the problem.

Any idea what might be happening?

kimisgold commented 10 years ago

If a video doesn't have a thumb, it's because the Imagemagick install on the staging server can't create derivative images from the video files.

The video is viewable and plays in Firefox for me both on admin and public side. I'm having trouble with my Quicktime plugin for Chrome, but looking into that now.

On Mon, Jan 27, 2014 at 12:55 PM, Sheila Brennan notifications@github.comwrote:

@kimisgold https://github.com/kimisgold can you help us to figure out what is happening?

This is an example of an mp4, that has no thumb in the public theme, that also doesn't play in the browser. http://dev.omeka.org/mallhistory/items/show/262

But, the file is viewable and plays in dev.omeka.org/admin/files/show/331

I've run image derivative plugin again on video files and that doesn't seem to correct the problem.

Any idea what might be happening?

— Reply to this email directly or view it on GitHubhttps://github.com/omeka/mall-theme/issues/39 .

kimisgold commented 10 years ago

John just took a closer look at the videos, and he says the current encoding for the videos (MPEG-4, not to be confused with its MP4 container) is older and not well-suited for web playback. He recommends they be re-encoded to H.264 codec.

sheilabrennan commented 10 years ago

Thanks very much for investigating this. We'll see what we can do with the file we have.