Youtube Video Clipper avatar
Youtube Video Clipper

Pricing

$45.00 / 1,000 clips

Go to Store
Youtube Video Clipper

Youtube Video Clipper

Developed by

Fractal AI

Fractal AI

Maintained by Community

Extracts multiple clips from a YouTube video based on a provided list of timestamps. Perfect for creating social media content, highlights, or short clips from longer videos.

0.0 (0)

Pricing

$45.00 / 1,000 clips

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

You can access the Youtube Video Clipper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
< "clips": [
< {
< "name": "test_clip",
< "start": "00:00:05",
< "end": "00:00:15"
< }
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call mattyreed1/youtube-video-clipper --silent --output-dataset

Youtube Video Clipper API through CLI

The Apify CLI is the official tool that allows you to use Youtube Video Clipper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: