We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4a1c3 commit 27bb32bCopy full SHA for 27bb32b
1 file changed
vrecord
@@ -665,7 +665,9 @@ _setup_vrecord_process(){
665
FFPLAY_OPTIONS+=(-f lavfi "amovie='pipe\:0',${PLAYBACKFILTER}")
666
else
667
if [[ "${VRECORD_STEPS}" = "1" ]] ; then
668
- FFPLAY_OPTIONS+=(-timecode_format all)
+ if [[ "${SIGNAL_INPUT}" != 'true' ]] && [[ -z "${ALT_INPUT}" ]] ; then
669
+ FFPLAY_OPTIONS+=(-timecode_format all)
670
+ fi
671
FFPLAY_OPTIONS+=("${GRAB_INPUT[@]}")
672
673
FFPLAY_OPTIONS+=(-i -)
0 commit comments