1
0
mirror of synced 2024-11-24 06:20:12 +01:00

More descriptive frame count when printing verbose information.

This commit is contained in:
Jennifer Taylor 2021-05-17 04:04:38 +00:00
parent 1da2ac8397
commit d59fec65f7

View File

@ -530,7 +530,7 @@ class AFPRenderer(VerboseOutput):
# Create a new image to render into.
time = spf * frameno
color = swf.color or Color(0.0, 0.0, 0.0, 0.0)
self.vprint(f"Rendering Frame {frameno} ({time}s)")
self.vprint(f"Rendering frame {frameno}/{len(root_clip.source.frames)} ({round(time, 2)}s)")
# Go through all registered clips, place all needed tags.
changed = self.__process_tags(root_clip)