[issue] Slow download speed? #151
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#151
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Does it use ffmpeg to download video?
Cuz I know from ytdlp it downloads slow with ffmpeg.
With aria2 mine download will take 2-3 minutes to finish with ffmpeg it would take 12-13 minutes to finish.
Would it not better to use aria2c to bypass download speed limit?
No it downloads the raw streams, decrypts them and adds them to the file.
It should be as fast as possible.
I did just download latest word trigger Episode with ytdlp and it took 2 minutes to finish but with anidl.exe it did take 13 minutes to finish?
Could you reopen the issue?
Can you use
ffprobe -i "File"to send me the metadata of the downloaded file?This one is downloaded with ytdlp and this is downloaded with anidl.exe
Alright, I see your issue. I can tell that you have a good connection speed, so could you try to raise the batch size by doing
--partsize number. 10 is default. Try playing with it and test if that fixes anything.yes that did fix it.
I thank you for your help.
I'm closing it.
Don't mention it. Feel free to open up an issue if you think you found something, so we can improve!