module Video e Thumb
Ciao,
Sto provando a fare una videogallery con drupal 6 in locale...
Ho installato il modulo views ed image come richiesto dal modulo per creare le thumb.
Ho attivato tutti i moduli necessari, ho messo ffmpeg nella root del sito e l'ho indicata nelle impostazioni ma quando faccio l'upload di un video mi compare:
* video_image: video_image_nodeapi: prepare: ready to thumbnail video
* video_ffmpeg_helper: Thumbnailer command: ffmpeg -i '/Applications/MAMP/tmp/php/zona_notte_001.flv' -an -y -f mjpeg -ss 2 -vframes 1 /Applications/MAMP/tmp/php/tnail-thumb5ftkRQ
* video_ffmpeg_helper: Thumbnailer output:
sh: ffmpeg: command not found
* video_ffmpeg_helper: Failed to thumbnail video
* Video Zona_notte è stato creato.
e come dice il messaggio la thumbnail non viene creata...
come comando ho lasciato quello di default:
-i %videofile -an -y -f mjpeg -ss %seek -vframes %thumbfile
con un offset di 2 sec.
Sapete dirmi come faccio a risolvere e poter fare le thumbnail?