hdmi/yuv420p
This commit is contained in:
parent
ce64258fce
commit
5c3f75caa1
1 changed files with 2 additions and 1 deletions
|
@ -72,8 +72,9 @@ rwx_ffmpeg_input_hdmi() {
|
|||
set -- \
|
||||
-f "v4l2" \
|
||||
-video_size "1920x1080" \
|
||||
-framerate "60" \
|
||||
-framerate "120" \
|
||||
-input_format "yuyv422" \
|
||||
-pix_fmt "yuv420p" \
|
||||
-i "${device}"
|
||||
local argument
|
||||
for argument in "${@}"; do echo "${argument}"; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue