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}
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}