mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Change script type of create_video_queue_vs
Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
parent
dd414a815c
commit
33cdb4c110
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def create_video_queue_vslsmash(args: Args, split_locations: List[int]) -> List[
|
|||
return create_video_queue_vs(args, split_locations, script)
|
||||
|
||||
|
||||
def create_video_queue_vs(args: Args, split_locations: List[int], script: List[str]) -> List[Chunk]:
|
||||
def create_video_queue_vs(args: Args, split_locations: List[int], script: str) -> List[Chunk]:
|
||||
"""
|
||||
Create a list of chunks using vspipe and ffms2 for frame accurate seeking
|
||||
|
||||
|
|
Loading…
Reference in a new issue