feat(tracks): Add duration fix handling for video and hybrid tracks

This commit is contained in:
Andy
2025-07-30 21:39:34 +00:00
parent fdff3a1c56
commit 4de9251f95
3 changed files with 31 additions and 15 deletions

View File

@@ -237,6 +237,8 @@ class Video(Track):
except Exception as e:
raise ValueError("Expected fps to be a number, float, or a string as numerator/denominator form, " + str(e))
self.needs_duration_fix = False
def __str__(self) -> str:
return " | ".join(
filter(