Remove the H264/X264 from the dropdown labels. Could be H265 or other
This commit is contained in:
parent
ba9acd3037
commit
73082a2d33
|
@ -962,12 +962,12 @@ include('_monitor_source_nvsocket.php');
|
|||
0 => 'Disabled',
|
||||
);
|
||||
|
||||
$videowriteropts[1] = 'X264 Encode';
|
||||
$videowriteropts[1] = 'Encode';
|
||||
|
||||
if ( $monitor->Type() == 'Ffmpeg' )
|
||||
$videowriteropts[2] = 'H264 Camera Passthrough';
|
||||
$videowriteropts[2] = 'Camera Passthrough';
|
||||
else
|
||||
$videowriteropts[2] = array('text'=>'H264 Camera Passthrough - only for FFMPEG','disabled'=>1);
|
||||
$videowriteropts[2] = array('text'=>'Camera Passthrough - only for FFMPEG','disabled'=>1);
|
||||
echo htmlSelect('newMonitor[VideoWriter]', $videowriteropts, $monitor->VideoWriter());
|
||||
?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue