<?php
defined('_VALID') or die('Restricted Access!');
return array(
'convert_flv' => 'ffmpeg',
'convert_mp4' => 'ffmpeg',
'convert_mobile' => 'ffmpeg',
'flv_bitrate' => 800,
'flv_width' => 320,
'flv_height' => 240,
'mp4_bitrate' => 800,
'mp4_width' => 640,
'mp4_height' => 360,
'mp4_hd_bitrate' => 1500,
'mp4_hd_width' => 1280,
'mp4_hd_height' => 720,
'mobile_width' => 426,
'mobile_height' => 240,
'mobile_bitrate' => 600
);