Image Loaders
YoutubeSplitter
This notebook will demonstrate how to use the YoutubeSplitter
to scrape Youtube for videos and split them into image frames..
Initialization
No API key is required.
Retrieving Results
The search
function can be used to retrieve results by passing in a Youtube url. By default, only 100 images are retrieved, but you can pass in a custom number of images to retrieve.
Additionally, you can pass in how many frames to skip per each retrieved image. By default, this is set to 30 frames.
A Document is returned.