diff --git a/croppa/main.py b/croppa/main.py index 2c73c25..b212098 100644 --- a/croppa/main.py +++ b/croppa/main.py @@ -3836,6 +3836,10 @@ class VideoEditor: if not ret: break + # Set current display frame for motion tracking during rendering + self.current_display_frame = frame.copy() + self.current_frame = start_frame + i + processed_frame = self._process_frame_for_render(frame, output_width, output_height, start_frame + i) if processed_frame is not None: if i == 0: