docs: Update CLI help for 1.0.0 (1.0.7).

This commit is contained in:
Bradley Sepos 2017-06-22 06:37:56 -04:00
parent e735d60c64
commit c75fdf7a51

View File

@ -191,6 +191,8 @@ You can access this information at any time by running the following command:
Multiple output tracks can be used for one input. Multiple output tracks can be used for one input.
-E, --aencoder <string> Select audio encoder(s): -E, --aencoder <string> Select audio encoder(s):
av_aac av_aac
ca_aac
ca_haac
copy:aac copy:aac
ac3 ac3
copy:ac3 copy:ac3
@ -212,8 +214,8 @@ You can access this information at any time by running the following command:
is supported for the audio type. is supported for the audio type.
Separate tracks by commas. Separate tracks by commas.
Defaults: Defaults:
av_mp4 av_aac av_mp4 ca_aac/av_aac
av_mkv mp3 av_mkv ca_aac/mp3
--audio-copy-mask <string> --audio-copy-mask <string>
Set audio codecs that are permitted when the Set audio codecs that are permitted when the
"copy" audio encoder option is specified "copy" audio encoder option is specified
@ -245,6 +247,8 @@ You can access this information at any time by running the following command:
Separate tracks by commas. Separate tracks by commas.
Defaults: Defaults:
av_aac up to dpl2 av_aac up to dpl2
ca_aac up to dpl2
ca_haac up to dpl2
ac3 up to 5point1 ac3 up to 5point1
eac3 up to 5point1 eac3 up to 5point1
mp3 up to dpl2 mp3 up to dpl2
@ -297,8 +301,10 @@ You can access this information at any time by running the following command:
-X, --maxWidth <number> -X, --maxWidth <number>
Set maximum width in pixels Set maximum width in pixels
--non-anamorphic Set pixel aspect ratio to 1:1 --non-anamorphic Set pixel aspect ratio to 1:1
--strict-anamorphic Store pixel aspect ratio in video stream --auto-anamorphic Store pixel aspect ratio that maximizes storage
--loose-anamorphic Store pixel aspect ratio with specified display width resolution
--loose-anamorphic Store pixel aspect ratio that is as close as
possible to the source video pixel aspect ratio
--custom-anamorphic Store pixel aspect ratio in video stream and --custom-anamorphic Store pixel aspect ratio in video stream and
directly control all parameters. directly control all parameters.
--display-width <number> --display-width <number>
@ -318,10 +324,10 @@ You can access this information at any time by running the following command:
--no-itu-par Disable preset 'itu-par' --no-itu-par Disable preset 'itu-par'
--modulus <number> Set storage width and height modulus --modulus <number> Set storage width and height modulus
Dimensions will be made divisible by this number. Dimensions will be made divisible by this number.
Does not affect strict anamorphic mode (always mod 2)
(default: set by preset, typically 2) (default: set by preset, typically 2)
-M, --color-matrix <string> -M, --color-matrix <string>
Set the color space signaled by the output: Set the color space signaled by the output:
2020
709 709
601 601
ntsc (same as 601) ntsc (same as 601)
@ -502,12 +508,14 @@ You can access this information at any time by running the following command:
the subtitle list specified with '--subtitle' the subtitle list specified with '--subtitle'
or "native" to burn the subtitle track that may or "native" to burn the subtitle track that may
be added by the 'native-language' option. be added by the 'native-language' option.
--subtitle-default[=number] --subtitle-default[=number or "none"]
Flag the selected subtitle as the default Flag the selected subtitle as the default
subtitle to be displayed upon playback. Setting subtitle to be displayed upon playback. Setting
no default means no subtitle will be displayed no default means no subtitle will be displayed
automatically. 'number' is an index into the automatically. 'number' is an index into the
subtitle list specified with '--subtitle'. subtitle list specified with '--subtitle'.
"none" may be used to override an automatically
selected default subtitle track.
-N, --native-language <string> -N, --native-language <string>
Specifiy your language preference. When the first Specifiy your language preference. When the first
audio track does not match your native language audio track does not match your native language
@ -546,6 +554,3 @@ You can access this information at any time by running the following command:
the video track. the video track.
If 'number' is omitted, the first SRT is burned. If 'number' is omitted, the first SRT is burned.
'number' is a 1-based index into the 'srt-file' list 'number' is a 1-based index into the 'srt-file' list