Prediction
lucataco/video-split:db15705d79c1ae055451c0b91bcc479524febf8655421d844bae982a26fafc25Input
- input_video
- target_duration
- 2.5
{
"input_video": "https://replicate.delivery/pbxt/M5b2Q1wII7Hm735ZAlHHReA54QaZj6R4ylmNsyheR5KZJlkK/vhs.mp4",
"target_duration": 2.5
}
Install Replicate’s Node.js client library:
npm install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/video-split using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/video-split:db15705d79c1ae055451c0b91bcc479524febf8655421d844bae982a26fafc25",
{
input: {
input_video: "https://replicate.delivery/pbxt/M5b2Q1wII7Hm735ZAlHHReA54QaZj6R4ylmNsyheR5KZJlkK/vhs.mp4",
target_duration: 2.5
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:
pip install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:
import replicate
Run lucataco/video-split using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/video-split:db15705d79c1ae055451c0b91bcc479524febf8655421d844bae982a26fafc25",
input={
"input_video": "https://replicate.delivery/pbxt/M5b2Q1wII7Hm735ZAlHHReA54QaZj6R4ylmNsyheR5KZJlkK/vhs.mp4",
"target_duration": 2.5
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/video-split using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "lucataco/video-split:db15705d79c1ae055451c0b91bcc479524febf8655421d844bae982a26fafc25",
"input": {
"input_video": "https://replicate.delivery/pbxt/M5b2Q1wII7Hm735ZAlHHReA54QaZj6R4ylmNsyheR5KZJlkK/vhs.mp4",
"target_duration": 2.5
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{
"completed_at": "2024-12-05T04:47:26.309719Z",
"created_at": "2024-12-05T04:47:00.050000Z",
"data_removed": false,
"error": null,
"id": "cs9y22m9t9rge0ckjmj95e5c6m",
"input": {
"input_video": "https://replicate.delivery/pbxt/M5b2Q1wII7Hm735ZAlHHReA54QaZj6R4ylmNsyheR5KZJlkK/vhs.mp4",
"target_duration": 2.5
},
"logs": "Splitting video into 4 segments\nMoviepy - Building video /tmp/tmp7zss3f5j/segment1.mp4.\nMoviepy - Writing video /tmp/tmp7zss3f5j/segment1.mp4\nt: 0%| | 0/75 [00:00<?, ?it/s, now=None]\nt: 4%|▍ | 3/75 [00:00<00:02, 25.27it/s, now=None]\nt: 8%|▊ | 6/75 [00:00<00:03, 20.87it/s, now=None]\nt: 12%|█▏ | 9/75 [00:00<00:03, 19.39it/s, now=None]\nt: 15%|█▍ | 11/75 [00:00<00:03, 19.46it/s, now=None]\nt: 19%|█▊ | 14/75 [00:00<00:03, 19.74it/s, now=None]\nt: 23%|██▎ | 17/75 [00:00<00:02, 19.60it/s, now=None]\nt: 25%|██▌ | 19/75 [00:00<00:02, 19.19it/s, now=None]\nt: 29%|██▉ | 22/75 [00:01<00:02, 19.62it/s, now=None]\nt: 32%|███▏ | 24/75 [00:01<00:02, 19.64it/s, now=None]\nt: 36%|███▌ | 27/75 [00:01<00:02, 20.13it/s, now=None]\nt: 40%|████ | 30/75 [00:01<00:02, 20.32it/s, now=None]\nt: 44%|████▍ | 33/75 [00:01<00:02, 20.57it/s, now=None]\nt: 48%|████▊ | 36/75 [00:01<00:01, 20.87it/s, now=None]\nt: 52%|█████▏ | 39/75 [00:01<00:01, 20.83it/s, now=None]\nt: 56%|█████▌ | 42/75 [00:02<00:01, 20.70it/s, now=None]\nt: 60%|██████ | 45/75 [00:02<00:01, 20.50it/s, now=None]\nt: 64%|██████▍ | 48/75 [00:02<00:01, 20.43it/s, now=None]\nt: 68%|██████▊ | 51/75 [00:02<00:01, 20.32it/s, now=None]\nt: 72%|███████▏ | 54/75 [00:02<00:01, 20.17it/s, now=None]\nt: 76%|███████▌ | 57/75 [00:02<00:00, 19.93it/s, now=None]\nt: 80%|████████ | 60/75 [00:02<00:00, 20.20it/s, now=None]\nt: 84%|████████▍ | 63/75 [00:03<00:00, 20.26it/s, now=None]\nt: 88%|████████▊ | 66/75 [00:03<00:00, 20.41it/s, now=None]\nt: 92%|█████████▏| 69/75 [00:03<00:00, 20.71it/s, now=None]\nt: 96%|█████████▌| 72/75 [00:03<00:00, 20.52it/s, now=None]\nt: 100%|██████████| 75/75 [00:03<00:00, 20.83it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp7zss3f5j/segment1.mp4\nMoviepy - Building video /tmp/tmp7zss3f5j/segment2.mp4.\nMoviepy - Writing video /tmp/tmp7zss3f5j/segment2.mp4\nt: 0%| | 0/75 [00:00<?, ?it/s, now=None]\nt: 4%|▍ | 3/75 [00:00<00:02, 27.73it/s, now=None]\nt: 8%|▊ | 6/75 [00:00<00:03, 22.89it/s, now=None]\nt: 12%|█▏ | 9/75 [00:00<00:03, 21.22it/s, now=None]\nt: 16%|█▌ | 12/75 [00:00<00:03, 20.89it/s, now=None]\nt: 20%|██ | 15/75 [00:00<00:02, 21.06it/s, now=None]\nt: 24%|██▍ | 18/75 [00:00<00:02, 21.33it/s, now=None]\nt: 28%|██▊ | 21/75 [00:00<00:02, 21.51it/s, now=None]\nt: 32%|███▏ | 24/75 [00:01<00:02, 21.62it/s, now=None]\nt: 36%|███▌ | 27/75 [00:01<00:02, 21.15it/s, now=None]\nt: 40%|████ | 30/75 [00:01<00:02, 20.83it/s, now=None]\nt: 44%|████▍ | 33/75 [00:01<00:02, 20.37it/s, now=None]\nt: 48%|████▊ | 36/75 [00:01<00:01, 20.11it/s, now=None]\nt: 52%|█████▏ | 39/75 [00:01<00:01, 19.98it/s, now=None]\nt: 56%|█████▌ | 42/75 [00:02<00:01, 20.63it/s, now=None]\nt: 60%|██████ | 45/75 [00:02<00:01, 20.52it/s, now=None]\nt: 64%|██████▍ | 48/75 [00:02<00:01, 20.94it/s, now=None]\nt: 68%|██████▊ | 51/75 [00:02<00:01, 20.46it/s, now=None]\nt: 72%|███████▏ | 54/75 [00:02<00:01, 20.57it/s, now=None]\nt: 76%|███████▌ | 57/75 [00:02<00:00, 20.43it/s, now=None]\nt: 80%|████████ | 60/75 [00:02<00:00, 20.15it/s, now=None]\nt: 84%|████████▍ | 63/75 [00:03<00:00, 20.10it/s, now=None]\nt: 88%|████████▊ | 66/75 [00:03<00:00, 20.05it/s, now=None]\nt: 92%|█████████▏| 69/75 [00:03<00:00, 19.73it/s, now=None]\nt: 95%|█████████▍| 71/75 [00:03<00:00, 19.57it/s, now=None]\nt: 99%|█████████▊| 74/75 [00:03<00:00, 20.18it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp7zss3f5j/segment2.mp4\nMoviepy - Building video /tmp/tmp7zss3f5j/segment3.mp4.\nMoviepy - Writing video /tmp/tmp7zss3f5j/segment3.mp4\nt: 0%| | 0/75 [00:00<?, ?it/s, now=None]\nt: 4%|▍ | 3/75 [00:00<00:02, 29.00it/s, now=None]\nt: 8%|▊ | 6/75 [00:00<00:02, 23.47it/s, now=None]\nt: 12%|█▏ | 9/75 [00:00<00:03, 21.61it/s, now=None]\nt: 16%|█▌ | 12/75 [00:00<00:02, 21.19it/s, now=None]\nt: 20%|██ | 15/75 [00:00<00:02, 20.69it/s, now=None]\nt: 24%|██▍ | 18/75 [00:00<00:02, 20.88it/s, now=None]\nt: 28%|██▊ | 21/75 [00:00<00:02, 20.41it/s, now=None]\nt: 32%|███▏ | 24/75 [00:01<00:02, 20.69it/s, now=None]\nt: 36%|███▌ | 27/75 [00:01<00:02, 20.75it/s, now=None]\nt: 40%|████ | 30/75 [00:01<00:02, 20.68it/s, now=None]\nt: 44%|████▍ | 33/75 [00:01<00:01, 21.22it/s, now=None]\nt: 48%|████▊ | 36/75 [00:01<00:01, 21.64it/s, now=None]\nt: 52%|█████▏ | 39/75 [00:01<00:01, 21.46it/s, now=None]\nt: 56%|█████▌ | 42/75 [00:01<00:01, 20.89it/s, now=None]\nt: 60%|██████ | 45/75 [00:02<00:01, 20.61it/s, now=None]\nt: 64%|██████▍ | 48/75 [00:02<00:01, 20.41it/s, now=None]\nt: 68%|██████▊ | 51/75 [00:02<00:01, 20.32it/s, now=None]\nt: 72%|███████▏ | 54/75 [00:02<00:01, 20.80it/s, now=None]\nt: 76%|███████▌ | 57/75 [00:02<00:00, 20.93it/s, now=None]\nt: 80%|████████ | 60/75 [00:02<00:00, 21.24it/s, now=None]\nt: 84%|████████▍ | 63/75 [00:02<00:00, 20.97it/s, now=None]\nt: 88%|████████▊ | 66/75 [00:03<00:00, 21.31it/s, now=None]\nt: 92%|█████████▏| 69/75 [00:03<00:00, 21.19it/s, now=None]\nt: 96%|█████████▌| 72/75 [00:03<00:00, 21.16it/s, now=None]\nt: 100%|██████████| 75/75 [00:03<00:00, 21.31it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp7zss3f5j/segment3.mp4\nMoviepy - Building video /tmp/tmp7zss3f5j/segment4.mp4.\nMoviepy - Writing video /tmp/tmp7zss3f5j/segment4.mp4\nt: 0%| | 0/75 [00:00<?, ?it/s, now=None]\nt: 4%|▍ | 3/75 [00:00<00:02, 26.77it/s, now=None]\nt: 8%|▊ | 6/75 [00:00<00:02, 24.01it/s, now=None]\nt: 12%|█▏ | 9/75 [00:00<00:02, 23.29it/s, now=None]\nt: 16%|█▌ | 12/75 [00:00<00:02, 22.80it/s, now=None]\nt: 20%|██ | 15/75 [00:00<00:02, 22.14it/s, now=None]\nt: 24%|██▍ | 18/75 [00:00<00:02, 22.10it/s, now=None]\nt: 28%|██▊ | 21/75 [00:00<00:02, 21.59it/s, now=None]\nt: 32%|███▏ | 24/75 [00:01<00:02, 21.25it/s, now=None]\nt: 36%|███▌ | 27/75 [00:01<00:02, 21.07it/s, now=None]\nt: 40%|████ | 30/75 [00:01<00:02, 21.05it/s, now=None]\nt: 44%|████▍ | 33/75 [00:01<00:02, 20.78it/s, now=None]\nt: 48%|████▊ | 36/75 [00:01<00:01, 20.95it/s, now=None]\nt: 52%|█████▏ | 39/75 [00:01<00:01, 21.19it/s, now=None]\nt: 56%|█████▌ | 42/75 [00:01<00:01, 20.88it/s, now=None]\nt: 60%|██████ | 45/75 [00:02<00:01, 20.98it/s, now=None]\nt: 64%|██████▍ | 48/75 [00:02<00:01, 21.46it/s, now=None]\nt: 68%|██████▊ | 51/75 [00:02<00:01, 21.68it/s, now=None]\nt: 72%|███████▏ | 54/75 [00:02<00:00, 21.73it/s, now=None]\nt: 76%|███████▌ | 57/75 [00:02<00:00, 21.53it/s, now=None]\nt: 80%|████████ | 60/75 [00:02<00:00, 21.48it/s, now=None]\nt: 84%|████████▍ | 63/75 [00:02<00:00, 21.12it/s, now=None]\nt: 88%|████████▊ | 66/75 [00:03<00:00, 20.95it/s, now=None]\nt: 92%|█████████▏| 69/75 [00:03<00:00, 20.99it/s, now=None]\nt: 96%|█████████▌| 72/75 [00:03<00:00, 20.96it/s, now=None]\nt: 100%|██████████| 75/75 [00:03<00:00, 21.20it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp7zss3f5j/segment4.mp4",
"metrics": {
"predict_time": 18.08451109,
"total_time": 26.259719
},
"output": "https://replicate.delivery/czjl/29L6nCmBPIb2BhyRQZ3lU27ZZLX01ZQyfSkCgCFDeXueScvnA/processed_videos.zip",
"started_at": "2024-12-05T04:47:08.225208Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/fddq-yuhaau3b5623x5nu5vfjjicichtpltusajjp5pcz7ixhlgwdq5ga",
"get": "https://api.replicate.com/v1/predictions/cs9y22m9t9rge0ckjmj95e5c6m",
"cancel": "https://api.replicate.com/v1/predictions/cs9y22m9t9rge0ckjmj95e5c6m/cancel"
},
"version": "db15705d79c1ae055451c0b91bcc479524febf8655421d844bae982a26fafc25"
}
Generated in
Splitting video into 4 segments
Moviepy - Building video /tmp/tmp7zss3f5j/segment1.mp4.
Moviepy - Writing video /tmp/tmp7zss3f5j/segment1.mp4
t: 0%| | 0/75 [00:00<?, ?it/s, now=None]
t: 4%|▍ | 3/75 [00:00<00:02, 25.27it/s, now=None]
t: 8%|▊ | 6/75 [00:00<00:03, 20.87it/s, now=None]
t: 12%|█▏ | 9/75 [00:00<00:03, 19.39it/s, now=None]
t: 15%|█▍ | 11/75 [00:00<00:03, 19.46it/s, now=None]
t: 19%|█▊ | 14/75 [00:00<00:03, 19.74it/s, now=None]
t: 23%|██▎ | 17/75 [00:00<00:02, 19.60it/s, now=None]
t: 25%|██▌ | 19/75 [00:00<00:02, 19.19it/s, now=None]
t: 29%|██▉ | 22/75 [00:01<00:02, 19.62it/s, now=None]
t: 32%|███▏ | 24/75 [00:01<00:02, 19.64it/s, now=None]
t: 36%|███▌ | 27/75 [00:01<00:02, 20.13it/s, now=None]
t: 40%|████ | 30/75 [00:01<00:02, 20.32it/s, now=None]
t: 44%|████▍ | 33/75 [00:01<00:02, 20.57it/s, now=None]
t: 48%|████▊ | 36/75 [00:01<00:01, 20.87it/s, now=None]
t: 52%|█████▏ | 39/75 [00:01<00:01, 20.83it/s, now=None]
t: 56%|█████▌ | 42/75 [00:02<00:01, 20.70it/s, now=None]
t: 60%|██████ | 45/75 [00:02<00:01, 20.50it/s, now=None]
t: 64%|██████▍ | 48/75 [00:02<00:01, 20.43it/s, now=None]
t: 68%|██████▊ | 51/75 [00:02<00:01, 20.32it/s, now=None]
t: 72%|███████▏ | 54/75 [00:02<00:01, 20.17it/s, now=None]
t: 76%|███████▌ | 57/75 [00:02<00:00, 19.93it/s, now=None]
t: 80%|████████ | 60/75 [00:02<00:00, 20.20it/s, now=None]
t: 84%|████████▍ | 63/75 [00:03<00:00, 20.26it/s, now=None]
t: 88%|████████▊ | 66/75 [00:03<00:00, 20.41it/s, now=None]
t: 92%|█████████▏| 69/75 [00:03<00:00, 20.71it/s, now=None]
t: 96%|█████████▌| 72/75 [00:03<00:00, 20.52it/s, now=None]
t: 100%|██████████| 75/75 [00:03<00:00, 20.83it/s, now=None]
Moviepy - Done !
Moviepy - video ready /tmp/tmp7zss3f5j/segment1.mp4
Moviepy - Building video /tmp/tmp7zss3f5j/segment2.mp4.
Moviepy - Writing video /tmp/tmp7zss3f5j/segment2.mp4
t: 0%| | 0/75 [00:00<?, ?it/s, now=None]
t: 4%|▍ | 3/75 [00:00<00:02, 27.73it/s, now=None]
t: 8%|▊ | 6/75 [00:00<00:03, 22.89it/s, now=None]
t: 12%|█▏ | 9/75 [00:00<00:03, 21.22it/s, now=None]
t: 16%|█▌ | 12/75 [00:00<00:03, 20.89it/s, now=None]
t: 20%|██ | 15/75 [00:00<00:02, 21.06it/s, now=None]
t: 24%|██▍ | 18/75 [00:00<00:02, 21.33it/s, now=None]
t: 28%|██▊ | 21/75 [00:00<00:02, 21.51it/s, now=None]
t: 32%|███▏ | 24/75 [00:01<00:02, 21.62it/s, now=None]
t: 36%|███▌ | 27/75 [00:01<00:02, 21.15it/s, now=None]
t: 40%|████ | 30/75 [00:01<00:02, 20.83it/s, now=None]
t: 44%|████▍ | 33/75 [00:01<00:02, 20.37it/s, now=None]
t: 48%|████▊ | 36/75 [00:01<00:01, 20.11it/s, now=None]
t: 52%|█████▏ | 39/75 [00:01<00:01, 19.98it/s, now=None]
t: 56%|█████▌ | 42/75 [00:02<00:01, 20.63it/s, now=None]
t: 60%|██████ | 45/75 [00:02<00:01, 20.52it/s, now=None]
t: 64%|██████▍ | 48/75 [00:02<00:01, 20.94it/s, now=None]
t: 68%|██████▊ | 51/75 [00:02<00:01, 20.46it/s, now=None]
t: 72%|███████▏ | 54/75 [00:02<00:01, 20.57it/s, now=None]
t: 76%|███████▌ | 57/75 [00:02<00:00, 20.43it/s, now=None]
t: 80%|████████ | 60/75 [00:02<00:00, 20.15it/s, now=None]
t: 84%|████████▍ | 63/75 [00:03<00:00, 20.10it/s, now=None]
t: 88%|████████▊ | 66/75 [00:03<00:00, 20.05it/s, now=None]
t: 92%|█████████▏| 69/75 [00:03<00:00, 19.73it/s, now=None]
t: 95%|█████████▍| 71/75 [00:03<00:00, 19.57it/s, now=None]
t: 99%|█████████▊| 74/75 [00:03<00:00, 20.18it/s, now=None]
Moviepy - Done !
Moviepy - video ready /tmp/tmp7zss3f5j/segment2.mp4
Moviepy - Building video /tmp/tmp7zss3f5j/segment3.mp4.
Moviepy - Writing video /tmp/tmp7zss3f5j/segment3.mp4
t: 0%| | 0/75 [00:00<?, ?it/s, now=None]
t: 4%|▍ | 3/75 [00:00<00:02, 29.00it/s, now=None]
t: 8%|▊ | 6/75 [00:00<00:02, 23.47it/s, now=None]
t: 12%|█▏ | 9/75 [00:00<00:03, 21.61it/s, now=None]
t: 16%|█▌ | 12/75 [00:00<00:02, 21.19it/s, now=None]
t: 20%|██ | 15/75 [00:00<00:02, 20.69it/s, now=None]
t: 24%|██▍ | 18/75 [00:00<00:02, 20.88it/s, now=None]
t: 28%|██▊ | 21/75 [00:00<00:02, 20.41it/s, now=None]
t: 32%|███▏ | 24/75 [00:01<00:02, 20.69it/s, now=None]
t: 36%|███▌ | 27/75 [00:01<00:02, 20.75it/s, now=None]
t: 40%|████ | 30/75 [00:01<00:02, 20.68it/s, now=None]
t: 44%|████▍ | 33/75 [00:01<00:01, 21.22it/s, now=None]
t: 48%|████▊ | 36/75 [00:01<00:01, 21.64it/s, now=None]
t: 52%|█████▏ | 39/75 [00:01<00:01, 21.46it/s, now=None]
t: 56%|█████▌ | 42/75 [00:01<00:01, 20.89it/s, now=None]
t: 60%|██████ | 45/75 [00:02<00:01, 20.61it/s, now=None]
t: 64%|██████▍ | 48/75 [00:02<00:01, 20.41it/s, now=None]
t: 68%|██████▊ | 51/75 [00:02<00:01, 20.32it/s, now=None]
t: 72%|███████▏ | 54/75 [00:02<00:01, 20.80it/s, now=None]
t: 76%|███████▌ | 57/75 [00:02<00:00, 20.93it/s, now=None]
t: 80%|████████ | 60/75 [00:02<00:00, 21.24it/s, now=None]
t: 84%|████████▍ | 63/75 [00:02<00:00, 20.97it/s, now=None]
t: 88%|████████▊ | 66/75 [00:03<00:00, 21.31it/s, now=None]
t: 92%|█████████▏| 69/75 [00:03<00:00, 21.19it/s, now=None]
t: 96%|█████████▌| 72/75 [00:03<00:00, 21.16it/s, now=None]
t: 100%|██████████| 75/75 [00:03<00:00, 21.31it/s, now=None]
Moviepy - Done !
Moviepy - video ready /tmp/tmp7zss3f5j/segment3.mp4
Moviepy - Building video /tmp/tmp7zss3f5j/segment4.mp4.
Moviepy - Writing video /tmp/tmp7zss3f5j/segment4.mp4
t: 0%| | 0/75 [00:00<?, ?it/s, now=None]
t: 4%|▍ | 3/75 [00:00<00:02, 26.77it/s, now=None]
t: 8%|▊ | 6/75 [00:00<00:02, 24.01it/s, now=None]
t: 12%|█▏ | 9/75 [00:00<00:02, 23.29it/s, now=None]
t: 16%|█▌ | 12/75 [00:00<00:02, 22.80it/s, now=None]
t: 20%|██ | 15/75 [00:00<00:02, 22.14it/s, now=None]
t: 24%|██▍ | 18/75 [00:00<00:02, 22.10it/s, now=None]
t: 28%|██▊ | 21/75 [00:00<00:02, 21.59it/s, now=None]
t: 32%|███▏ | 24/75 [00:01<00:02, 21.25it/s, now=None]
t: 36%|███▌ | 27/75 [00:01<00:02, 21.07it/s, now=None]
t: 40%|████ | 30/75 [00:01<00:02, 21.05it/s, now=None]
t: 44%|████▍ | 33/75 [00:01<00:02, 20.78it/s, now=None]
t: 48%|████▊ | 36/75 [00:01<00:01, 20.95it/s, now=None]
t: 52%|█████▏ | 39/75 [00:01<00:01, 21.19it/s, now=None]
t: 56%|█████▌ | 42/75 [00:01<00:01, 20.88it/s, now=None]
t: 60%|██████ | 45/75 [00:02<00:01, 20.98it/s, now=None]
t: 64%|██████▍ | 48/75 [00:02<00:01, 21.46it/s, now=None]
t: 68%|██████▊ | 51/75 [00:02<00:01, 21.68it/s, now=None]
t: 72%|███████▏ | 54/75 [00:02<00:00, 21.73it/s, now=None]
t: 76%|███████▌ | 57/75 [00:02<00:00, 21.53it/s, now=None]
t: 80%|████████ | 60/75 [00:02<00:00, 21.48it/s, now=None]
t: 84%|████████▍ | 63/75 [00:02<00:00, 21.12it/s, now=None]
t: 88%|████████▊ | 66/75 [00:03<00:00, 20.95it/s, now=None]
t: 92%|█████████▏| 69/75 [00:03<00:00, 20.99it/s, now=None]
t: 96%|█████████▌| 72/75 [00:03<00:00, 20.96it/s, now=None]
t: 100%|██████████| 75/75 [00:03<00:00, 21.20it/s, now=None]
Moviepy - Done !
Moviepy - video ready /tmp/tmp7zss3f5j/segment4.mp4