hevc_qsv not getting saved , updated
This commit is contained in:
parent
64ec89b355
commit
40e5c2cfd5
|
|
@ -100,7 +100,7 @@ $defaults = [
|
||||||
],
|
],
|
||||||
'srt' => [
|
'srt' => [
|
||||||
'common_backend' => 'enable',
|
'common_backend' => 'enable',
|
||||||
'format' => 'mpeg2video',
|
'format' => 'hevc_qsv',
|
||||||
'resolution' => '1920x1080',
|
'resolution' => '1920x1080',
|
||||||
'data_rate' => '6M',
|
'data_rate' => '6M',
|
||||||
'framerate' => '50',
|
'framerate' => '50',
|
||||||
|
|
@ -1107,7 +1107,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<select name="srt_format" id="srt_format">
|
<select name="srt_format" id="srt_format">
|
||||||
<option value="h264_qsv" <?php if ($data['srt']['format'] == 'h264_qsv') echo 'selected'; ?>>h264</option>
|
<option value="h264_qsv" <?php if ($data['srt']['format'] == 'h264_qsv') echo 'selected'; ?>>h264</option>
|
||||||
<option value="hevc_qsv" <?php if ($data['srt']['format'] == 'h265') echo 'selected'; ?>>h265</option>
|
<option value="hevc_qsv" <?php if ($data['srt']['format'] == 'hevc_qsv') echo 'selected'; ?>>h265</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue