hero reel: remove walking shot, shorten opener
Drop v3-shot-03 (feet walking on carpet) from reel and trim v3-shot-02 opener from 4.5s to 3.0s. Bump cachebuster to v=7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<video class="hero-video" autoplay muted loop playsinline preload="auto">
|
<video class="hero-video" autoplay muted loop playsinline preload="auto">
|
||||||
<source src="/assets/videos/hero/hero-reel.mp4?v=6" type="video/mp4">
|
<source src="/assets/videos/hero/hero-reel.mp4?v=7" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
<div class="hero-overlay"></div>
|
<div class="hero-overlay"></div>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ os.makedirs(TMP_DIR, exist_ok=True)
|
|||||||
CLIPS = [
|
CLIPS = [
|
||||||
"v3-shot-02", # 1 - wine spill on sofa
|
"v3-shot-02", # 1 - wine spill on sofa
|
||||||
"shot-05-extraction-couch",# 2 - extraction couch
|
"shot-05-extraction-couch",# 2 - extraction couch
|
||||||
"v3-shot-03", # 3 - dirty stained carpet close-up
|
|
||||||
"v3-shot-06", # 4 - living room clean carpet pan
|
"v3-shot-06", # 4 - living room clean carpet pan
|
||||||
"v3-shot-07", # 5 - restaurant carpet glide
|
"v3-shot-07", # 5 - restaurant carpet glide
|
||||||
"v3-shot-05", # 6 - office lobby carpet pan
|
"v3-shot-05", # 6 - office lobby carpet pan
|
||||||
@@ -32,10 +31,9 @@ CLIPS = [
|
|||||||
|
|
||||||
# Duration for each clip
|
# Duration for each clip
|
||||||
DURATIONS = [
|
DURATIONS = [
|
||||||
4.5, # 1 wine spill — cut at 4.5s
|
3.0, # 1 wine spill — shortened to 3.0s
|
||||||
5.0, # 2
|
5.0, # 2
|
||||||
4.0, # 3 --- building pace ---
|
4.0, # 4 --- building pace ---
|
||||||
4.0, # 4
|
|
||||||
4.0, # 5
|
4.0, # 5
|
||||||
3.5, # 6
|
3.5, # 6
|
||||||
3.5, # 7
|
3.5, # 7
|
||||||
|
|||||||
Reference in New Issue
Block a user