mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed segment method, replaced with hybrid
This commit is contained in:
parent
8bf69cfd7b
commit
d7ad843773
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ def arg_parsing():
|
|||
|
||||
# Splitting
|
||||
split_group = parser.add_argument_group('Splitting')
|
||||
split_group.add_argument('--chunk_method', '-cm', type=str, default='segment', help='Method for creating chunks',
|
||||
choices=['segment', 'select', 'vs_ffms2', 'hybrid'])
|
||||
split_group.add_argument('--chunk_method', '-cm', type=str, default='hybrid', help='Method for creating chunks',
|
||||
choices=['select', 'vs_ffms2', 'hybrid'])
|
||||
split_group.add_argument('--scenes', '-s', type=str, default=None, help='File location for scenes')
|
||||
split_group.add_argument('--split_method', type=str, default='pyscene', help='Specify splitting method',
|
||||
choices=['pyscene', 'aom_keyframes'])
|
||||
|
|
Loading…
Reference in a new issue