forked from DRMTalks/devine
Fix CCExtractor failing in edge cases by repacking first
This commit is contained in:
parent
bf3219b4e8
commit
1c73e8d7fa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue