Skip to content

Commit 501276c

Browse files
author
arch
committed
more verbose with ffmpeg errors
1 parent fd79920 commit 501276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/funscriptgenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def tracking(self) -> str:
524524
first_frame = video.read()
525525

526526
if first_frame is None:
527-
return "ffmpeg could not extract video frame"
527+
return "FFmpeg could not extract the first video frame"
528528

529529
(first_frame, bboxes, tracking_areas_woman, tracking_areas_men, trackers_woman, trackers_men) = self.init_trackers(first_frame)
530530

0 commit comments

Comments
 (0)