Fix H3 shot mode runtime error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user