↕
This commit is contained in:
parent
3ef93255e9
commit
aaba7cbcc6
1 changed files with 3 additions and 3 deletions
|
@ -145,8 +145,8 @@ rwx_ffmpeg_output_video_slow() {
|
||||||
rwx_ffmpeg_record_hdmi_precision() {
|
rwx_ffmpeg_record_hdmi_precision() {
|
||||||
local file="${1}"
|
local file="${1}"
|
||||||
[ -n "${file}" ] || return
|
[ -n "${file}" ] || return
|
||||||
# shellcheck disable=SC2046,SC2312
|
|
||||||
# LATER alternative
|
# LATER alternative
|
||||||
|
# shellcheck disable=SC2046,SC2312
|
||||||
set -- \
|
set -- \
|
||||||
$(rwx_ffmpeg_input_hdmi) \
|
$(rwx_ffmpeg_input_hdmi) \
|
||||||
$(rwx_ffmpeg_input_dell_precision) \
|
$(rwx_ffmpeg_input_dell_precision) \
|
||||||
|
@ -160,8 +160,8 @@ rwx_ffmpeg_record_hdmi_precision() {
|
||||||
rwx_ffmpeg_record_hdmi_yeti() {
|
rwx_ffmpeg_record_hdmi_yeti() {
|
||||||
local file="${1}"
|
local file="${1}"
|
||||||
[ -n "${file}" ] || return
|
[ -n "${file}" ] || return
|
||||||
# shellcheck disable=SC2046,SC2312
|
|
||||||
# LATER alternative
|
# LATER alternative
|
||||||
|
# shellcheck disable=SC2046,SC2312
|
||||||
set -- \
|
set -- \
|
||||||
$(rwx_ffmpeg_input_hdmi) \
|
$(rwx_ffmpeg_input_hdmi) \
|
||||||
$(rwx_ffmpeg_input_blue_yeti) \
|
$(rwx_ffmpeg_input_blue_yeti) \
|
||||||
|
@ -182,8 +182,8 @@ rwx_ffmpeg_reduce() {
|
||||||
local from="${3}"
|
local from="${3}"
|
||||||
local to="${4}"
|
local to="${4}"
|
||||||
[ -n "${output}" ] || return
|
[ -n "${output}" ] || return
|
||||||
# shellcheck disable=SC2046,SC2312
|
|
||||||
# LATER alternative
|
# LATER alternative
|
||||||
|
# shellcheck disable=SC2046,SC2312
|
||||||
set -- \
|
set -- \
|
||||||
$(rwx_ffmpeg_input_file "${input}" "${from}" "${to}") \
|
$(rwx_ffmpeg_input_file "${input}" "${from}" "${to}") \
|
||||||
$(rwx_ffmpeg_output_video_slow) \
|
$(rwx_ffmpeg_output_video_slow) \
|
||||||
|
|
Loading…
Reference in a new issue