-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video request #15
Comments
I suggest using yt-dlp for downloading the videos, e.g. yt-dlp -o <output_file_name> "<video_url>". For the storage, it depends what options you choose in terms of resolution / whether you download audio or not. |
Thanks! Could you provide your cmd for downloading these videos and the audio part, especially the args for video resolution and the audio quality? |
See https://github.com/yt-dlp/yt-dlp for details, IIRC I just used the flag res to choose a resolution like 512 or 448 pixels (anything higher than 224 should be fine). |
I try to use yt-dlp to download these videos. However, it seems to be very slow. My cmd is "yt-dlp -a video_url.txt -f 'bestvideo[height<=480]+bestaudio/best[height<=480]' " I also tried video2dataset. But it is easy to be blocked due to too many requests. Could you provide some advice to quickly download the src videos... |
Thanks for your wonderful work!
I would like to download videos of VidChapters. Could you provide some cmd tools to quickly download these videos? And how much storage do you use for these videos?
Thanks~
The text was updated successfully, but these errors were encountered: