Allow none arg to negate --convert-subs and --convert-thumbnails (#11066)
Authored by: kieraneglin
This commit is contained in:
parent
0aa4426e9a
commit
c08e0b20b5
3 changed files with 17 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -999,12 +999,16 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
|
|||
be used multiple times
|
||||
--no-exec Remove any previously defined --exec
|
||||
--convert-subs FORMAT Convert the subtitles to another format
|
||||
(currently supported: ass, lrc, srt, vtt)
|
||||
(Alias: --convert-subtitles)
|
||||
(currently supported: ass, lrc, srt, vtt).
|
||||
Use "--convert-subs none" to disable
|
||||
conversion (default) (Alias: --convert-
|
||||
subtitles)
|
||||
--convert-thumbnails FORMAT Convert the thumbnails to another format
|
||||
(currently supported: jpg, png, webp). You
|
||||
can specify multiple rules using similar
|
||||
syntax as --remux-video
|
||||
syntax as "--remux-video". Use "--convert-
|
||||
thumbnails none" to disable conversion
|
||||
(default)
|
||||
--split-chapters Split video into multiple files based on
|
||||
internal chapters. The "chapter:" prefix can
|
||||
be used with "--paths" and "--output" to set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue