Add more encoder options

This commit is contained in:
Isaac Connor 2020-12-29 12:18:57 -05:00
parent 284b9f963f
commit db8fead52b
1 changed files with 2 additions and 0 deletions

2
db/zm_update-1.35.17.sql Normal file
View File

@ -0,0 +1,2 @@
ALTER TABLE `Monitors` MODIFY `Encoder` enum('auto','h264','libx264', 'h264_omx', 'h264_vaapi', 'mjpeg','mpeg1','mpeg2');