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"