Update slated_output.bash
This commit is contained in:
@@ -6,12 +6,17 @@
|
|||||||
# - A lower-third text will be printed to the entire length of the outpu
|
# - A lower-third text will be printed to the entire length of the outpu
|
||||||
# - Then entire output will be standardized to 1920x1080
|
# - Then entire output will be standardized to 1920x1080
|
||||||
# - Audio output is 48000 pcm_s24le
|
# - 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\""
|
PROJECT_TITLE="\"PROJECT TITLE HERE\""
|
||||||
CLIENT="Client"
|
CLIENT="Client"
|
||||||
CONTACT="Jamie Hardt / SQUAD 51 / jamie@squad51.us / (310) 874-5620"
|
CONTACT="Jamie Hardt / SQUAD 51 / jamie@squad51.us / (310) 874-5620"
|
||||||
MESSAGE="LOWER THIRD"
|
MESSAGE="Sound Review $(date +%m/%d)"
|
||||||
INPUT_FILE="/path/to/movie.mov"
|
INPUT_FILE="$1"
|
||||||
|
|
||||||
THUMB1_TIME="00:02:56"
|
THUMB1_TIME="00:02:56"
|
||||||
THUMB2_TIME="00:36:01"
|
THUMB2_TIME="00:36:01"
|
||||||
|
Reference in New Issue
Block a user