diff --git a/sh/ffmpeg.sh b/sh/ffmpeg.sh index ed20d40..bcb3a62 100644 --- a/sh/ffmpeg.sh +++ b/sh/ffmpeg.sh @@ -145,8 +145,8 @@ rwx_ffmpeg_output_video_slow() { rwx_ffmpeg_record_hdmi_precision() { local file="${1}" [ -n "${file}" ] || return - # shellcheck disable=SC2046,SC2312 # LATER alternative + # shellcheck disable=SC2046,SC2312 set -- \ $(rwx_ffmpeg_input_hdmi) \ $(rwx_ffmpeg_input_dell_precision) \ @@ -160,8 +160,8 @@ rwx_ffmpeg_record_hdmi_precision() { rwx_ffmpeg_record_hdmi_yeti() { local file="${1}" [ -n "${file}" ] || return - # shellcheck disable=SC2046,SC2312 # LATER alternative + # shellcheck disable=SC2046,SC2312 set -- \ $(rwx_ffmpeg_input_hdmi) \ $(rwx_ffmpeg_input_blue_yeti) \ @@ -182,8 +182,8 @@ rwx_ffmpeg_reduce() { local from="${3}" local to="${4}" [ -n "${output}" ] || return - # shellcheck disable=SC2046,SC2312 # LATER alternative + # shellcheck disable=SC2046,SC2312 set -- \ $(rwx_ffmpeg_input_file "${input}" "${from}" "${to}") \ $(rwx_ffmpeg_output_video_slow) \