feat(api): add --key parameter for demuxing #9
Annotations
3 errors and 10 warnings
|
src/Program.cs#L41
The type or namespace name 'EncryptCommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
|
src/Commands/DemuxCommand.cs#L88
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L89
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L90
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L92
Converting null literal or possible null value to non-nullable type.
|
src/Commands/DemuxCommand.cs#L108
Possible null reference argument for parameter 'mkvEngine' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L111
Possible null reference argument for parameter 'audioFormat' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L112
Possible null reference argument for parameter 'videoFormat' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L113
Possible null reference argument for parameter 'audioLang' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
src/Commands/DemuxCommand.cs#L130
Possible null reference argument for parameter 'mkvEngine' in 'void DemuxCommand.DemuxUsm(FileInfo input, DirectoryInfo output, byte[] key1, byte[] key2, bool doMerge, string mkvEngine, bool includeSubs, bool noCleanup, string audioFormat, string videoFormat, string audioLang)'.
|
This job was cancelled
Loading