PR feedback and more explicit about only supporting exporting 1 video

This commit is contained in:
mattie ruth backman
2025-08-21 15:58:14 -04:00
committed by Mattie Ruth
parent b987579d54
commit bad9977e8c
4 changed files with 64 additions and 40 deletions

View File

@@ -228,7 +228,7 @@ class OutputImageRawFrame(DataFrame, ImageRawFrame):
def __str__(self):
pts = format_pts(self.pts)
return f"{self.name}(pts: {pts}, size: {self.size}, format: {self.format})"
return f"{self.name}(pts: {pts}, destination: {self.transport_destination}, size: {self.size}, format: {self.format})"
@dataclass