change resolution #2682
Replies: 2 comments 1 reply
-
Hello, FFmpeg has a flag that allows to scale up or down the resolution: paths:
cam:
runOnInit: ffmpeg -f v4l2 -i /dev/video0 -pix_fmt yuv420p -vf "scale=1280:720" -preset ultrafast -b:v 600k -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH
runOnInitRestart: yes |
Beta Was this translation helpful? Give feedback.
0 replies
-
How to scale up or down resolution when using default paths with obs streaming with whip/hls Where should I put my ffmpeg command? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
how do I change the resolution of the video feed to 1080p which my webcam(logitech c920) supports. I used the generic Webcam section .
Beta Was this translation helpful? Give feedback.
All reactions