blakeblackshear.frigate/frigate
Nicolas Mowen 87144cd572
FEAT: Support for ffmpeg presets (#3840)
* Add hwaccel presets

* Use hwaccel presets

* Add input arg presets

* Use input arg presets

* Make util to clean up redundant code

* Add support for output arg presets

* Add tests

* Update camera specific to use presets

* Update hwaccel to use presets

* Format files and fix tests

* Rewrite tests to test record correctly

* Move presets from string to list to avoid manually separating into a list

* Add mjpeg cuvid decoder preset

* Fix tests

* Fix comment
2022-11-28 21:48:11 -06:00
..
comms
detectors Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
test FEAT: Support for ffmpeg presets (#3840) 2022-11-28 21:48:11 -06:00
__init__.py
__main__.py
app.py Remove topic prefix (#4515) 2022-11-25 20:10:09 -06:00
config.py FEAT: Support for ffmpeg presets (#3840) 2022-11-28 21:48:11 -06:00
const.py Add GPU stats to the /stats API and debug screen (#3931) 2022-11-28 19:24:20 -06:00
events.py
ffmpeg_presets.py
http.py
log.py
models.py
motion.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
mypy.ini Abstract MQTT from communication and make mqtt optional (#4462) 2022-11-23 20:03:20 -06:00
object_detection.py
object_processing.py
objects.py
output.py
plus.py
record.py Catch case where segment is bad length (#4228) 2022-11-02 06:37:27 -05:00
restream.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
stats.py
storage.py
types.py
util.py
video.py
watchdog.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
zeroconf.py