exec not always working
Posted: Sun Oct 22, 2006 3:43 pm
I'm using the following code
When I run the command from the command line (same user), it works just fine.. but when I run it using exec, it doesnt work properly..
Are there any other settings or anything that can be used with exec that may cause problems?
Code: Select all
exec('ffmpeg -i uploads/videos/original/video7.mpg -an -ss 3 -t
00:00:01 -r 1 -y -vcodec mjpeg -f mjpeg uploads/videos/original/vids.jpg')Are there any other settings or anything that can be used with exec that may cause problems?