- add mp3 output
- explicitly map 5.1 audio with opus
This commit is contained in:
parent
dffe860bfa
commit
41f94f724b
2 changed files with 13 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 110 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.110
|
||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||
minor = 111 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.111
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue