下载问题(FFMPEG,线程下载器) #26
-
有没有快速下载的方法 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
用了FFMPEG,效率并不高 |
Beta Was this translation helpful? Give feedback.
-
Hi, If you want the download to be faster, you might want to:
Alternatively, if you want to use a 3rd party downloader (for exemple a threaded download manager), you can refer to the documentation for advanced downloading and retrieving the video M3U file, which is much faster to download than a whole video. You might want to dig towards M3U8 file downloaders. There are a bunch of them available as python packages, and probably as apps too. |
Beta Was this translation helpful? Give feedback.
Hi,
The FFMPEG downloader is close to be the fatest way to download a video.
The download speed depends on the quality of your connection and the size of the video.
If you want the download to be faster, you might want to:
phub.consts.FFMPEG_COMMAND
,threaded
downloaderAlternatively, if you want to use a 3rd party downloader (for exemple a threaded download manager), you can refer to the documentation for advanced downloading and retrieving the video M3U file, which is much faster to download than …