Use official spelling "FFmpeg" in ezviz / canary / onvif (#140938)

* Use official spelling "FFmpeg" in `ezviz`

* Use official spelling "FFmpeg" in `canary`

Fix sentence-casing along the way.

* Use official spelling "FFmpeg" in `onvif`

Fix sentence-casing along the way
This commit is contained in:
Norbert Rittel 2025-03-19 19:17:42 +01:00 committed by GitHub
parent 8afd9c0c44
commit 2ffec3415c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras", "ffmpeg_arguments": "Arguments passed to FFmpeg for cameras",
"timeout": "Request Timeout (seconds)" "timeout": "Request timeout (seconds)"
} }
} }
} }

View File

@ -54,7 +54,7 @@
"init": { "init": {
"data": { "data": {
"timeout": "Request timeout (seconds)", "timeout": "Request timeout (seconds)",
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras" "ffmpeg_arguments": "Arguments passed to FFmpeg for cameras"
} }
} }
} }

View File

@ -62,12 +62,12 @@
"step": { "step": {
"onvif_devices": { "onvif_devices": {
"data": { "data": {
"extra_arguments": "Extra FFMPEG arguments", "extra_arguments": "Extra FFmpeg arguments",
"rtsp_transport": "RTSP transport mechanism", "rtsp_transport": "RTSP transport mechanism",
"use_wallclock_as_timestamps": "Use wall clock as timestamps", "use_wallclock_as_timestamps": "Use wall clock as timestamps",
"enable_webhooks": "Enable Webhooks" "enable_webhooks": "Enable webhooks"
}, },
"title": "ONVIF Device Options" "title": "ONVIF device options"
} }
} }
}, },