[Ffmpeg-devel] ffmpeg thumbnail creation not happening

Kyle Nelson nelsok
Thu Jun 1 02:14:07 CEST 2006


I am attempting to use the following to create a thumbnail of uploaded
videos

$ffmpeg.' -i %s -f mjpeg -vframes 1 -ss %d -y %s', $out['path_data'],
$offset, $out['path_tn']

where -

$ffmpeg is the location of ffmpeg
$offset is the frames to be offset
$out['path_dat'] is the video
$out['path_tn'] is the image file

my problem is that its not working. any ideas?




thanks.


-- 
Please visit http://www.FiveCubed.com
For all your hosting needs.




More information about the ffmpeg-devel mailing list