diff --git a/devine/core/tracks/video.py b/devine/core/tracks/video.py index 6654306..22dc18d 100644 --- a/devine/core/tracks/video.py +++ b/devine/core/tracks/video.py @@ -205,6 +205,9 @@ class Video(Track): if not executable: raise EnvironmentError("ccextractor executable was not found.") + # ccextractor often fails in weird ways unless we repack + self.repackage() + out_path = Path(out_path) try: