This commit is contained in:
root 2025-10-01 10:54:01 +00:00
parent a51edd0422
commit 11fbc6717a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -149,7 +149,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<select name="output_video_formate" id="output_video_formate">
<option value="mpeg2" <?php if ($data['video']['format'] == 'mpeg2') echo 'selected'; ?>>mpeg2</option>
<option value="mpeg4" <?php if ($data['video']['format'] == 'mpeg4') echo 'selected'; ?>>mpeg4</option>
<option value="h264" <?php if ($data['video']['format'] == 'h264_qsv') echo 'selected'; ?>>h264</option>
<option value="h264_qsv" <?php if ($data['video']['format'] == 'h264_qsv') echo 'selected'; ?>>h264</option>
<option value="h265" <?php if ($data['video']['format'] == 'h265') echo 'selected'; ?>>h265</option>
</select>
</div>