MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / get_dvr_comskip_hw_accel

Method get_dvr_comskip_hw_accel

core/models.py:353–355  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

351
352 @classmethod
353 def get_dvr_comskip_hw_accel(cls):
354 hw = cls.get_dvr_settings().get("comskip_hw_accel", "none")
355 return hw if hw in ("none", "cuvid", "qsv") else "none"
356
357 @classmethod
358 def get_dvr_comskip_custom_path(cls):

Callers 1

Calls 2

get_dvr_settingsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected