Hello, I have encountered strange problem of ffmpeg Ffmpeg working fine in ssh console... but its not working in my php script. I am using extesinon method to load extension $extension = "ffmpeg"; $extension_soname = $extension . "." . PHP_SHLIB_SUFFIX; $extension_fullname = PHP_EXTENSION_DIR . "/" . $extension_soname; and echo exec('ffmpeg function to convert file can you please suggest solution to solve this problem thanx
This is really not enough information to provide a rational solution.... The only suggestion i can give is... Make sure php-ffmpeg is installed.