mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed outputs filenames
This commit is contained in:
parent
22d88fec33
commit
5e842774aa
1 changed files with 0 additions and 8 deletions
|
@ -212,12 +212,4 @@ def setup(project):
|
||||||
(project.temp / 'encode').mkdir(exist_ok=True)
|
(project.temp / 'encode').mkdir(exist_ok=True)
|
||||||
|
|
||||||
|
|
||||||
def outputs_filenames(project: Project):
|
|
||||||
"""
|
|
||||||
Set output filename
|
|
||||||
|
|
||||||
:param project: the Project
|
|
||||||
"""
|
|
||||||
suffix = '.mkv'
|
|
||||||
project.output_file = Path(project.output_file).with_suffix(suffix) if project.output_file \
|
|
||||||
else Path(f'{project.input.stem}_{project.encoder}{suffix}')
|
|
||||||
|
|
Loading…
Reference in a new issue