mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
+
This commit is contained in:
parent
d8965b99da
commit
221d29a96e
1 changed files with 0 additions and 3 deletions
|
@ -168,9 +168,6 @@ def calc_split_locations(project: Project) -> List[int]:
|
|||
elif project.split_method == 'aom_keyframes':
|
||||
stat_file = project.temp / 'keyframes.log'
|
||||
sc = aom_keyframes(project.input, stat_file, project.min_scene_len, project.ffmpeg_pipe, aom_keyframes_params, project.is_vs)
|
||||
else:
|
||||
print(f'No valid split option: {project.split_method}\nValid options: "pyscene", "aom_keyframes"')
|
||||
terminate()
|
||||
|
||||
# Write scenes to file
|
||||
|
||||
|
|
Loading…
Reference in a new issue