ffmpeg exec trouble
Hi
Im on cent os 5. I installed ffmpeg, and it works good.
Then I tried to call it from php. Exec itself works. Safe mode is off.
But when I do exec("ffmpeg params");
no file is created.
If I use the same string passed to exec, on the command line, then a
file is created. But from php, no files are generated.
The file Im reading is chmodded 777.
The paths of the files are absolute
I also tried to call ffmpeg with absolute path: /usr/bin/ffmpeg but
withuot luck.
In the error logs there is of course nothing.
Please, what can the problem be?
|