This commit is contained in:
Zen 2020-06-27 22:35:42 +03:00
parent d1b44bb236
commit 70c4c3bbdd
12 changed files with 1 additions and 1 deletions

0
utils/__init__.py Normal file → Executable file
View file

0
utils/arg_parse.py Normal file → Executable file
View file

0
utils/boost.py Normal file → Executable file
View file

0
utils/compose.py Normal file → Executable file
View file

0
utils/dynamic_progress_bar.py Normal file → Executable file
View file

0
utils/ffmpeg.py Normal file → Executable file
View file

0
utils/firstpassreuse.py Normal file → Executable file
View file

2
utils/logger.py Normal file → Executable file
View file

@ -35,4 +35,4 @@ def set_logging(log_path: Path, temp):
else:
set_log_file(temp / 'log.log')
log(f"Av1an Started\nCommand:\n{' '.join(sys.argv)}\n")
log(f"\nAv1an Started\nCommand:\n{' '.join(sys.argv)}\n")

0
utils/pyscenedetect.py Normal file → Executable file
View file

0
utils/setup.py Normal file → Executable file
View file

0
utils/split.py Normal file → Executable file
View file

0
utils/vmaf.py Normal file → Executable file
View file