Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

FFMPEG Extra Args

$
0
0

@SupahNoob wrote:

I’ve got a few Wyze Cam v2s that are running the RTSP firmware. My config is below, but I can’t seem to get a few things working during stream or file record…

  • audio
  • scale / video size
camera:
  - platform: ffmpeg
    name: PeopleCam
    input: rtsp://hass:hass@192.168.1.186/live
    extra_arguments: -q:v 3 -r 15 -vf "scale=1280:720" -c:v libx264 -c:a copy

...

stream:

I’m actually not sure if any of the args are taking hold at this point.

Has anyone had any luck with this combination?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles