Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update makederiv #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update makederiv #299

wants to merge 1 commit into from

Conversation

CSchloss385
Copy link
Member

Added "TC" suffix to timecode overlay files

Added "TC" suffix to timecode overlay files
@@ -99,6 +99,9 @@ if [[ "${OUTPUT_TYPE}" == "broadcast" ]] ; then
if [[ "${ADDSLATE}" = "Y" ]]; then
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.

2 participants