Change script type of create_video_queue_vs

Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
w 2020-10-13 17:34:53 -07:00 committed by GitHub
parent dd414a815c
commit 33cdb4c110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) 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 Create a list of chunks using vspipe and ffms2 for frame accurate seeking