ffmpeg/hdmi
This commit is contained in:
parent
a273d2ea43
commit
3ba4859231
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ rwx_ffmpeg_input_file() {
|
|||
for argument in "${@}"; do echo "${argument}"; done
|
||||
}
|
||||
|
||||
rwx_ffmpeg_input_nearstream_ccd10() {
|
||||
rwx_ffmpeg_input_hdmi() {
|
||||
local device="${1}"
|
||||
[ -n "${device}" ] || device="/dev/video0"
|
||||
set -- \
|
||||
|
@ -130,11 +130,11 @@ rwx_ffmpeg_output_video_slow() {
|
|||
# │ ffmpeg │ record │
|
||||
# ╰────────┴────────╯
|
||||
|
||||
rwx_ffmpeg_record_ccd10_yeti() {
|
||||
rwx_ffmpeg_record_hdmi_yeti() {
|
||||
local file="${1}"
|
||||
[ -n "${file}" ] || return
|
||||
set -- \
|
||||
$(rwx_ffmpeg_input_nearstream_ccd10) \
|
||||
$(rwx_ffmpeg_input_hdmi) \
|
||||
$(rwx_ffmpeg_input_blue_yeti) \
|
||||
$(rwx_ffmpeg_output_video_fast) \
|
||||
$(rwx_ffmpeg_output_audio_fast) \
|
||||
|
|
Loading…
Reference in a new issue