mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 20:00:27 +08:00
Merge branch 'koogua/v1.4.3'
This commit is contained in:
commit
a1fc1d4956
@ -641,7 +641,7 @@ class Vod extends Service
|
||||
$mp4Templates = [
|
||||
100020 => ['quality' => 'fd', 'height' => 540, 'bit_rate' => 1000, 'frame_rate' => 25],
|
||||
100030 => ['quality' => 'sd', 'height' => 720, 'bit_rate' => 1800, 'frame_rate' => 25],
|
||||
100040 => ['quality' => 'hd', 'height' => 360, 'bit_rate' => 2500, 'frame_rate' => 25],
|
||||
100040 => ['quality' => 'hd', 'height' => 1080, 'bit_rate' => 2500, 'frame_rate' => 25],
|
||||
];
|
||||
|
||||
$format = $this->settings['video_format'] ?: 'hls';
|
||||
|
Loading…
x
Reference in New Issue
Block a user