Skip to content
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

Open
ustcwhy opened this issue Dec 6, 2023 · 4 comments
Open

Video request #15

ustcwhy opened this issue Dec 6, 2023 · 4 comments

Comments

@ustcwhy
Copy link

ustcwhy commented Dec 6, 2023

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~

@antoyang
Copy link
Owner

antoyang commented Dec 6, 2023

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.

@ustcwhy
Copy link
Author

ustcwhy commented Dec 7, 2023

Thanks! Could you provide your cmd for downloading these videos and the audio part, especially the args for video resolution and the audio quality?

@antoyang
Copy link
Owner

antoyang commented Dec 7, 2023

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).

@ustcwhy
Copy link
Author

ustcwhy commented Dec 26, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants