Hello everyone! New member here. I have been learning the past months a variety of Open Source Intelligence Techniques and now wish to start with Videos found on publicly available sources. I am a bit overwhelmed with the information shared on this forum and on other websites and would like to start learning some basics but I do not know where to start from. Does anyone know a good way to start learning on Video Streaming Downloading?
Thank you.
+ Reply to Thread
Results 1 to 5 of 5
-
Mi casa su casa
-
Like, which ones?
Downloading is usually done with yt-dlp. A lot of times the video and audio are separate streams and yt-dlp needs the help of ffmpeg for merging them.
Publicly available sources are not always DRM protected so you just need to
Code:yt-dlp "link"
Here, you will usually find m3u8 files or mpd, which are files that "organize" the downloading. So sometimes, instead of
Code:yt-dlp "link"
Code:yt-dlp "link to m3u8"
Code:yt-dlp "link to mpd"
Code:yt-dlp --cookies-from-browser Chrome "link"
There are other tools you can use for downloading, like Streamlink, Video Download Helper add-on, IDM... -
[QUOTE='[ss]vegeta;2662758'] Hi! The tools you posted seem very useful and quite easy to use. However, wouldn't it better for me to start reading about how videos are stored online and the streaming methods behind them? For instance you mentioned mpd and m3u8. Is there a guide to explain all kinds of terminology and streaming methods (protocols for example) that I need to know before using any tools?
- ThanksMi casa su casa -
Depends. I never did and here I am.
I, and many others, can get almost any video. From the 2 years or so that I am active in this "field", with like, I don't know, over 200 different sites... there were barely 1 or 2 that I couldn't figure out.
Anyway, if you want official documentation etc, just google.
Similar Threads
-
Neural Network Scalers General Discussion
By poisondeathray in forum Video ConversionReplies: 8Last Post: 4th Jan 2021, 22:06 -
Cutting Open-GOP H264 videos properly
By andiandi in forum EditingReplies: 14Last Post: 7th Sep 2020, 09:38 -
general question about chroma cleaning
By Betelman in forum RestorationReplies: 7Last Post: 6th Jun 2020, 11:38 -
Is the general public's expectation of video quality going down?
By lingyi in forum Newbie / General discussionsReplies: 22Last Post: 18th Dec 2019, 00:54 -
General questions using ffmpeg on xp and windows 7 to download
By jimdagys in forum Video Streaming DownloadingReplies: 3Last Post: 16th Nov 2017, 13:49