config->ffmpeg = is_executable($pt->config->ffmpeg_binary_file); function isEnabled($func) { return is_callable($func) && false === stripos(ini_get('disable_functions'), $func); } $enabled = true; if (!isEnabled('shell_exec')) { $enabled = false; } ?>

FFMPEG Settings

FFMPEG System Settings

This system will compress, convert, and optimzise videos to mp4. This system require "ffmpeg" to be installed in your server.


config->ffmpeg_system == 'on') ? 'checked': '';?>>
config->ffmpeg_system == 'off') ? 'checked': '';?>>
How to install FFMPEG?
Install FFMPEG on Linux Centos
Install FFMPEG on Linux Ubuntu | Windows
If you still can't install FFMPEG, please contact your hosting provider, and they shall install it.

shell_exec() has been disabled for security reasons, please contact your host provider to enable it. shell_exec is required to enable this system.



config->ffmpeg): ?>

config->ffmpeg && $enabled == true): ?>

"Convert video speed" affect the encoding speed. Using a slower preset gives you better compression, or quality per filesize, whereas faster presets give you worse compression and higher filesize.


config->gif_system == 'on') ? 'checked': '';?>>
config->gif_system == 'off') ? 'checked': '';?>>