mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Remove cachefile from lsmash
the parameter differs depending on the installation
This commit is contained in:
parent
33cdb4c110
commit
9eb51e7bdb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def create_video_queue_vsffms2(args: Args, split_locations: List[int]) -> List[C
|
|||
|
||||
def create_video_queue_vslsmash(args: Args, split_locations: List[int]) -> List[Chunk]:
|
||||
script = "from vapoursynth import core\n" \
|
||||
"core.lsmas.LWLibavSource(\"{}\", cachefile=\"{}\").set_output()"
|
||||
"core.lsmas.LWLibavSource(\"{}\").set_output()"
|
||||
return create_video_queue_vs(args, split_locations, script)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue