Fix H3 shot mode runtime error

This commit is contained in:
2026-09-02 15:20:07 +00:00
parent ecd8ca6336
commit ab6ba86d76
+1 -1
View File
@@ -7037,7 +7037,7 @@ class H3LongVideos:
"soft carry" if shot_handoff is not None else "hard cut")
if carry_keyframe and (i + 1) not in ref_keyframed and handoff is not None:
ref_keyframed.append(i + 1)
ref_mode_used.append(shot_mode if shot_tag_driven else shot_mode_eff)
ref_mode_used.append(shot_mode_eff)
continuity_used.append(continuity_label)
ref_aug_used.append(shot_aug)
if shot_refs: