mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
use json for scenes file
This commit is contained in:
parent
cd9ddac53b
commit
231db9ee38
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def split_routine(project: Project, resuming: bool) -> List[int]:
|
||||||
:param resuming: if the encode is being resumed
|
:param resuming: if the encode is being resumed
|
||||||
:return: A list of frames to split on
|
:return: A list of frames to split on
|
||||||
"""
|
"""
|
||||||
scene_file = project.temp / "scenes.txt"
|
scene_file = project.temp / "scenes.json"
|
||||||
|
|
||||||
# if resuming, we already have the split file, so just read that and return
|
# if resuming, we already have the split file, so just read that and return
|
||||||
if resuming:
|
if resuming:
|
||||||
|
|
Loading…
Reference in a new issue