Kod
You must have Ffmpeg installed in order to use this function.
Funkcja która wywala ten błąd wygląda tak
/** * Check on the command line if we can find an Ffmpeg installation on the script host. * @access private * @return boolean Returns (boolean) TRUE if Ffmpeg is installed on the server, * or FALSE if not. */ private function has_ffmpeg() { $sh = `which ffmpeg`; }
Wszystko uruchamiam teraz na localhost (xampp) i pierwszy raz widzę taki problem. Co z tym zrobić?