hi,
When i run :
$ret = exec('"E:/www/test/dilipg/ff/ffmpeg.exe" -i "E:/www/test/dilipg/ff/1.flv" -vn acodec libmp3lame "E:/www/test/dilipg/ff/4.mp3"',$result);
then its nothing returning but if i see in apache log then it write error : The filename, directory name, or volume label syntax is incorrect.
Can you please help me to solve this?
and if i run this command : "E:/www/test/dilipg/ff/ffmpeg.exe" -i "E:/www/test/dilipg/ff/1.flv" -vn acodec libmp3lame "E:/www/test/dilipg/ff/4.mp3"
Directly with command prompt its working perfect.
Hope for your suggestion.
Thanks,
Dilip