mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-23 00:12:16 +00:00
Renamed re-encoding parameters, amended README
This commit is contained in:
@@ -62,22 +62,19 @@ export const argv = yargs.options({
|
||||
default: false,
|
||||
demandOption: false
|
||||
},
|
||||
encodeVideo: {
|
||||
alias: 'ev',
|
||||
describe: 'Encode the video with a specify encoder. Set to "none" to disable video.',
|
||||
vcodec: {
|
||||
describe: 'Re-encode video track. Specify FFmpeg codec (e.g. libx265) or set to "none" to disable video.',
|
||||
type: 'string',
|
||||
default: 'copy',
|
||||
demandOption: false
|
||||
},
|
||||
encodeAudio: {
|
||||
alias: 'ea',
|
||||
describe: 'Encode the audio with a specify encoder. Set to "none" to disable audio.',
|
||||
acodec: {
|
||||
describe: 'Re-encode audio track. Specify FFmpeg codec (e.g. libopus) or set to "none" to disable audio.',
|
||||
type: 'string',
|
||||
default: 'copy',
|
||||
demandOption: false
|
||||
},
|
||||
format: {
|
||||
alias: 'F',
|
||||
describe: 'The file format of the output file(s)',
|
||||
type: 'string',
|
||||
default: 'mkv',
|
||||
|
||||
Reference in New Issue
Block a user