Permission denied on creating thumbnail from video
Posted by lan5 on May 22, 2011 at 10:06am
Hello everyone,
I'm having an issue using Video module on IIS 6, on a content type , it's intended to create thumbnails out of uploaded video file using ffmpeg.exe ,
on my log entry, I get :
"error generating thumbnail for video: generated file sites/default/files/video_thumbs/310/video-thumb-for-310-5.png does not exist.
Command Executed:
c:\site\ffmpeg\ffmpeg.exe -i "sites/default/files/video_tv/video.flv" -an -y -f mjpeg -ss 0 -vframes 1 sites/default/files/video_thumbs/310/video-thumb-for-310-5.png
Command Output: