Improved Auto-Boost-Essential README
This commit is contained in:
@@ -60,7 +60,7 @@ parser.add_argument("--final-params", help="Custom final encoding parameters")
|
||||
#parser.add_argument("-g", "--grain-format", help = "Select grain format: 1 = SVT-AV1 film-grain, 2 = Photon-noise table | Default: 1", default=1)
|
||||
parser.add_argument("--cpu", action='store_true', help = "Force the usage of vs-zip (CPU) instead of Vship (GPU) | Default: not active")
|
||||
parser.add_argument("--verbose", action='store_true', help = "Enable more verbosity | Default: not active")
|
||||
parser.add_argument("-r", "--resume", action='store_true', help = "Resume an uncompleted encode | Default: not active")
|
||||
parser.add_argument("-r", "--resume", action='store_true', help = "Resume the process from the last (un)completed stage | Default: not active")
|
||||
parser.add_argument("-nb", "--no-boosting", action='store_true', help = "Runs the script without boosting (final encode only) | Default: not active")
|
||||
parser.add_argument("-v", "--version", action='store_true', help = "Print script version")
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user