mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
version bump
This commit is contained in:
parent
60e972c643
commit
632c895129
3 changed files with 3 additions and 2 deletions
|
@ -141,6 +141,6 @@ class Args:
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
misc_group = parser.add_argument_group('Misc')
|
misc_group = parser.add_argument_group('Misc')
|
||||||
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.5}')
|
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.6}')
|
||||||
# Initialize project with initial values
|
# Initialize project with initial values
|
||||||
return parser
|
return parser
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
- Revorked args to classes.
|
- Revorked args to classes.
|
||||||
- Skip files in queue if they already encoded.
|
- Skip files in queue if they already encoded.
|
||||||
- Default chunk method to ffms2.
|
- Default chunk method to ffms2.
|
||||||
|
- Per frame target quality for SVT-AV1
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ REQUIRES = [
|
||||||
with open("README.md", "r") as f:
|
with open("README.md", "r") as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
version = "4.5"
|
version = "4.6"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Av1an",
|
name="Av1an",
|
||||||
|
|
Loading…
Reference in a new issue