nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.14k stars 2.14k forks source link

merge audio-video #390

Closed cisko99za closed 3 years ago

cisko99za commented 3 years ago

hi, excellent software but on video with drm the download is separate: an audio file and a video file. need to decrypt (with key and ID) then merge with ffmpeg... if you integrate mp4decrypt (or also put on same folder of N_m3u8DL-CLI) and same thing for ffmpeg, it would be easier if the program after downloading made a merge of the 2 files (audio&video) and decrypted creating a merged and decrypted final file... is this possible in future releases? i have try package N_m3u8DL-CLI_v2.9.5_with_ffmpeg_and_SimpleG but same thing: one file audio and one file video...

nilaoda commented 3 years ago

i think youd better do it yourself