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.
2 parents 49867ee + 27bb32b commit 5cf8f76Copy full SHA for 5cf8f76
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