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.37k stars 2.17k forks source link

Shared Folder 共享文件夹作为目录合并分段时候报错 #527

Closed luojunyuan closed 3 years ago

luojunyuan commented 3 years ago
N_m3u8DL-CLI v2.9.7 20210325...
Speed: 7.58 MB / s
Progress: 1207 of 1209 (99.83%/925.02 MB/926.56 MB/03h21m29s)

04:37:43.117 File Name: 78d94baf3406407ba2e710bb9c6e1dfa-da72f388368ad00eaeee8a76378faa34-sd_20211010043743
04:37:43.117 Save Path: \\192.168.3.9\Downloads\N_m3u8DL-CLI_v2\Downloads
04:37:43.132 Start Parsing
04:37:43.179 Downloading M3u8 Content
04:37:44.869 Parsing M3u8 Content
04:37:44.976 Writing Json: [meta.json]
04:37:45.177 File Duration: 03h21m29s
04:37:45.191 Original Count: 1209, Selected Count: 1209
04:37:45.269 Start Downloading
04:37:45.316 Downloading First Segement...
04:37:45.597 Reading File Info...
             PID 0x100: Video h264, yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tb             PID 0x101: Audio aac, 44100 Hz, stereo, fltp, 126 kb/s
04:37:45.802 Waiting For Completion...
04:38:39.909 Download Complete
04:38:39.909 StartIndex cannot be less than zero.
Parameter name: startIndex

Logs.zip

nilaoda commented 3 years ago

使用了网络路径导致生成ffmpeg日志时,获取磁盘驱动器编号报错。

建议将网络路径映射成一个盘符后进行下载

luojunyuan commented 3 years ago

感谢