You are here

function ffmpeg_wrapper_check_exe_path in Video 6.3

Implementing hook_chcek_exepath() on inc To check the the path is executable or not

Parameters

<type> path to check:

Return value

bool TRUE/FALSE

File

plugins/ffmpeg_wrapper.inc, line 204
Provide a api for video conversion and auto thumbnailing using ffmpeg.

Code

function ffmpeg_wrapper_check_exe_path($path = NULL) {
  return ffmpeg_wrapper_executable();
}