updated: default site configurations, added value for hd video rate

This commit is contained in:
sajjadcb 2014-04-15 12:11:52 +00:00
parent 401a4224d2
commit 25b2490abb

View file

@ -14,7 +14,8 @@ INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES
(11, 'ffmpegpath', '/usr/local/bin/ffmpeg'),
(12, 'flvtool2path', '/usr/local/bin/flvtool2'),
(13, 'mp4boxpath', '/usr/local/bin/MP4Box'),
(14, 'vbrate', '512000'),
(14, 'vbrate', '300000'),
(14, 'vbrate_hd', '500000'),
(15, 'srate', '22050'),
(16, 'r_height', ''),
(17, 'r_width', ''),