From 8e552499b0ade540e8759ae9eba1eb5a2873a750 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 1 Sep 2025 00:33:11 +0000 Subject: [PATCH] Update slated_output.bash --- slated_output.bash | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/slated_output.bash b/slated_output.bash index f1d9fec..11f29a4 100644 --- a/slated_output.bash +++ b/slated_output.bash @@ -6,12 +6,17 @@ # - A lower-third text will be printed to the entire length of the outpu # - Then entire output will be standardized to 1920x1080 # - Audio output is 48000 pcm_s24le +# +# The INPUT_FILE is expected as argument 1 on the command line, the idea being you might make a copy +# of this script for each project and customise the thumbnail positions, client and title, while the +# movie always changes + PROJECT_TITLE="\"PROJECT TITLE HERE\"" CLIENT="Client" CONTACT="Jamie Hardt / SQUAD 51 / jamie@squad51.us / (310) 874-5620" -MESSAGE="LOWER THIRD" -INPUT_FILE="/path/to/movie.mov" +MESSAGE="Sound Review $(date +%m/%d)" +INPUT_FILE="$1" THUMB1_TIME="00:02:56" THUMB2_TIME="00:36:01"