What do I have to do to enable uploads and playback of video in G3? I'm sure it's something very easy that I am missing. AVI's and MPG's can't be selected to upload. I can't find where those are defined.
No problem. We only support FLV and MP4 because we can show those in the browser with a flash movie player, which makes for a better user experience. We may eventually branch out to more movie formats in he future.
---
Problems? Check gallery3/var/logs bugs/feature req's | upgrade to the latest code | use git | help! vote!
adises
Joined: 2006-10-02
Posts: 34
Posted: Thu, 2009-06-25 10:53
Quote:
What does this mean?
<?php defined('SYSPATH') or die('No direct script access.'); ?>
2009-06-25 03:53:21 -06:00 --- error: Uncaught Exception: @todo MISSING_FFMPEG in file modules/gallery/helpers/movie.php on line 116
I tried uploading an MP4.
nevermind i googled it like I should have in the first place..hostmonster does not support ffmpeg
Posts: 7994
G3 only supports MP4 and FLV right now. You'll need to convert your AVIs to one of those formats to upload it.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 2
Doh!
Thanks for the reply, of course.
Posts: 7994
No problem. We only support FLV and MP4 because we can show those in the browser with a flash movie player, which makes for a better user experience. We may eventually branch out to more movie formats in he future.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 34
nevermind i googled it like I should have in the first place..hostmonster does not support ffmpeg
Posts: 7994
Try the latest code (see my link below). We swap in a placeholder if there's no ffmpeg binary available.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!