card in settings
This commit is contained in:
parent
490b27b2d4
commit
867cf33443
|
|
@ -376,7 +376,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
<div style="text-align:center; width:100%; margin-top:12px;">
|
||||
<button type="submit" name="rtmp" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save RTMP</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card wide">
|
||||
|
|
@ -390,6 +389,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="dropdown-container">
|
||||
<span class="dropdown-label">Resolution :</span>
|
||||
<div class="dropdown">
|
||||
|
|
@ -419,6 +419,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
<input type="text" id="srt_gop" name="srt_gop" placeholder="12" value="<?php echo htmlspecialchars($data['video']['gop']); ?>">
|
||||
<label for="srt_gop">GOP :</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="dropdown-container">
|
||||
<span class="dropdown-label">Output Audio Formate :</span>
|
||||
<div class="dropdown">
|
||||
|
|
@ -467,6 +469,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
<input type="text" id="output_audio_bit_rate" name="output_audio_bit_rate" placeholder="96k" value="<?php echo htmlspecialchars($data['audio']['bit_rate']); ?>">
|
||||
<label for="output_audio_bit_rate">Bit Rate :</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php for ($i = 1; $i <= 11; $i++):
|
||||
$s = $data['srt_multiple'][$i];
|
||||
|
|
|
|||
Loading…
Reference in New Issue