mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-09 08:19:41 +00:00
marked unused code
This commit is contained in:
@@ -91,6 +91,7 @@ export const argv: any = yargs.options({
|
|||||||
default: false,
|
default: false,
|
||||||
demandOption: false
|
demandOption: false
|
||||||
},
|
},
|
||||||
|
// NOTE: useless
|
||||||
noCleanup: {
|
noCleanup: {
|
||||||
alias: 'nc',
|
alias: 'nc',
|
||||||
describe: 'Do not delete the downloaded video file when an FFmpeg error occurs',
|
describe: 'Do not delete the downloaded video file when an FFmpeg error occurs',
|
||||||
@@ -98,12 +99,14 @@ export const argv: any = yargs.options({
|
|||||||
default: false,
|
default: false,
|
||||||
demandOption: false
|
demandOption: false
|
||||||
},
|
},
|
||||||
|
// NOTE: useless
|
||||||
vcodec: {
|
vcodec: {
|
||||||
describe: 'Re-encode video track. Specify FFmpeg codec (e.g. libx265) or set to "none" to disable video.',
|
describe: 'Re-encode video track. Specify FFmpeg codec (e.g. libx265) or set to "none" to disable video.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'copy',
|
default: 'copy',
|
||||||
demandOption: false
|
demandOption: false
|
||||||
},
|
},
|
||||||
|
// NOTE: useless
|
||||||
acodec: {
|
acodec: {
|
||||||
describe: 'Re-encode audio track. Specify FFmpeg codec (e.g. libopus) or set to "none" to disable audio.',
|
describe: 'Re-encode audio track. Specify FFmpeg codec (e.g. libopus) or set to "none" to disable audio.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user