fix(Video): Delete original file after using change_color_range()

This commit is contained in:
rlaphoenix 2024-03-12 11:07:40 +00:00
parent 1bff87bd70
commit 9fce56cc66
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ class Video(Track):
], check=True)
self.path = output_path
original_path.unlink()
def ccextractor(
self, track_id: Any, out_path: Union[Path, str], language: Language, original: bool = False