exec() not executing – command in two diferent lines

f*ck!

i’v been struggling with avconv, exec, chown and all that sh*ts this last two days!
’cause i was trying to preform a  exec to avconv to create some screencaps and the command was  in two lines…

echo $avconScreenScroll = 'avconv -i '.$destFolder.'/' . $dataVideos['videos'][$key]['videoFilename'] . '
 -vsync 1 -s 150x100 -qscale 1 -r 1 -an -y ' . $screencapsDir . '/scroll/img%03d.jpg';
 exec($avconScreenScroll);

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.