Update slated_output.bash
Added box around lower-third
This commit is contained in:
@@ -11,7 +11,7 @@ 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="LOWER THIRD"
|
||||||
INPUT_FILE="/path/to/input/file.mov"
|
INPUT_FILE="/Volumes/Projects/Features/Prowler/w Turnover/Pix/Prowler.24_CC v4_prores.mov"
|
||||||
|
|
||||||
THUMB1_TIME="00:02:56"
|
THUMB1_TIME="00:02:56"
|
||||||
THUMB2_TIME="00:36:01"
|
THUMB2_TIME="00:36:01"
|
||||||
@@ -46,7 +46,7 @@ ffmpeg -y \
|
|||||||
[4:a]aresample=48000,aformat=sample_fmts=s32:channel_layouts=stereo[a1];
|
[4:a]aresample=48000,aformat=sample_fmts=s32:channel_layouts=stereo[a1];
|
||||||
|
|
||||||
[slate][5:a][v1][a1]concat=n=2:v=1:a=1[vcat][acat];
|
[slate][5:a][v1][a1]concat=n=2:v=1:a=1[vcat][acat];
|
||||||
[vcat]drawtext=text='$MESSAGE':fontcolor=white:fontsize=42:x=(w-text_w)/2:y=h-100[outv]
|
[vcat]drawtext=text='$MESSAGE':fontcolor=white:box=1:boxcolor=black:boxborderw=10:fontsize=42:x=(w-text_w)/2:y=h-100[outv]
|
||||||
" \
|
" \
|
||||||
-map "[outv]" -map "[acat]" \
|
-map "[outv]" -map "[acat]" \
|
||||||
-c:v libx264 -pix_fmt yuv420p -c:a pcm_s24le -movflags +faststart -to 20 output.mov
|
-c:v libx264 -pix_fmt yuv420p -c:a pcm_s24le -movflags +faststart -to 20 output.mov
|
Reference in New Issue
Block a user