add print

This commit is contained in:
Zen 2020-02-01 23:28:35 +02:00
parent 3d499afd04
commit e92d3ff576

View file

@ -241,6 +241,7 @@ class Av1an:
stamps = self.read_csv(file_path)
self.split(input_vid, stamps)
else:
print(f'\rSpliting video..', end='\r')
self.scenedetect(input_vid, '.')
video = '.'.join(input_vid.split('.')[:-1])
file_path = f'{join(self.here, f"{video}-Scenes.csv")}'