mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix 2
This commit is contained in:
parent
b26ee2e700
commit
756b409443
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ def call_vmaf(chunk: Chunk, encoded: Path, n_threads, model, res,
|
|||
ffmpeg_gen_pipe = subprocess.Popen(chunk.ffmpeg_gen_cmd, stdout=PIPE, stderr=STDOUT)
|
||||
pipe = subprocess.Popen(cmd, stdin=ffmpeg_gen_pipe.stdout,
|
||||
stdout=PIPE, stderr=STDOUT, universal_newlines=True)
|
||||
process_pipe(pipe)
|
||||
process_pipe(pipe, chunk)
|
||||
|
||||
return fl_path
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ REQUIRES = [
|
|||
with open("README.md", "r") as f:
|
||||
long_description = f.read()
|
||||
|
||||
version = "4"
|
||||
version = "4.2"
|
||||
|
||||
setuptools.setup(
|
||||
name="Av1an",
|
||||
|
|
Loading…
Reference in a new issue