php - my thumbnail creation using ffmpeg is not working on linux server -


i using ffmpeg in linux server...the video conversion working fine,but thumbnail creation not working...

here code

exec($_server['document_root']."/esebd2/ffmpeg/ffmpeg -y -i ".$_server['document_root']."/esebd2/".$target_path." -vframes 1 -ss 00:00:10 -an -vcodec png -f rawvideo -s 320×240 ".$_server['document_root']."/esebd2/".$target_pathimg);

i using codeigniter framework

when echo argument exec got mr.pekka

/home1/esedirec/public_html/esebd2/ffmpeg/ffmpeg -y -i /home1/esedirec/public_html/esebd2/cxfolder/george/videos/vid9656326.flv -vframes 1 -ss 00:00:10 -an -vcodec png -f rawvideo -s 320×240 /home1/esedirec/public_html/esebd2/cxfolder/george/thumbs/img9955639.png

but thumbnail not generated

not actual answer debug run , let know output :

exec($_server['document_root']."/esebd2/ffmpeg/ffmpeg -y -i ".$_server['document_root']."/esebd2/".$target_path." -vframes 1 -ss 00:00:10 -an -vcodec png -f rawvideo -s 320×240 ".$_server['document_root']."/esebd2/".$target_pathimg, $return, $status); var_dump($return); var_dump($status); 

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -