Skip to content

Conversation

@CSchloss385
Copy link
Member

Added "TC" suffix to timecode overlay files

Added "TC" suffix to timecode overlay files
SUFFIX="_SLATE"
fi
if [[ "${TCBURN}" = "Y" ]]; then
SUFFIX="_TC"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one would override the previous SLATE one. We should use SUFFIX+="_TC"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that would require an unset SUFFIX before the suffix has the potential to be evaluated so we don't have a loop of "_TC_TC_TC" when multiple files are processed in one action.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also if you move the if then TC to go after the if statement that contains it then it would only need to be said once rather than multiple times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants