fix rewind discrepancies

This commit is contained in:
Pepijn
2025-11-18 16:09:16 +01:00
parent 0d84f4724d
commit 52b080fd8c
4 changed files with 61 additions and 57 deletions
@@ -342,7 +342,7 @@ class VideoAnnotator:
file_path,
start_timestamp=start_timestamp,
end_timestamp=end_timestamp,
target_fps=2 # 2 FPS is good balance for VLM
target_fps=1
)
is_extracted = extracted_path != file_path