I've uploaded a couple of mpeg's and they all get the familiar 'movie' thumbnail. I'd like to create my own thumbnails for the movies (different for each movie). I've got the jpeg thumbnail image ready-to-go, but I can't figure out how to upload it. I keep having Permission problems on the thumbnail file. I've tried chmod'ing the thumbnail files (I only have ftp access to my server), but I just get Permission errors when I do this. Any help out there?
Posts: 3473
Those files are created by a different user, so you can't change them. However, clever Bharat has written a script that will fix it for you. Find it in User Guide->Scripts->Cleanup
You may also be interested in this, which I believe will go into 1.3.4:
<!-- BBCode Start --><A HREF="http://sourceforge.net/tracker/index.php?func=detail&aid=693044&group_id=7130&atid=307130" TARGET="_blank">ffmpeg</A><!-- BBCode End -->
Posts: 75
ffmpeg support is planned for gallery 1.3.4
ffmpeg URL:
http://sourceforge.net/projects/ffmpeg/
Announce:
http://gallery.menalto.com/modules.php?op=modload&name=phpBB_14&file=index&action=viewtopic&topic=3267&9
http://sourceforge.net/tracker/index.php?func=detail&aid=693044&group_id=7130&atid=307130
Summary:
ffmpeg patch
here are the ffmpeg patches, that allow to
automatically create thumb nails for movies.
Unpacked in the GALLERY_BASEDIR it will create .patch
files that can be applied like
patch -b classes/AlbumItem.php classes/AlbumItem.php.ffmpeg.patch
the -b will create classes/AlbumItem.php.orig
The archive contains four patches
./readme.patch
./classes/AlbumItem.php.ffmpeg.patch
./setup/config_data.inc.ffmpeg.patch
./setup/functions.inc.ffmpeg.patch
./view_album.php.ffmpeg.patch
After applying the patches you can either run the
configuration wizard again (ffmpeg is integrated like
jhead for EXIF support), or you can just add the
following line to your config.php
$gallery->app->use_ffmpeg = "<your path to the ffmpeg
binary>";
original post by
NOTE: there is slightly different command line parameters for ffmpeg versions 0.4.5 and 0.4.6
Posts: 38
Anybody know where i can get the ffmpeg binary for i386/linux?
All i seem to see is the source...
Posts: 68
if you don't mind doing it from a remote windows computer and then uploading them i found a good program for prossessing batches of movies with suffix support no scripts needed
<!-- BBCode Start --><A HREF="http://download.com.com/3000-2192-10196314.html?tag=lst-0-9" TARGET="_blank">Media Resizer Thumbnail Creator 1.72 </A><!-- BBCode End -->
Posts: 14
You can down the binary from my site if you wish
http://www.ukvsaus.com/downloads-cat1.html
I've installed g2 and the movie thumbnails are generated pretty nicely!
Posts: 1
How to change the thumbnail image for your movie
Posted in Editing by support on the May 25th, 2006
The thumbnail image for a Jumpcut movie is automatically selected from the first video clip or photo in the movie’s timeline. If you want to change the thumbnail, here’s what to do:
1. Find a video clip that has a thumbnail you like
2. Copy it at the beginning of the movie
3. Drag the clip handles together to set the clip duration to zero
4. The clip won’t play since it has a duration of zero, but the system will select a new thumbnail
Posts: 1
cao thang thank you.