updated: default site configurations, added value for hd video rate
This commit is contained in:
parent
401a4224d2
commit
25b2490abb
1 changed files with 2 additions and 1 deletions
|
@ -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', ''),
|
||||
|
|
Loading…
Add table
Reference in a new issue