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

Settings > General Settings

Video Settings

config->upload_system == 'on') ? 'checked': '';?>> config->upload_system == 'off') ? 'checked': '';?>>
config->import_system == 'on') ? 'checked': '';?>> config->import_system == 'off') ? 'checked': '';?>>
config->resize_video == 'on') ? 'checked': '';?>> config->resize_video == 'off') ? 'checked': '';?>>
config->autoplay_system == 'on') ? 'checked': '';?>> config->autoplay_system == 'off') ? 'checked': '';?>>
config->embed_system == 'on') ? 'checked': '';?>> config->embed_system == 'off') ? 'checked': '';?>>
config->history_system == 'on') ? 'checked': '';?>> config->history_system == 'off') ? 'checked': '';?>>

User Settings

API Settings

Server Settings

config->server == 'nodejs') ? 'checked': '';?>> config->server == 'ajax') ? 'checked': '';?>>
How to run and install Nodejs/forever/npm on your server?

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 && $enabled == true): ?> config->ffmpeg && $enabled == true): ?>
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.


Comment Settings

config->comment_system == 'both') ? 'checked': '';?>> config->comment_system == 'default') ? 'checked': '';?>> config->comment_system == 'fb') ? 'checked': '';?>>