Server Video Conversion Modules & Tools
A brief test to check weather server modules exist or not and what are there versions and paths
Modules and paths
FFMPEG
{if $ffmpegVersion}

{else}

{/if}
FFmpeg is used to covert videos from different versions to FLV , MP4 and many other formats.
Learn more
{if $ffmpegVersion}
Version
{$ffmpegVersion}
{else}
ffmpeg is not found
{if $ffmpeg_status.error}
{$ffmpeg_status.error}
{/if}
{/if}
PHP CLI
{if $phpVersion}

{else}

{/if}
PHP CLI is used to peform video conversion in a background process.
Learn more
{if $phpVersion}
Version
{$phpVersion}
{else}
php is not found
{if $php_status.error}
{$php_status.error}
{/if}
{/if}
Media Info
{if $media_info}

{else}

{/if}
MediaInfo supplies technical and tag information about a video or audio file.
Learn more
{if $media_info}
Version
{$media_info}
{else}
Media Info is not found
{/if}
MP4Box
{if $MP4BoxVersion}

{else}

{/if}
MP4Box is a tool used to repair MP4 files to make them streamable
Learn more
{if $MP4BoxVersion}
Version
{if $MP4BoxVersion}
{$MP4BoxVersion}
{/if}
{else}
Mp4box is not found
{if $mp4box_status.error}
{$mp4box_status.error}
{/if}
{/if}
ImageMagick
{if $imagick_version}

{else}

{/if}
Imagick is a native php extension to create and modify images using the ImageMagick API
Learn more
{if $imagick_version}
Version
{if $imagick_version}
{$imagick_version}
{/if}
{else}
Imagick is not found
{if $imagick_version.error}
{$imagick_version.error}
{/if}
{/if}
FFProbe
{if $ffprobe_path}

{else}

{/if}
ffprobe Is an Extension of ffmpeg used to get info of media file
Learn more
{if $ffprobe_path}
Version
{if $ffprobe_path}
{$ffprobe_path}
{/if}
{else}
Imagick is not found
{if $ffprobe_path.error}
{$ffprobe_path.error}
{/if}
{/if}