lucataco
/
video-split
Simple tool to split apart a video into snippets
Prediction
lucataco/video-split:35a488ccID15wn4r18mdrg80ckr60v17s0pwStatusSucceededSourceWebHardwareCPUTotal durationCreatedInput
- target_fps
- 30
- input_video
- target_width
- 848
- target_height
- 480
- create_captions
- target_duration
- 2
{ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 848, "target_height": 480, "create_captions": false, "target_duration": 2 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", { input: { target_fps: 30, input_video: "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", target_width: 848, target_height: 480, create_captions: false, target_duration: 2 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", input={ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 848, "target_height": 480, "create_captions": False, "target_duration": 2 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport 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": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 848, "target_height": 480, "create_captions": false, "target_duration": 2 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-12-13T19:32:14.692853Z", "created_at": "2024-12-13T19:31:27.523000Z", "data_removed": false, "error": null, "id": "15wn4r18mdrg80ckr60v17s0pw", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 848, "target_height": 480, "create_captions": false, "target_duration": 2 }, "logs": "Splitting video into 5 segments\nMoviepy - Building video /tmp/tmpkup8n8uk/segment1.mp4.\nMoviepy - Writing video /tmp/tmpkup8n8uk/segment1.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 27.26it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 23.58it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 22.39it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 21.74it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 21.57it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:01, 21.23it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 21.10it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 21.33it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 21.57it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 21.49it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 21.42it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 21.42it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:00, 21.39it/s, now=None]\nt: 70%|███████ | 42/60 [00:01<00:00, 21.58it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 21.52it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 21.73it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 21.55it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 21.03it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 20.68it/s, now=None]\nt: 100%|██████████| 60/60 [00:02<00:00, 20.34it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpkup8n8uk/segment1.mp4\nMoviepy - Building video /tmp/tmpkup8n8uk/segment2.mp4.\nMoviepy - Writing video /tmp/tmpkup8n8uk/segment2.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 27.29it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 22.10it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 21.72it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 21.75it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 22.09it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:01, 21.75it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 21.44it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 21.20it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 21.06it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 21.20it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 21.34it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 21.69it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:00, 21.53it/s, now=None]\nt: 70%|███████ | 42/60 [00:01<00:00, 21.35it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 21.15it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 21.03it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 21.26it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 21.22it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 21.43it/s, now=None]\nt: 100%|██████████| 60/60 [00:02<00:00, 21.39it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpkup8n8uk/segment2.mp4\nMoviepy - Building video /tmp/tmpkup8n8uk/segment3.mp4.\nMoviepy - Writing video /tmp/tmpkup8n8uk/segment3.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 27.11it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 22.89it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 21.83it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 21.34it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 21.03it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:02, 20.58it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 20.59it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 20.64it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 20.78it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 21.05it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 20.63it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 20.46it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:00, 21.05it/s, now=None]\nt: 70%|███████ | 42/60 [00:01<00:00, 21.53it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 21.33it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 20.91it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 20.91it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 21.02it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 21.13it/s, now=None]\nt: 100%|██████████| 60/60 [00:02<00:00, 21.30it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpkup8n8uk/segment3.mp4\nMoviepy - Building video /tmp/tmpkup8n8uk/segment4.mp4.\nMoviepy - Writing video /tmp/tmpkup8n8uk/segment4.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 27.43it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 24.19it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 23.31it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 22.08it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 21.80it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:01, 21.62it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 21.46it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 21.57it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 21.84it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 22.20it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 21.61it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 21.70it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:00, 21.64it/s, now=None]\nt: 70%|███████ | 42/60 [00:01<00:00, 21.63it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 21.28it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 21.52it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 21.94it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 21.63it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 21.46it/s, now=None]\nt: 100%|██████████| 60/60 [00:02<00:00, 20.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpkup8n8uk/segment4.mp4\nMoviepy - Building video /tmp/tmpkup8n8uk/segment5.mp4.\nMoviepy - Writing video /tmp/tmpkup8n8uk/segment5.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 27.33it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 22.95it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 22.06it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 22.06it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 21.96it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:01, 22.31it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 22.46it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 22.00it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 21.73it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 21.75it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 21.62it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 21.64it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:00, 21.90it/s, now=None]\nt: 70%|███████ | 42/60 [00:01<00:00, 22.16it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 21.82it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 21.74it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 21.64it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 21.33it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 21.25it/s, now=None]\nt: 100%|██████████| 60/60 [00:02<00:00, 21.43it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpkup8n8uk/segment5.mp4", "metrics": { "predict_time": 18.402259304, "total_time": 47.169853 }, "output": "https://replicate.delivery/czjl/LwXGUO5Dg3ZGJ1yP1mCyRmiPDoGsrhbspdKqHetK3MJf2j6TA/processed_videos.zip", "started_at": "2024-12-13T19:31:56.290593Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/fddq-vuhrvbccgdpyx2xgseu7wzhu3uwje5icb7f7xsel4fh4t7khm23q", "get": "https://api.replicate.com/v1/predictions/15wn4r18mdrg80ckr60v17s0pw", "cancel": "https://api.replicate.com/v1/predictions/15wn4r18mdrg80ckr60v17s0pw/cancel" }, "version": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a" }
Generated inSplitting video into 5 segments Moviepy - Building video /tmp/tmpkup8n8uk/segment1.mp4. Moviepy - Writing video /tmp/tmpkup8n8uk/segment1.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 27.26it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 23.58it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 22.39it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 21.74it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 21.57it/s, now=None] t: 30%|███ | 18/60 [00:00<00:01, 21.23it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 21.10it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 21.33it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 21.57it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 21.49it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 21.42it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 21.42it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:00, 21.39it/s, now=None] t: 70%|███████ | 42/60 [00:01<00:00, 21.58it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 21.52it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 21.73it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 21.55it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 21.03it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 20.68it/s, now=None] t: 100%|██████████| 60/60 [00:02<00:00, 20.34it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpkup8n8uk/segment1.mp4 Moviepy - Building video /tmp/tmpkup8n8uk/segment2.mp4. Moviepy - Writing video /tmp/tmpkup8n8uk/segment2.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 27.29it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 22.10it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 21.72it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 21.75it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 22.09it/s, now=None] t: 30%|███ | 18/60 [00:00<00:01, 21.75it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 21.44it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 21.20it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 21.06it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 21.20it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 21.34it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 21.69it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:00, 21.53it/s, now=None] t: 70%|███████ | 42/60 [00:01<00:00, 21.35it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 21.15it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 21.03it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 21.26it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 21.22it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 21.43it/s, now=None] t: 100%|██████████| 60/60 [00:02<00:00, 21.39it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpkup8n8uk/segment2.mp4 Moviepy - Building video /tmp/tmpkup8n8uk/segment3.mp4. Moviepy - Writing video /tmp/tmpkup8n8uk/segment3.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 27.11it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 22.89it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 21.83it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 21.34it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 21.03it/s, now=None] t: 30%|███ | 18/60 [00:00<00:02, 20.58it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 20.59it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 20.64it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 20.78it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 21.05it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 20.63it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 20.46it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:00, 21.05it/s, now=None] t: 70%|███████ | 42/60 [00:01<00:00, 21.53it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 21.33it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 20.91it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 20.91it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 21.02it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 21.13it/s, now=None] t: 100%|██████████| 60/60 [00:02<00:00, 21.30it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpkup8n8uk/segment3.mp4 Moviepy - Building video /tmp/tmpkup8n8uk/segment4.mp4. Moviepy - Writing video /tmp/tmpkup8n8uk/segment4.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 27.43it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 24.19it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 23.31it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 22.08it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 21.80it/s, now=None] t: 30%|███ | 18/60 [00:00<00:01, 21.62it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 21.46it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 21.57it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 21.84it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 22.20it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 21.61it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 21.70it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:00, 21.64it/s, now=None] t: 70%|███████ | 42/60 [00:01<00:00, 21.63it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 21.28it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 21.52it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 21.94it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 21.63it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 21.46it/s, now=None] t: 100%|██████████| 60/60 [00:02<00:00, 20.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpkup8n8uk/segment4.mp4 Moviepy - Building video /tmp/tmpkup8n8uk/segment5.mp4. Moviepy - Writing video /tmp/tmpkup8n8uk/segment5.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 27.33it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 22.95it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 22.06it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 22.06it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 21.96it/s, now=None] t: 30%|███ | 18/60 [00:00<00:01, 22.31it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 22.46it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 22.00it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 21.73it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 21.75it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 21.62it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 21.64it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:00, 21.90it/s, now=None] t: 70%|███████ | 42/60 [00:01<00:00, 22.16it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 21.82it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 21.74it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 21.64it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 21.33it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 21.25it/s, now=None] t: 100%|██████████| 60/60 [00:02<00:00, 21.43it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpkup8n8uk/segment5.mp4
Prediction
lucataco/video-split:35a488ccIDzmh0jpdyqhrge0cm7mmvnwmh6rStatusSucceededSourceWebHardwareCPUTotal durationCreatedInput
- target_fps
- 30
- input_video
- target_width
- 960
- target_height
- 544
- create_captions
- target_duration
- 2
{ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", { input: { target_fps: 30, input_video: "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", target_width: 960, target_height: 544, create_captions: false, target_duration: 2 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", input={ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 960, "target_height": 544, "create_captions": False, "target_duration": 2 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport 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": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-01-06T19:49:40.056440Z", "created_at": "2025-01-06T19:48:53.564000Z", "data_removed": false, "error": null, "id": "zmh0jpdyqhrge0cm7mmvnwmh6r", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8ec5EhD1XUCFvYmfVGll4kkHXH5XujJECpMJATF5amCDqE5/vhs.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }, "logs": "Splitting video into 5 segments\nMoviepy - Building video /tmp/tmpdkyo27yr/segment1.mp4.\nMoviepy - Writing video /tmp/tmpdkyo27yr/segment1.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 24.76it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 20.82it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 20.12it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 19.87it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 19.61it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:02, 19.19it/s, now=None]\nt: 32%|███▏ | 19/60 [00:00<00:02, 19.09it/s, now=None]\nt: 35%|███▌ | 21/60 [00:01<00:02, 19.15it/s, now=None]\nt: 38%|███▊ | 23/60 [00:01<00:01, 19.20it/s, now=None]\nt: 42%|████▏ | 25/60 [00:01<00:01, 19.11it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 19.13it/s, now=None]\nt: 48%|████▊ | 29/60 [00:01<00:01, 19.23it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:01<00:01, 19.18it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 19.03it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:01<00:01, 18.94it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:01, 18.96it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:02<00:01, 18.98it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:02<00:00, 19.01it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:02<00:00, 19.14it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 19.02it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:02<00:00, 19.06it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:02<00:00, 19.11it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 19.02it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:02<00:00, 19.00it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:02<00:00, 18.92it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 18.89it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:03<00:00, 18.72it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpdkyo27yr/segment1.mp4\nMoviepy - Building video /tmp/tmpdkyo27yr/segment2.mp4.\nMoviepy - Writing video /tmp/tmpdkyo27yr/segment2.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 25.59it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 20.88it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 20.20it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 20.03it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 19.32it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:02, 19.34it/s, now=None]\nt: 32%|███▏ | 19/60 [00:00<00:02, 19.31it/s, now=None]\nt: 35%|███▌ | 21/60 [00:01<00:02, 19.38it/s, now=None]\nt: 38%|███▊ | 23/60 [00:01<00:01, 19.52it/s, now=None]\nt: 42%|████▏ | 25/60 [00:01<00:01, 19.56it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 19.35it/s, now=None]\nt: 48%|████▊ | 29/60 [00:01<00:01, 19.15it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:01<00:01, 19.04it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 18.86it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:01<00:01, 18.85it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:01, 18.95it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:02<00:01, 19.14it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:02<00:00, 19.28it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:02<00:00, 19.40it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 19.41it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:02<00:00, 19.44it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:02<00:00, 19.50it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 19.51it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:02<00:00, 19.40it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:02<00:00, 19.36it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 19.32it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:03<00:00, 19.31it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpdkyo27yr/segment2.mp4\nMoviepy - Building video /tmp/tmpdkyo27yr/segment3.mp4.\nMoviepy - Writing video /tmp/tmpdkyo27yr/segment3.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 25.61it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 21.27it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 20.23it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 19.62it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:02, 19.34it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:02, 19.16it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:02, 19.19it/s, now=None]\nt: 33%|███▎ | 20/60 [00:01<00:02, 19.24it/s, now=None]\nt: 37%|███▋ | 22/60 [00:01<00:01, 19.31it/s, now=None]\nt: 40%|████ | 24/60 [00:01<00:01, 19.37it/s, now=None]\nt: 43%|████▎ | 26/60 [00:01<00:01, 19.33it/s, now=None]\nt: 47%|████▋ | 28/60 [00:01<00:01, 19.41it/s, now=None]\nt: 50%|█████ | 30/60 [00:01<00:01, 19.49it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:01<00:01, 19.31it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:01<00:01, 19.21it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:01, 19.14it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:01<00:01, 19.08it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:02<00:01, 19.24it/s, now=None]\nt: 70%|███████ | 42/60 [00:02<00:00, 19.27it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:02<00:00, 19.29it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:02<00:00, 19.21it/s, now=None]\nt: 80%|████████ | 48/60 [00:02<00:00, 19.26it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:02<00:00, 19.32it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:02<00:00, 19.13it/s, now=None]\nt: 90%|█████████ | 54/60 [00:02<00:00, 19.15it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:02<00:00, 19.11it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:02<00:00, 19.12it/s, now=None]\nt: 100%|██████████| 60/60 [00:03<00:00, 19.25it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpdkyo27yr/segment3.mp4\nMoviepy - Building video /tmp/tmpdkyo27yr/segment4.mp4.\nMoviepy - Writing video /tmp/tmpdkyo27yr/segment4.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 24.96it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 21.03it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 20.10it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 19.88it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 19.53it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:02, 19.41it/s, now=None]\nt: 32%|███▏ | 19/60 [00:00<00:02, 19.37it/s, now=None]\nt: 35%|███▌ | 21/60 [00:01<00:02, 19.32it/s, now=None]\nt: 38%|███▊ | 23/60 [00:01<00:01, 19.39it/s, now=None]\nt: 42%|████▏ | 25/60 [00:01<00:01, 19.44it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 19.36it/s, now=None]\nt: 48%|████▊ | 29/60 [00:01<00:01, 19.39it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:01<00:01, 19.47it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 19.33it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:01<00:01, 19.20it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:01, 19.04it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:01<00:01, 18.91it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:02<00:01, 18.80it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:02<00:00, 18.78it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 18.67it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:02<00:00, 18.82it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:02<00:00, 18.83it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 18.90it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:02<00:00, 18.83it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:02<00:00, 18.73it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 18.71it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:03<00:00, 18.73it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpdkyo27yr/segment4.mp4\nMoviepy - Building video /tmp/tmpdkyo27yr/segment5.mp4.\nMoviepy - Writing video /tmp/tmpdkyo27yr/segment5.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 5%|▌ | 3/60 [00:00<00:02, 25.17it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:02, 20.73it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:02, 20.14it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:02, 19.86it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:02, 19.75it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:02, 19.46it/s, now=None]\nt: 32%|███▏ | 19/60 [00:00<00:02, 19.22it/s, now=None]\nt: 35%|███▌ | 21/60 [00:01<00:02, 18.90it/s, now=None]\nt: 38%|███▊ | 23/60 [00:01<00:01, 18.97it/s, now=None]\nt: 42%|████▏ | 25/60 [00:01<00:01, 19.14it/s, now=None]\nt: 45%|████▌ | 27/60 [00:01<00:01, 19.27it/s, now=None]\nt: 48%|████▊ | 29/60 [00:01<00:01, 19.24it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:01<00:01, 19.17it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:01<00:01, 19.27it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:01<00:01, 19.22it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:01, 18.74it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:02<00:01, 18.75it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:02<00:01, 18.88it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:02<00:00, 18.93it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:02<00:00, 18.88it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:02<00:00, 18.85it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:02<00:00, 18.86it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:02<00:00, 18.98it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:02<00:00, 18.95it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:02<00:00, 18.93it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:02<00:00, 18.89it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:03<00:00, 18.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpdkyo27yr/segment5.mp4", "metrics": { "predict_time": 20.266854029, "total_time": 46.49244 }, "output": "https://replicate.delivery/czjl/Bgq6qzepT20yJSFzMRr218gG3hs85udPXRWhyiGSZRKqLPBKA/processed_videos.zip", "started_at": "2025-01-06T19:49:19.789586Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/fddq-qb57xv35n64pykvylmlhpmjv44qefpqy4vdq4ejhxfzm2y7h2dsa", "get": "https://api.replicate.com/v1/predictions/zmh0jpdyqhrge0cm7mmvnwmh6r", "cancel": "https://api.replicate.com/v1/predictions/zmh0jpdyqhrge0cm7mmvnwmh6r/cancel" }, "version": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a" }
Generated inSplitting video into 5 segments Moviepy - Building video /tmp/tmpdkyo27yr/segment1.mp4. Moviepy - Writing video /tmp/tmpdkyo27yr/segment1.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 24.76it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 20.82it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 20.12it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 19.87it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 19.61it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:02, 19.19it/s, now=None] t: 32%|███▏ | 19/60 [00:00<00:02, 19.09it/s, now=None] t: 35%|███▌ | 21/60 [00:01<00:02, 19.15it/s, now=None] t: 38%|███▊ | 23/60 [00:01<00:01, 19.20it/s, now=None] t: 42%|████▏ | 25/60 [00:01<00:01, 19.11it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 19.13it/s, now=None] t: 48%|████▊ | 29/60 [00:01<00:01, 19.23it/s, now=None] t: 52%|█████▏ | 31/60 [00:01<00:01, 19.18it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 19.03it/s, now=None] t: 58%|█████▊ | 35/60 [00:01<00:01, 18.94it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:01, 18.96it/s, now=None] t: 65%|██████▌ | 39/60 [00:02<00:01, 18.98it/s, now=None] t: 68%|██████▊ | 41/60 [00:02<00:00, 19.01it/s, now=None] t: 72%|███████▏ | 43/60 [00:02<00:00, 19.14it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 19.02it/s, now=None] t: 78%|███████▊ | 47/60 [00:02<00:00, 19.06it/s, now=None] t: 82%|████████▏ | 49/60 [00:02<00:00, 19.11it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 19.02it/s, now=None] t: 88%|████████▊ | 53/60 [00:02<00:00, 19.00it/s, now=None] t: 92%|█████████▏| 55/60 [00:02<00:00, 18.92it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 18.89it/s, now=None] t: 98%|█████████▊| 59/60 [00:03<00:00, 18.72it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpdkyo27yr/segment1.mp4 Moviepy - Building video /tmp/tmpdkyo27yr/segment2.mp4. Moviepy - Writing video /tmp/tmpdkyo27yr/segment2.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 25.59it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 20.88it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 20.20it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 20.03it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 19.32it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:02, 19.34it/s, now=None] t: 32%|███▏ | 19/60 [00:00<00:02, 19.31it/s, now=None] t: 35%|███▌ | 21/60 [00:01<00:02, 19.38it/s, now=None] t: 38%|███▊ | 23/60 [00:01<00:01, 19.52it/s, now=None] t: 42%|████▏ | 25/60 [00:01<00:01, 19.56it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 19.35it/s, now=None] t: 48%|████▊ | 29/60 [00:01<00:01, 19.15it/s, now=None] t: 52%|█████▏ | 31/60 [00:01<00:01, 19.04it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 18.86it/s, now=None] t: 58%|█████▊ | 35/60 [00:01<00:01, 18.85it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:01, 18.95it/s, now=None] t: 65%|██████▌ | 39/60 [00:02<00:01, 19.14it/s, now=None] t: 68%|██████▊ | 41/60 [00:02<00:00, 19.28it/s, now=None] t: 72%|███████▏ | 43/60 [00:02<00:00, 19.40it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 19.41it/s, now=None] t: 78%|███████▊ | 47/60 [00:02<00:00, 19.44it/s, now=None] t: 82%|████████▏ | 49/60 [00:02<00:00, 19.50it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 19.51it/s, now=None] t: 88%|████████▊ | 53/60 [00:02<00:00, 19.40it/s, now=None] t: 92%|█████████▏| 55/60 [00:02<00:00, 19.36it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 19.32it/s, now=None] t: 98%|█████████▊| 59/60 [00:03<00:00, 19.31it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpdkyo27yr/segment2.mp4 Moviepy - Building video /tmp/tmpdkyo27yr/segment3.mp4. Moviepy - Writing video /tmp/tmpdkyo27yr/segment3.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 25.61it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 21.27it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 20.23it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 19.62it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:02, 19.34it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:02, 19.16it/s, now=None] t: 30%|███ | 18/60 [00:00<00:02, 19.19it/s, now=None] t: 33%|███▎ | 20/60 [00:01<00:02, 19.24it/s, now=None] t: 37%|███▋ | 22/60 [00:01<00:01, 19.31it/s, now=None] t: 40%|████ | 24/60 [00:01<00:01, 19.37it/s, now=None] t: 43%|████▎ | 26/60 [00:01<00:01, 19.33it/s, now=None] t: 47%|████▋ | 28/60 [00:01<00:01, 19.41it/s, now=None] t: 50%|█████ | 30/60 [00:01<00:01, 19.49it/s, now=None] t: 53%|█████▎ | 32/60 [00:01<00:01, 19.31it/s, now=None] t: 57%|█████▋ | 34/60 [00:01<00:01, 19.21it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:01, 19.14it/s, now=None] t: 63%|██████▎ | 38/60 [00:01<00:01, 19.08it/s, now=None] t: 67%|██████▋ | 40/60 [00:02<00:01, 19.24it/s, now=None] t: 70%|███████ | 42/60 [00:02<00:00, 19.27it/s, now=None] t: 73%|███████▎ | 44/60 [00:02<00:00, 19.29it/s, now=None] t: 77%|███████▋ | 46/60 [00:02<00:00, 19.21it/s, now=None] t: 80%|████████ | 48/60 [00:02<00:00, 19.26it/s, now=None] t: 83%|████████▎ | 50/60 [00:02<00:00, 19.32it/s, now=None] t: 87%|████████▋ | 52/60 [00:02<00:00, 19.13it/s, now=None] t: 90%|█████████ | 54/60 [00:02<00:00, 19.15it/s, now=None] t: 93%|█████████▎| 56/60 [00:02<00:00, 19.11it/s, now=None] t: 97%|█████████▋| 58/60 [00:02<00:00, 19.12it/s, now=None] t: 100%|██████████| 60/60 [00:03<00:00, 19.25it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpdkyo27yr/segment3.mp4 Moviepy - Building video /tmp/tmpdkyo27yr/segment4.mp4. Moviepy - Writing video /tmp/tmpdkyo27yr/segment4.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 24.96it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 21.03it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 20.10it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 19.88it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 19.53it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:02, 19.41it/s, now=None] t: 32%|███▏ | 19/60 [00:00<00:02, 19.37it/s, now=None] t: 35%|███▌ | 21/60 [00:01<00:02, 19.32it/s, now=None] t: 38%|███▊ | 23/60 [00:01<00:01, 19.39it/s, now=None] t: 42%|████▏ | 25/60 [00:01<00:01, 19.44it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 19.36it/s, now=None] t: 48%|████▊ | 29/60 [00:01<00:01, 19.39it/s, now=None] t: 52%|█████▏ | 31/60 [00:01<00:01, 19.47it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 19.33it/s, now=None] t: 58%|█████▊ | 35/60 [00:01<00:01, 19.20it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:01, 19.04it/s, now=None] t: 65%|██████▌ | 39/60 [00:01<00:01, 18.91it/s, now=None] t: 68%|██████▊ | 41/60 [00:02<00:01, 18.80it/s, now=None] t: 72%|███████▏ | 43/60 [00:02<00:00, 18.78it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 18.67it/s, now=None] t: 78%|███████▊ | 47/60 [00:02<00:00, 18.82it/s, now=None] t: 82%|████████▏ | 49/60 [00:02<00:00, 18.83it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 18.90it/s, now=None] t: 88%|████████▊ | 53/60 [00:02<00:00, 18.83it/s, now=None] t: 92%|█████████▏| 55/60 [00:02<00:00, 18.73it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 18.71it/s, now=None] t: 98%|█████████▊| 59/60 [00:03<00:00, 18.73it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpdkyo27yr/segment4.mp4 Moviepy - Building video /tmp/tmpdkyo27yr/segment5.mp4. Moviepy - Writing video /tmp/tmpdkyo27yr/segment5.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 5%|▌ | 3/60 [00:00<00:02, 25.17it/s, now=None] t: 10%|█ | 6/60 [00:00<00:02, 20.73it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:02, 20.14it/s, now=None] t: 20%|██ | 12/60 [00:00<00:02, 19.86it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:02, 19.75it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:02, 19.46it/s, now=None] t: 32%|███▏ | 19/60 [00:00<00:02, 19.22it/s, now=None] t: 35%|███▌ | 21/60 [00:01<00:02, 18.90it/s, now=None] t: 38%|███▊ | 23/60 [00:01<00:01, 18.97it/s, now=None] t: 42%|████▏ | 25/60 [00:01<00:01, 19.14it/s, now=None] t: 45%|████▌ | 27/60 [00:01<00:01, 19.27it/s, now=None] t: 48%|████▊ | 29/60 [00:01<00:01, 19.24it/s, now=None] t: 52%|█████▏ | 31/60 [00:01<00:01, 19.17it/s, now=None] t: 55%|█████▌ | 33/60 [00:01<00:01, 19.27it/s, now=None] t: 58%|█████▊ | 35/60 [00:01<00:01, 19.22it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:01, 18.74it/s, now=None] t: 65%|██████▌ | 39/60 [00:02<00:01, 18.75it/s, now=None] t: 68%|██████▊ | 41/60 [00:02<00:01, 18.88it/s, now=None] t: 72%|███████▏ | 43/60 [00:02<00:00, 18.93it/s, now=None] t: 75%|███████▌ | 45/60 [00:02<00:00, 18.88it/s, now=None] t: 78%|███████▊ | 47/60 [00:02<00:00, 18.85it/s, now=None] t: 82%|████████▏ | 49/60 [00:02<00:00, 18.86it/s, now=None] t: 85%|████████▌ | 51/60 [00:02<00:00, 18.98it/s, now=None] t: 88%|████████▊ | 53/60 [00:02<00:00, 18.95it/s, now=None] t: 92%|█████████▏| 55/60 [00:02<00:00, 18.93it/s, now=None] t: 95%|█████████▌| 57/60 [00:02<00:00, 18.89it/s, now=None] t: 98%|█████████▊| 59/60 [00:03<00:00, 18.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpdkyo27yr/segment5.mp4
Prediction
lucataco/video-split:35a488ccID2f2nm700vnrge0cmacptr0vstcStatusSucceededSourceWebHardwareCPUTotal durationCreatedInput
- target_fps
- 30
- input_video
- target_width
- 960
- target_height
- 544
- create_captions
- target_duration
- 2
{ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8esdm9j4ZWNk6VE8VKTKX5X0oIY0XIXz3XoudIDdsOpfDbs/steamboat-willie.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", { input: { target_fps: 30, input_video: "https://replicate.delivery/pbxt/M8esdm9j4ZWNk6VE8VKTKX5X0oIY0XIXz3XoudIDdsOpfDbs/steamboat-willie.mp4", target_width: 960, target_height: 544, create_captions: false, target_duration: 2 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", input={ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8esdm9j4ZWNk6VE8VKTKX5X0oIY0XIXz3XoudIDdsOpfDbs/steamboat-willie.mp4", "target_width": 960, "target_height": 544, "create_captions": False, "target_duration": 2 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport 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": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8esdm9j4ZWNk6VE8VKTKX5X0oIY0XIXz3XoudIDdsOpfDbs/steamboat-willie.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-01-11T02:30:34.493788Z", "created_at": "2025-01-11T02:24:05.853000Z", "data_removed": false, "error": null, "id": "2f2nm700vnrge0cmacptr0vstc", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/M8esdm9j4ZWNk6VE8VKTKX5X0oIY0XIXz3XoudIDdsOpfDbs/steamboat-willie.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }, "logs": "Splitting video into 218 segments\nMoviepy - Building video /tmp/tmp9v24zini/segment1.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment1.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.27it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.92it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.24it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.80it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.48it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 75.33it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 74.28it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment1.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment2.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment2.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.64it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.97it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.67it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.21it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.27it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 75.70it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 75.82it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment2.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment3.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment3.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.80it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.32it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.90it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.62it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.83it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 76.54it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 72.91it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment3.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment4.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment4.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 81.19it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 79.75it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 74.08it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 74.53it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 73.69it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 71.29it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 71.30it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment4.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment5.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment5.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.03it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.62it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.93it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.58it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.25it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 71.96it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 71.82it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment5.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment6.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment6.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.84it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.36it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.27it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.41it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.56it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 77.17it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 75.26it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment6.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment7.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment7.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.65it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.37it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.08it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.24it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.05it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 74.54it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.86it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment7.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment8.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment8.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.73it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.29it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.85it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.36it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.52it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.72it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.07it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment8.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment9.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment9.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.31it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.33it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.79it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.33it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.23it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.39it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment9.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment10.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment10.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.33it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.92it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.65it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.75it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.41it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.71it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.21it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment10.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment11.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment11.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.64it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 79.31it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 78.68it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 77.54it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 74.49it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.44it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 59.98it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment11.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment12.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment12.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.70it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.50it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.34it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.25it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.79it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.51it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment12.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment13.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment13.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.21it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.77it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.30it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.43it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.68it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.45it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.62it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment13.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment14.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment14.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.31it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.90it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.34it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.61it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.95it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.59it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.28it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment14.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment15.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment15.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.64it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.12it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.73it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.70it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.17it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.92it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 68.12it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment15.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment16.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment16.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.08it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.65it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.04it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.73it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.42it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.43it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.56it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment16.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment17.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment17.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.18it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 78.08it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 77.11it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 76.63it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 74.39it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 62.54it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 63.81it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment17.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment18.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment18.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.36it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.15it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.68it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.15it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.53it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.58it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 68.15it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment18.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment19.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment19.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.99it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.85it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.80it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.66it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.78it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.00it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 66.42it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment19.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment20.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment20.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.00it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.10it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.15it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.28it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.92it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.93it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.06it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment20.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment21.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment21.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 79.42it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:00, 78.16it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:00, 78.01it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 77.97it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:00<00:00, 78.19it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 69.79it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 68.94it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment21.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment22.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment22.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.64it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.37it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.73it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.90it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.00it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.59it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.42it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment22.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment23.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment23.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.84it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.11it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.46it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.88it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.04it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.51it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.91it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment23.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment24.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment24.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.17it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.05it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.07it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.53it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.56it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.85it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 71.26it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment24.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment25.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment25.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.57it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.35it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.17it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.70it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 69.06it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment25.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment26.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment26.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.26it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.24it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.83it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 78.30it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.82it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 63.84it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 61.22it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment26.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment27.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment27.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.71it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.60it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.39it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.39it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.48it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 71.42it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 72.86it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment27.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment28.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment28.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.50it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.88it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.94it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.75it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.97it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.90it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.15it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment28.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment29.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment29.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.10it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.92it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 78.00it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.91it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 78.09it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.89it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.92it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment29.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment30.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment30.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.00it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.36it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.41it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.83it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.23it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.35it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.65it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment30.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment31.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment31.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 79.94it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:00, 77.73it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:00, 77.45it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 74.36it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:00<00:00, 73.45it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 62.97it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 65.49it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment31.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment32.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment32.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.69it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.79it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.72it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.93it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.91it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.21it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.10it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment32.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment33.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment33.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.00it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.68it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.33it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.59it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.80it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.71it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.29it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment33.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment34.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment34.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.48it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 78.73it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 77.90it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 75.41it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 73.93it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 67.80it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 68.98it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment34.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment35.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment35.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.63it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.45it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.54it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.51it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.57it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment35.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment36.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment36.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.63it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.52it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.97it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.68it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.07it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.19it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.74it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment36.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment37.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment37.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.89it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.51it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.04it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.04it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.35it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.45it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment37.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment38.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment38.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.31it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.86it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.34it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.89it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.95it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.47it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment38.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment39.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment39.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.39it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.94it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.49it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.35it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.08it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.77it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.32it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment39.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment40.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment40.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.89it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.55it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.87it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.73it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.75it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.75it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.67it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment40.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment41.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment41.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.78it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 79.34it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.84it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.47it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.53it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.05it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.88it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment41.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment42.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment42.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.33it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.88it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.26it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.42it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.26it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.73it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.86it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment42.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment43.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment43.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.03it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.26it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.50it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.43it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.06it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.01it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.54it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment43.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment44.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment44.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.08it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.58it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.77it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.85it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.21it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.66it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.93it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment44.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment45.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment45.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.66it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.96it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.48it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.14it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.45it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.86it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.71it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment45.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment46.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment46.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.76it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.61it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.31it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.90it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.47it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.16it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.62it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment46.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment47.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment47.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.31it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.25it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.36it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.05it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.74it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 68.64it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment47.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment48.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment48.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.17it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.35it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.47it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.41it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 66.36it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 66.82it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 55.90it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment48.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment49.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment49.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.19it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.40it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.64it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 66.27it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 64.89it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 64.69it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 59.21it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 59.01it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment49.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment50.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment50.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.80it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 67.28it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.60it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 66.83it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.11it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 66.32it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 57.40it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 58.96it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment50.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment51.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment51.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.24it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.69it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 63.83it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 65.66it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 65.54it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 64.36it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.44it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 63.79it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment51.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment52.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment52.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.66it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.62it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 66.40it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 65.45it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 64.98it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 65.01it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 60.67it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 62.22it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment52.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment53.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment53.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.53it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.02it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.59it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 67.92it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 68.22it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 69.61it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 59.77it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 60.94it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment53.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment54.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment54.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 66.92it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.47it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.89it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 66.66it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 67.18it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 68.63it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 60.86it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 61.09it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment54.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment55.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment55.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.31it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.30it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 65.03it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.93it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 64.71it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 64.71it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 58.57it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 58.38it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment55.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment56.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment56.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.88it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.53it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 66.74it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 64.76it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 63.19it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 64.70it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 59.71it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 60.54it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment56.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment57.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment57.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.92it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.76it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.81it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 68.01it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 67.20it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 65.31it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 60.19it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 60.07it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment57.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment58.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment58.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.27it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.92it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 65.85it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 67.24it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.42it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 67.73it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 63.02it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment58.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment59.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment59.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.31it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 67.30it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 65.33it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 64.34it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.02it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 65.27it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 61.08it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 62.47it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment59.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment60.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment60.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 62.82it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.55it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 66.28it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 63.66it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 64.52it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 65.60it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 59.71it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 61.38it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment60.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment61.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment61.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.13it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.80it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.40it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 67.93it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 67.26it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.69it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 61.73it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 61.85it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment61.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment62.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment62.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.60it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 66.53it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 67.04it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 67.65it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 68.80it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 68.41it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.83it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 63.89it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment62.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment63.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment63.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.32it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.94it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.72it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.96it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.83it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.22it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 66.28it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment63.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment64.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment64.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.72it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.63it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 68.51it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 64.81it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 61.89it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 61.70it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 59.35it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 61.04it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment64.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment65.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment65.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.24it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.00it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.89it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.15it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.41it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.97it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.90it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment65.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment66.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment66.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 63.58it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.04it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.68it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 64.69it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.72it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.85it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 61.26it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 62.59it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment66.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment67.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment67.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 66.53it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.79it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.99it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.37it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 66.61it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.80it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 57.80it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 58.33it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment67.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment68.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment68.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.08it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.93it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.48it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.03it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.62it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.87it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.76it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment68.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment69.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment69.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 65.38it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 68.47it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 71.37it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 73.19it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 73.75it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 74.08it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.03it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment69.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment70.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment70.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.86it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.53it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.30it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 64.40it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 64.24it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 65.44it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 60.90it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 61.58it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment70.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment71.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment71.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.25it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.09it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.66it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 70.80it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 70.91it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 62.59it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 62.62it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment71.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment72.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment72.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.35it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.07it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 68.25it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 67.64it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 69.89it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 71.15it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 61.20it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment72.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment73.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment73.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.08it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.00it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.00it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.73it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.00it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 67.56it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 62.66it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment73.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment74.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment74.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.84it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.98it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.38it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.22it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.90it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.87it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 63.66it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment74.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment75.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment75.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.32it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.15it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.69it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.31it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.77it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.88it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.54it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment75.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment76.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment76.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.23it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.89it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.52it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.33it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.56it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.92it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.50it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment76.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment77.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment77.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.32it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.99it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.94it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 70.74it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.31it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.54it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.76it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment77.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment78.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment78.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.07it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 64.66it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.88it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.10it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 66.17it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 66.29it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 61.29it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 63.16it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment78.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment79.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment79.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.80it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.89it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 66.51it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 65.39it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 64.76it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 64.67it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 59.37it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 59.62it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment79.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment80.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment80.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.85it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 67.71it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.51it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 67.76it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 69.54it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 68.75it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 60.28it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 61.23it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment80.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment81.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment81.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 66.73it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 67.66it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 69.20it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 68.27it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.87it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.32it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 64.19it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 65.35it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment81.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment82.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment82.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 10%|█ | 6/60 [00:00<00:00, 58.46it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:00, 65.07it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 68.14it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 69.07it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 69.74it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 70.44it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 63.47it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 64.14it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment82.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment83.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment83.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.67it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 71.07it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 70.24it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 71.38it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 71.53it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 69.51it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 63.25it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment83.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment84.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment84.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.84it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.39it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.37it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.30it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.34it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.13it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.45it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment84.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment85.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment85.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.94it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.07it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.67it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.80it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.23it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 63.81it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.32it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment85.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment86.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment86.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 64.02it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 63.51it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.62it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.20it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 66.76it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.84it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 59.08it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 59.65it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment86.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment87.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment87.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.68it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.24it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.13it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.28it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.29it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 66.01it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment87.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment88.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment88.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.74it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.40it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.60it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 69.24it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 69.21it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 69.85it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 65.23it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment88.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment89.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment89.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.48it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.49it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.83it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.15it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.46it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.63it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 66.56it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment89.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment90.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment90.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.10it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.97it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.64it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 70.66it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.98it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 62.40it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 63.57it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment90.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment91.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment91.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.33it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 70.03it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 72.10it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 72.80it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 73.81it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 72.90it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.24it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment91.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment92.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment92.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.62it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.16it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 69.32it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.45it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 68.73it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 69.66it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.94it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 63.72it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment92.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment93.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment93.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 79.92it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:00, 76.99it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:00, 76.66it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 74.48it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:00<00:00, 73.61it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 66.73it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 68.78it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment93.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment94.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment94.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.46it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.94it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.40it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 70.12it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.09it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 65.52it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 60.03it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment94.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment95.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment95.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.15it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.20it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.98it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 69.02it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 68.77it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.50it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 65.60it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 65.54it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment95.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment96.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment96.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.26it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.79it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.99it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 67.63it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 67.21it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.76it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 65.09it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 65.32it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment96.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment97.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment97.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.27it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 60.93it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.18it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 64.78it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 64.02it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 64.86it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 58.85it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 60.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment97.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment98.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment98.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.09it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 70.67it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 67.03it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 67.80it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.31it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 65.86it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 59.28it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 61.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment98.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment99.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment99.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.83it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.22it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 70.79it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 71.53it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 72.36it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 72.25it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 67.42it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment99.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment100.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment100.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.33it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 67.77it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 67.72it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 68.21it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 68.03it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 67.54it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 62.09it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 62.61it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment100.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment101.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment101.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.41it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.67it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.51it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.51it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.83it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.35it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.98it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment101.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment102.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment102.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.81it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.38it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.36it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 65.44it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 65.38it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.26it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 59.75it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 59.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment102.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment103.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment103.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.50it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.02it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 65.53it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 65.81it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 67.58it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 67.37it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.24it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 57.35it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment103.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment104.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment104.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.23it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.63it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 63.23it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 66.50it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 68.64it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 62.90it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.12it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment104.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment105.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment105.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.19it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.37it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.70it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.73it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.77it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.47it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.13it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment105.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment106.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment106.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.52it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.24it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 64.95it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 63.92it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 65.34it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 65.44it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 61.96it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 63.01it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment106.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment107.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment107.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.36it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.37it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 66.77it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 68.37it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 66.50it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 66.78it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 61.73it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 62.66it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment107.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment108.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment108.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.00it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.02it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 68.50it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 68.34it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 68.58it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.39it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.20it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 62.69it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment108.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment109.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment109.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.63it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.96it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.31it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 62.90it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 63.75it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 64.76it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 58.00it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 59.87it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment109.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment110.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment110.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.00it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.08it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 65.26it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 65.98it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 68.25it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 68.51it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 63.60it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 64.43it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment110.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment111.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment111.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.74it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.83it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.44it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 67.04it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 64.26it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.91it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 60.73it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 61.87it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment111.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment112.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment112.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.25it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.94it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.85it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.63it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.51it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 68.42it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 62.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment112.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment113.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment113.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.34it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 67.50it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 68.09it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 68.48it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 68.95it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 67.65it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 60.90it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 58.29it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment113.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment114.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment114.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.38it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.68it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.00it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 66.33it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 66.87it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 66.36it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 63.67it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 64.59it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment114.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment115.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment115.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 68.82it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 67.55it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 67.10it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 69.27it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 70.76it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 70.65it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 64.31it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment115.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment116.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment116.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.23it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.57it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 65.42it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 64.70it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.25it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 67.68it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 62.16it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 61.89it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment116.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment117.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment117.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.07it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 70.15it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.30it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 67.34it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 67.75it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 67.73it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 56.65it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 59.05it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment117.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment118.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment118.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.24it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 67.61it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 65.68it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.83it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.93it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.24it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 59.06it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 59.93it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment118.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment119.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment119.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.28it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.27it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 68.23it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 68.13it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 67.35it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 67.98it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.00it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 63.43it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment119.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment120.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment120.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.35it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.36it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 68.80it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 68.80it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 67.94it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 69.11it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.62it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 61.77it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment120.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment121.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment121.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.39it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.88it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 66.40it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 65.77it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.11it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 66.23it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 61.84it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 62.74it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment121.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment122.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment122.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.95it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.92it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.14it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.16it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 70.77it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.49it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 62.38it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment122.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment123.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment123.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.95it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.74it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.02it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.38it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.20it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.10it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.04it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment123.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment124.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment124.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.07it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.28it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.15it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 69.63it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 68.33it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.37it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 64.45it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 64.49it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment124.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment125.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment125.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 62.01it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 67.91it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 68.19it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.58it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.84it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 70.15it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 66.05it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 65.28it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment125.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment126.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment126.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.61it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.22it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 65.80it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 64.98it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.23it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 66.28it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 62.45it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 64.18it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment126.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment127.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment127.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.50it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.87it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 69.05it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 68.40it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 70.61it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 72.06it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 62.21it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment127.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment128.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment128.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.42it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.18it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 66.88it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 63.79it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.08it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.21it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 61.29it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 59.18it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment128.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment129.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment129.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 68.07it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 67.83it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 67.87it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 68.40it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 66.60it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.44it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.56it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 62.97it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment129.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment130.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment130.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.94it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.89it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 65.62it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 68.71it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 69.84it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 69.71it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 61.45it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 61.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment130.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment131.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment131.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.76it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.15it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.89it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 67.27it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 67.29it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 68.74it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 64.03it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 64.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment131.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment132.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment132.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.86it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.28it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 66.68it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 66.96it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 67.33it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 67.46it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 61.89it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 60.75it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment132.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment133.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment133.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.16it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.24it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.96it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 63.71it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.09it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.11it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.25it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 59.91it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment133.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment134.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment134.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.09it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.25it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 65.67it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 68.48it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 70.54it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 62.73it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 62.05it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment134.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment135.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment135.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 61.98it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 64.77it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 69.36it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.76it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 66.19it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 67.94it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 61.55it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 63.83it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment135.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment136.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment136.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 65.81it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 58.00it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 54.35it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 58.28it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 56.10it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 55.05it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 59.05it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 50.32it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 52.76it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment136.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment137.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment137.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.04it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 69.59it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 70.47it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 67.98it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 67.00it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 66.66it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 60.44it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 61.55it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment137.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment138.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment138.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 63.88it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 62.63it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 62.30it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 63.08it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 63.02it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 56.84it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 58.57it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment138.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment139.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment139.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 63.23it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 64.67it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.88it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.68it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 69.56it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 71.52it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 64.59it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 60.09it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment139.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment140.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment140.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.89it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.57it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.02it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.31it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 70.36it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.36it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.38it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment140.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment141.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment141.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.05it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.81it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.35it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.40it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 71.46it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 61.91it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 62.74it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment141.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment142.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment142.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.12it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.32it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 68.80it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 69.73it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 68.97it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 68.99it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 62.25it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 60.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment142.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment143.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment143.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 68.71it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 69.75it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 68.48it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.75it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.35it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 68.06it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 59.76it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 60.82it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment143.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment144.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment144.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.05it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 68.39it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 67.08it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 67.69it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 68.71it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 68.88it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 62.63it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 63.62it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment144.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment145.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment145.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.10it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.31it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.69it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 67.18it/s, now=None]\nt: 65%|██████▌ | 39/60 [00:00<00:00, 68.64it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 67.91it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:00<00:00, 62.23it/s, now=None]\nt: 100%|██████████| 60/60 [00:00<00:00, 63.19it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment145.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment146.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment146.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.15it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.53it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.44it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.81it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.63it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.87it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.59it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment146.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment147.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment147.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 64.88it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.67it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 68.76it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.86it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.02it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 67.68it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 62.86it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 63.39it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment147.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment148.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment148.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.75it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 68.84it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 66.14it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.24it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 66.89it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 56.94it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 56.77it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment148.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment149.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment149.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.74it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.03it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.07it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.87it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.67it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.48it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment149.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment150.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment150.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.20it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.65it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.53it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 78.13it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 78.49it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.71it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 71.19it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment150.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment151.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment151.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.33it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.30it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.73it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.04it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.79it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.22it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.67it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment151.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment152.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment152.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.81it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.00it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.75it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.28it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.29it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.39it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment152.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment153.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment153.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.76it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.25it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.87it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.11it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.95it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.00it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.30it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment153.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment154.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment154.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.56it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.13it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.33it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.73it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.97it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 64.40it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment154.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment155.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment155.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.92it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.08it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 78.24it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.50it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.85it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.73it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.05it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment155.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment156.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment156.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.67it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.97it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.19it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.77it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.75it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.74it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.85it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment156.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment157.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment157.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.34it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.07it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.45it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.16it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.73it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.19it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.16it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment157.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment158.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment158.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.82it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.26it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.37it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.15it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.33it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.94it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.41it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment158.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment159.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment159.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.56it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.42it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.28it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.03it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.56it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.76it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.61it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment159.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment160.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment160.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.26it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 71.02it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.57it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.83it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.18it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.41it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 66.01it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment160.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment161.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment161.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.57it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.22it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.76it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.90it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.37it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.69it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.53it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment161.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment162.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment162.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.67it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.25it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.66it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.97it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.76it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.25it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.29it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment162.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment163.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment163.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.49it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.43it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 71.86it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.14it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.83it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 65.70it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 65.59it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment163.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment164.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment164.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.03it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.91it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.61it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.85it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.22it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 64.93it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 66.84it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment164.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment165.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment165.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.06it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.79it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.03it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.73it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.95it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment165.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment166.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment166.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 79.79it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:00, 75.01it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:00, 70.45it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 70.65it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:00<00:00, 71.64it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 66.14it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 66.94it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment166.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment167.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment167.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.27it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.14it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.26it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.69it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.65it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.29it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.43it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment167.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment168.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment168.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.07it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.33it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.71it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.00it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.23it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.80it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.19it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment168.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment169.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment169.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.81it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.59it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.04it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.20it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.35it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.70it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.90it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment169.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment170.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment170.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.08it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.49it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.19it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.85it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.15it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.98it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.98it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment170.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment171.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment171.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.07it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.47it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.39it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.58it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.27it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.30it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.42it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment171.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment172.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment172.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.86it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.74it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.00it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.66it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.36it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.26it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment172.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment173.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment173.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.03it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.01it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.85it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.70it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.22it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.16it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment173.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment174.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment174.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.93it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.52it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.63it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.51it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.86it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.03it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.83it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment174.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment175.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment175.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.70it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 78.86it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 77.83it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 75.30it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 73.96it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 67.37it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 67.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment175.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment176.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment176.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.29it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.43it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.94it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.65it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.38it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 73.16it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 72.69it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment176.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment177.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment177.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 79.94it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:00, 76.00it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:00, 74.23it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 73.99it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:00<00:00, 73.83it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 69.49it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 71.11it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment177.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment178.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment178.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.77it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.32it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.25it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.51it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.52it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.55it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 68.19it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment178.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment179.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment179.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.88it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.60it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.18it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.21it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.25it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.81it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment179.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment180.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment180.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.32it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 78.15it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 78.19it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 77.50it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 76.27it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 69.69it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 69.63it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment180.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment181.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment181.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.47it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.76it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.64it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.86it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.28it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.77it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment181.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment182.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment182.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.03it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.46it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.52it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.54it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.43it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.92it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment182.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment183.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment183.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.09it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.76it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.35it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.38it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.53it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 71.87it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 72.44it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment183.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment184.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment184.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.38it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.26it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.37it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.87it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.33it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.58it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment184.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment185.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment185.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.14it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.12it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.76it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.32it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.04it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.91it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment185.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment186.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment186.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 74.82it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.89it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.80it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.04it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.46it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.85it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment186.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment187.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment187.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.80it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.40it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.92it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.55it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.94it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.60it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment187.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment188.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment188.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.09it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.06it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 65.69it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 66.89it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 70.50it/s, now=None]\nt: 77%|███████▋ | 46/60 [00:00<00:00, 72.67it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 68.12it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment188.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment189.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment189.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.90it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.89it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.17it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.81it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.19it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.55it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.93it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment189.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment190.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment190.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.16it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.47it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.80it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.97it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.66it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 68.78it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 67.10it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment190.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment191.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment191.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 72.26it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.90it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.65it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.82it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.09it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.89it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.24it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment191.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment192.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment192.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.41it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 67.02it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 67.64it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 63.94it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 62.96it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 64.52it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 59.58it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 62.04it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment192.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment193.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment193.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 71.12it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 69.15it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 68.55it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 66.59it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 65.23it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 66.38it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 62.33it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 63.40it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment193.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment194.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment194.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.40it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.78it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 65.87it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 61.55it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 62.08it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 63.68it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 59.01it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 60.55it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment194.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment195.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment195.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 69.14it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 64.13it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.99it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 65.05it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 64.80it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 65.91it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 62.15it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 63.20it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment195.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment196.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment196.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 65.99it/s, now=None]\nt: 25%|██▌ | 15/60 [00:00<00:00, 66.46it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 65.30it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 64.38it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 64.51it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 64.54it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 60.47it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 59.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment196.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment197.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment197.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 66.58it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 66.13it/s, now=None]\nt: 37%|███▋ | 22/60 [00:00<00:00, 67.29it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 67.88it/s, now=None]\nt: 60%|██████ | 36/60 [00:00<00:00, 67.66it/s, now=None]\nt: 72%|███████▏ | 43/60 [00:00<00:00, 66.98it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 61.63it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 62.19it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment197.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment198.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment198.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 70.88it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 62.94it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 64.68it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 65.08it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 66.23it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 66.98it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 62.81it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 63.53it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment198.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment199.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment199.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.94it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.04it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 67.06it/s, now=None]\nt: 52%|█████▏ | 31/60 [00:00<00:00, 65.11it/s, now=None]\nt: 63%|██████▎ | 38/60 [00:00<00:00, 66.06it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:00<00:00, 65.35it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:00<00:00, 55.59it/s, now=None]\nt: 98%|█████████▊| 59/60 [00:00<00:00, 57.40it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment199.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment200.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment200.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.60it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 65.91it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.67it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 63.55it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 65.36it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 66.52it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 59.98it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 61.41it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment200.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment201.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment201.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 64.94it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 63.44it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 64.44it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 64.14it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 63.20it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 63.54it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 60.78it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:00<00:00, 63.96it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment201.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment202.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment202.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 73.76it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 67.31it/s, now=None]\nt: 38%|███▊ | 23/60 [00:00<00:00, 66.21it/s, now=None]\nt: 50%|█████ | 30/60 [00:00<00:00, 65.29it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:00<00:00, 64.45it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:00<00:00, 65.26it/s, now=None]\nt: 85%|████████▌ | 51/60 [00:00<00:00, 57.25it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 57.88it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment202.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment203.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment203.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 12%|█▏ | 7/60 [00:00<00:00, 67.59it/s, now=None]\nt: 23%|██▎ | 14/60 [00:00<00:00, 68.30it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:00, 67.53it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 67.60it/s, now=None]\nt: 58%|█████▊ | 35/60 [00:00<00:00, 67.68it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 67.53it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:00<00:00, 63.18it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 61.40it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment203.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment204.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment204.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.87it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 72.67it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 70.81it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 71.62it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 69.58it/s, now=None]\nt: 78%|███████▊ | 47/60 [00:00<00:00, 69.52it/s, now=None]\nt: 90%|█████████ | 54/60 [00:00<00:00, 67.31it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment204.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment205.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment205.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.87it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.08it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.58it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.87it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 72.14it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.87it/s, now=None]\nt: 92%|█████████▏| 55/60 [00:00<00:00, 68.13it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment205.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment206.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment206.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.83it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 73.30it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.65it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.83it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.92it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.83it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 67.79it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment206.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment207.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment207.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.68it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.23it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.64it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.17it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.54it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 71.37it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.23it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment207.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment208.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment208.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.64it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 76.67it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.65it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 75.03it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 76.19it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 71.26it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 65.50it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment208.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment209.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment209.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.45it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.55it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.43it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 77.07it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.74it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.06it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 65.58it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment209.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment210.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment210.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 75.98it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.12it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.80it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 73.61it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.77it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 72.03it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 71.31it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment210.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment211.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment211.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 77.37it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.26it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 72.38it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.06it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.23it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 70.06it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.94it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment211.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment212.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment212.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.05it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 75.15it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 73.82it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 72.64it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 74.18it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 66.22it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 68.49it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment212.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment213.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment213.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.37it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.46it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 77.93it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 76.38it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.39it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 67.64it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 69.74it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment213.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment214.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment214.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 78.45it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.00it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 75.27it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.11it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 75.23it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 72.26it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 71.36it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment214.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment215.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment215.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:00, 80.50it/s, now=None]\nt: 30%|███ | 18/60 [00:00<00:00, 78.90it/s, now=None]\nt: 43%|████▎ | 26/60 [00:00<00:00, 78.92it/s, now=None]\nt: 57%|█████▋ | 34/60 [00:00<00:00, 76.36it/s, now=None]\nt: 70%|███████ | 42/60 [00:00<00:00, 74.40it/s, now=None]\nt: 83%|████████▎ | 50/60 [00:00<00:00, 70.22it/s, now=None]\nt: 97%|█████████▋| 58/60 [00:00<00:00, 71.29it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment215.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment216.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment216.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.67it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 74.50it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 74.55it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.20it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.74it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 69.82it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 70.57it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment216.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment217.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment217.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 76.94it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 77.99it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 78.34it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 78.03it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 77.98it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 76.18it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 74.48it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment217.mp4\nMoviepy - Building video /tmp/tmp9v24zini/segment218.mp4.\nMoviepy - Writing video /tmp/tmp9v24zini/segment218.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:00, 79.62it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:00, 78.26it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:00, 76.25it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 74.68it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:00<00:00, 73.22it/s, now=None]\nt: 80%|████████ | 48/60 [00:00<00:00, 73.06it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:00<00:00, 73.11it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmp9v24zini/segment218.mp4", "metrics": { "predict_time": 364.7474534, "total_time": 388.640788 }, "output": "https://replicate.delivery/czjl/iscAc4x7s6KeSCYfgHii5fpFjUPxStOA58hVu1vPHcvSOxHoA/processed_videos.zip", "started_at": "2025-01-11T02:24:29.746334Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/fddq-csbk3qrj67y7hprkikjehqxactqmygfxgzfsmsw6ro5jaxxzilba", "get": "https://api.replicate.com/v1/predictions/2f2nm700vnrge0cmacptr0vstc", "cancel": "https://api.replicate.com/v1/predictions/2f2nm700vnrge0cmacptr0vstc/cancel" }, "version": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a" }
Generated inSplitting video into 218 segments Moviepy - Building video /tmp/tmp9v24zini/segment1.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment1.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.27it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.92it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.24it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.80it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.48it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 75.33it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 74.28it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment1.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment2.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment2.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.64it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.97it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.67it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.21it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.27it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 75.70it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 75.82it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment2.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment3.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment3.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.80it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.32it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.90it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.62it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.83it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 76.54it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 72.91it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment3.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment4.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment4.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 81.19it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 79.75it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 74.08it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 74.53it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 73.69it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 71.29it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 71.30it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment4.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment5.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment5.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.03it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.62it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.93it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.58it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.25it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 71.96it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 71.82it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment5.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment6.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment6.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.84it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.36it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.27it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.41it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.56it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 77.17it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 75.26it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment6.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment7.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment7.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.65it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.37it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.08it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.24it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.05it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 74.54it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.86it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment7.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment8.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment8.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.73it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.29it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.85it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.36it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.52it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.72it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.07it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment8.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment9.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment9.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.31it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.33it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.79it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.33it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.23it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.39it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment9.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment10.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment10.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.33it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.92it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.65it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.75it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.41it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.71it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.21it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment10.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment11.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment11.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.64it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 79.31it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 78.68it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 77.54it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 74.49it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.44it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 59.98it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment11.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment12.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment12.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.70it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.50it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.34it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.25it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.79it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.51it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment12.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment13.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment13.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.21it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.77it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.30it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.43it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.68it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.45it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.62it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment13.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment14.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment14.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.31it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.90it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.34it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.61it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.95it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.59it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.28it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment14.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment15.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment15.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.64it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.12it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.73it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.70it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.17it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.92it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 68.12it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment15.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment16.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment16.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.08it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.65it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.04it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.73it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.42it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.43it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.56it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment16.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment17.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment17.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.18it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 78.08it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 77.11it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 76.63it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 74.39it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 62.54it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 63.81it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment17.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment18.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment18.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.36it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.15it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.68it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.15it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.53it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.58it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 68.15it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment18.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment19.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment19.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.99it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.85it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.80it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.66it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.78it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.00it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 66.42it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment19.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment20.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment20.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.00it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.10it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.15it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.28it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.92it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.93it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.06it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment20.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment21.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment21.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 79.42it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:00, 78.16it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:00, 78.01it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 77.97it/s, now=None] t: 68%|██████▊ | 41/60 [00:00<00:00, 78.19it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 69.79it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 68.94it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment21.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment22.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment22.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.64it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.37it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.73it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.90it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.00it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.59it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.42it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment22.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment23.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment23.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.84it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.11it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.46it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.88it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.04it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.51it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.91it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment23.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment24.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment24.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.17it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.05it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.07it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.53it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.56it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.85it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 71.26it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment24.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment25.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment25.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.57it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.35it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.17it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.70it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 69.06it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment25.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment26.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment26.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.26it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.24it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.83it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 78.30it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.82it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 63.84it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 61.22it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment26.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment27.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment27.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.71it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.60it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.39it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.39it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.48it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 71.42it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 72.86it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment27.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment28.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment28.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.50it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.88it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.94it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.75it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.97it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.90it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.15it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment28.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment29.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment29.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.10it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.92it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 78.00it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.91it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 78.09it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.89it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.92it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment29.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment30.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment30.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.00it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.36it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.41it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.83it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.23it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.35it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.65it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment30.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment31.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment31.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 79.94it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:00, 77.73it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:00, 77.45it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 74.36it/s, now=None] t: 68%|██████▊ | 41/60 [00:00<00:00, 73.45it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 62.97it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 65.49it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment31.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment32.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment32.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.69it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.79it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.72it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.93it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.91it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.21it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.10it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment32.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment33.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment33.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.00it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.68it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.33it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.59it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.80it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.71it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.29it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment33.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment34.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment34.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.48it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 78.73it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 77.90it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 75.41it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 73.93it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 67.80it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 68.98it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment34.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment35.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment35.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.63it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.45it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.54it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.67it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.51it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.57it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment35.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment36.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment36.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.63it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.52it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.97it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.68it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.07it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.19it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.74it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment36.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment37.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment37.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.89it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.51it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.04it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.04it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.35it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.45it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment37.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment38.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment38.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.31it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.86it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.34it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.89it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.95it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.47it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment38.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment39.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment39.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.39it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.94it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.49it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.35it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.08it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.77it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.32it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment39.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment40.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment40.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.89it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.55it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.87it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.73it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.75it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.75it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.67it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment40.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment41.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment41.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.78it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 79.34it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.84it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.47it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.53it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.05it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.88it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment41.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment42.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment42.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.33it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.88it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.26it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.42it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.26it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.73it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.86it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment42.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment43.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment43.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.03it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.26it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.50it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.43it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.06it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.01it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.54it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment43.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment44.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment44.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.08it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.58it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.77it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.85it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.21it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.66it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.93it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment44.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment45.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment45.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.66it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.96it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.48it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.14it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.45it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.86it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.71it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment45.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment46.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment46.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.76it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.61it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.31it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.90it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.47it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.16it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.62it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment46.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment47.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment47.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.31it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.25it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.36it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.05it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.74it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 68.64it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment47.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment48.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment48.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.17it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.35it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.47it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.41it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 66.36it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 66.82it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 55.90it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment48.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment49.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment49.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.19it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.40it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.64it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 66.27it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 64.89it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 64.69it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 59.21it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 59.01it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment49.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment50.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment50.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.80it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 67.28it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.60it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 66.83it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.11it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 66.32it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 57.40it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 58.96it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment50.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment51.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment51.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.24it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.69it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 63.83it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 65.66it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 65.54it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 64.36it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.44it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 63.79it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment51.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment52.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment52.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.66it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.62it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 66.40it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 65.45it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 64.98it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 65.01it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 60.67it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 62.22it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment52.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment53.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment53.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.53it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.02it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.59it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 67.92it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 68.22it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 69.61it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 59.77it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 60.94it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment53.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment54.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment54.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 66.92it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.47it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.89it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 66.66it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 67.18it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 68.63it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 60.86it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 61.09it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment54.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment55.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment55.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.31it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.30it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 65.03it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.93it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 64.71it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 64.71it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 58.57it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 58.38it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment55.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment56.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment56.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.88it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.53it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 66.74it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 64.76it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 63.19it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 64.70it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 59.71it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 60.54it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment56.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment57.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment57.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.92it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.76it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.81it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 68.01it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 67.20it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 65.31it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 60.19it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 60.07it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment57.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment58.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment58.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.27it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.92it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 65.85it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 67.24it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.42it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 67.73it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 63.02it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment58.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment59.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment59.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.31it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 67.30it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 65.33it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 64.34it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.02it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 65.27it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 61.08it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 62.47it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment59.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment60.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment60.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 62.82it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.55it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 66.28it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 63.66it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 64.52it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 65.60it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 59.71it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 61.38it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment60.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment61.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment61.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.13it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.80it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.40it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 67.93it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 67.26it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.69it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 61.73it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 61.85it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment61.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment62.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment62.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.60it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 66.53it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 67.04it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 67.65it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 68.80it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 68.41it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.83it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 63.89it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment62.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment63.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment63.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.32it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.94it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.72it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.96it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.83it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.22it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 66.28it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment63.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment64.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment64.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.72it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.63it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 68.51it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 64.81it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 61.89it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 61.70it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 59.35it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 61.04it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment64.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment65.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment65.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.24it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.00it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.89it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.15it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.41it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.97it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.90it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment65.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment66.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment66.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 63.58it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.04it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.68it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 64.69it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.72it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.85it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 61.26it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 62.59it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment66.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment67.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment67.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 66.53it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.79it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.99it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.37it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 66.61it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.80it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 57.80it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 58.33it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment67.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment68.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment68.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.08it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.93it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.48it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.03it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.62it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.87it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.76it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment68.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment69.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment69.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 65.38it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 68.47it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 71.37it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 73.19it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 73.75it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 74.08it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.03it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment69.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment70.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment70.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.86it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.53it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.30it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 64.40it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 64.24it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 65.44it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 60.90it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 61.58it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment70.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment71.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment71.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.25it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.09it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.66it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 70.80it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 70.91it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 62.59it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 62.62it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment71.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment72.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment72.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.35it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.07it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 68.25it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 67.64it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 69.89it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 71.15it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 61.20it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment72.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment73.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment73.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.08it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.00it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.00it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.73it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.00it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 67.56it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 62.66it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment73.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment74.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment74.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.84it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.98it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.38it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.22it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.90it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.87it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 63.66it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment74.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment75.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment75.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.32it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.15it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.69it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.31it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.77it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.88it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.54it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment75.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment76.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment76.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.23it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.89it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.52it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.33it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.56it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.92it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.50it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment76.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment77.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment77.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.32it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.99it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.94it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 70.74it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.31it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.54it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.76it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment77.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment78.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment78.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.07it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 64.66it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.88it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.10it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 66.17it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 66.29it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 61.29it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 63.16it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment78.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment79.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment79.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.80it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.89it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 66.51it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 65.39it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 64.76it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 64.67it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 59.37it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 59.62it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment79.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment80.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment80.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.85it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 67.71it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.51it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 67.76it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 69.54it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 68.75it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 60.28it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 61.23it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment80.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment81.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment81.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 66.73it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 67.66it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 69.20it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 68.27it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.87it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.32it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 64.19it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 65.35it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment81.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment82.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment82.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 10%|█ | 6/60 [00:00<00:00, 58.46it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:00, 65.07it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 68.14it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 69.07it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 69.74it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 70.44it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 63.47it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 64.14it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment82.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment83.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment83.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.67it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 71.07it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 70.24it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 71.38it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 71.53it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 69.51it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 63.25it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment83.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment84.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment84.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.84it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.39it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.37it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.30it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.34it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.13it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.45it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment84.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment85.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment85.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.94it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.07it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.67it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.80it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.23it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 63.81it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.32it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment85.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment86.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment86.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 64.02it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 63.51it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.62it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.20it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 66.76it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.84it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 59.08it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 59.65it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment86.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment87.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment87.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.68it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.24it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.13it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.28it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.29it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 66.01it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment87.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment88.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment88.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.74it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.40it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.60it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 69.24it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 69.21it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 69.85it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 65.23it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment88.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment89.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment89.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.48it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.49it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.83it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.15it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.46it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.63it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 66.56it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment89.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment90.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment90.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.10it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.97it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.64it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 70.66it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.98it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 62.40it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 63.57it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment90.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment91.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment91.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.33it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 70.03it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 72.10it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 72.80it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 73.81it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 72.90it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.24it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment91.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment92.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment92.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.62it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.16it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 69.32it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.45it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 68.73it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 69.66it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.94it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 63.72it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment92.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment93.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment93.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 79.92it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:00, 76.99it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:00, 76.66it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 74.48it/s, now=None] t: 68%|██████▊ | 41/60 [00:00<00:00, 73.61it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 66.73it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 68.78it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment93.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment94.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment94.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.46it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.94it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.40it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 70.12it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.09it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 65.52it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 60.03it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment94.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment95.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment95.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.15it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.20it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.98it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 69.02it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 68.77it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.50it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 65.60it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 65.54it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment95.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment96.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment96.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.26it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.79it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.99it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 67.63it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 67.21it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.76it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 65.09it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 65.32it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment96.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment97.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment97.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.27it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 60.93it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.18it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 64.78it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 64.02it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 64.86it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 58.85it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 60.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment97.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment98.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment98.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.09it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 70.67it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 67.03it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 67.80it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.31it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 65.86it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 59.28it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 61.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment98.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment99.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment99.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.83it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.22it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 70.79it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 71.53it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 72.36it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 72.25it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 67.42it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment99.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment100.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment100.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.33it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 67.77it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 67.72it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 68.21it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 68.03it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 67.54it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 62.09it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 62.61it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment100.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment101.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment101.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.41it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.67it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.51it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.51it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.83it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.35it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.98it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment101.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment102.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment102.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.81it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.38it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.36it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 65.44it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 65.38it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.26it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 59.75it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 59.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment102.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment103.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment103.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.50it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.02it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 65.53it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 65.81it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 67.58it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 67.37it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.24it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 57.35it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment103.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment104.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment104.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.23it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.63it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 63.23it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 66.50it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 68.64it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 62.90it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.12it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment104.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment105.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment105.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.19it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.37it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.70it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.73it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.77it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.47it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.13it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment105.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment106.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment106.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.52it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.24it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 64.95it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 63.92it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 65.34it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 65.44it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 61.96it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 63.01it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment106.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment107.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment107.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.36it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.37it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 66.77it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 68.37it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 66.50it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 66.78it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 61.73it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 62.66it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment107.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment108.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment108.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.00it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.02it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 68.50it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 68.34it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 68.58it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.39it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.20it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 62.69it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment108.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment109.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment109.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.63it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.96it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.31it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 62.90it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 63.75it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 64.76it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 58.00it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 59.87it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment109.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment110.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment110.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.00it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.08it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 65.26it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 65.98it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 68.25it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 68.51it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 63.60it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 64.43it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment110.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment111.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment111.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.74it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.83it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.44it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 67.04it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 64.26it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.91it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 60.73it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 61.87it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment111.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment112.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment112.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.25it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.94it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.85it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.63it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.51it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 68.42it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 62.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment112.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment113.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment113.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.34it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 67.50it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 68.09it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 68.48it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 68.95it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 67.65it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 60.90it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 58.29it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment113.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment114.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment114.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.38it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.68it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.00it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 66.33it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 66.87it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 66.36it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 63.67it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 64.59it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment114.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment115.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment115.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 68.82it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 67.55it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 67.10it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 69.27it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 70.76it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 70.65it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 64.31it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment115.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment116.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment116.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.23it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.57it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 65.42it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 64.70it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.25it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 67.68it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 62.16it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 61.89it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment116.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment117.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment117.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.07it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 70.15it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.30it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 67.34it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 67.75it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 67.73it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 56.65it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 59.05it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment117.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment118.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment118.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.24it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 67.61it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 65.68it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.83it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.93it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.24it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 59.06it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 59.93it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment118.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment119.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment119.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.28it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.27it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 68.23it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 68.13it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 67.35it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 67.98it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.00it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 63.43it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment119.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment120.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment120.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.35it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.36it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 68.80it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 68.80it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 67.94it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 69.11it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.62it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 61.77it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment120.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment121.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment121.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.39it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.88it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 66.40it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 65.77it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.11it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 66.23it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 61.84it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 62.74it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment121.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment122.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment122.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.95it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.92it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.14it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.16it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 70.77it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.49it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 62.38it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment122.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment123.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment123.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.95it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.74it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.02it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.38it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.20it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.10it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.04it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment123.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment124.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment124.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.07it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.28it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.15it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 69.63it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 68.33it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.37it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 64.45it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 64.49it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment124.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment125.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment125.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 62.01it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 67.91it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 68.19it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.58it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.84it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 70.15it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 66.05it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 65.28it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment125.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment126.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment126.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.61it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.22it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 65.80it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 64.98it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.23it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 66.28it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 62.45it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 64.18it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment126.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment127.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment127.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.50it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.87it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 69.05it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 68.40it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 70.61it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 72.06it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 62.21it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment127.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment128.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment128.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.42it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.18it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 66.88it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 63.79it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.08it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.21it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 61.29it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 59.18it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment128.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment129.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment129.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 68.07it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 67.83it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 67.87it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 68.40it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 66.60it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.44it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.56it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 62.97it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment129.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment130.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment130.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.94it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.89it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 65.62it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 68.71it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 69.84it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 69.71it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 61.45it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 61.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment130.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment131.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment131.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.76it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.15it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.89it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 67.27it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 67.29it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 68.74it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 64.03it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 64.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment131.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment132.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment132.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.86it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.28it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 66.68it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 66.96it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 67.33it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 67.46it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 61.89it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 60.75it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment132.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment133.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment133.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.16it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.24it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.96it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 63.71it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.09it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.11it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.25it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 59.91it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment133.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment134.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment134.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.09it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.25it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 65.67it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 68.48it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 70.54it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 62.73it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 62.05it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment134.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment135.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment135.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 61.98it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 64.77it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 69.36it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.76it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 66.19it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 67.94it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 61.55it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 63.83it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment135.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment136.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment136.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 65.81it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 58.00it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 54.35it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 58.28it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 56.10it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 55.05it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 59.05it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 50.32it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 52.76it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment136.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment137.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment137.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.04it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 69.59it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 70.47it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 67.98it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 67.00it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 66.66it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 60.44it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 61.55it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment137.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment138.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment138.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 63.88it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 62.63it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 62.30it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 63.08it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 63.02it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 56.84it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 58.57it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment138.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment139.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment139.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 63.23it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 64.67it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.88it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.68it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 69.56it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 71.52it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 64.59it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 60.09it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment139.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment140.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment140.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.89it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.57it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.02it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.31it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 70.36it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.36it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.38it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment140.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment141.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment141.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.05it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.81it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.35it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.40it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 71.46it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 61.91it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 62.74it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment141.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment142.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment142.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.12it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.32it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 68.80it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 69.73it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 68.97it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 68.99it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 62.25it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 60.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment142.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment143.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment143.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 68.71it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 69.75it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 68.48it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.75it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.35it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 68.06it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 59.76it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 60.82it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment143.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment144.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment144.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.05it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 68.39it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 67.08it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 67.69it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 68.71it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 68.88it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 62.63it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 63.62it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment144.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment145.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment145.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.10it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.31it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.69it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 67.18it/s, now=None] t: 65%|██████▌ | 39/60 [00:00<00:00, 68.64it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 67.91it/s, now=None] t: 88%|████████▊ | 53/60 [00:00<00:00, 62.23it/s, now=None] t: 100%|██████████| 60/60 [00:00<00:00, 63.19it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment145.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment146.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment146.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.15it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.53it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.44it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.81it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.63it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.87it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.59it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment146.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment147.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment147.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 64.88it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.67it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 68.76it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.86it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.02it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 67.68it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 62.86it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 63.39it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment147.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment148.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment148.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.54it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.75it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 68.84it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 66.14it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.24it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 66.89it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 56.94it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 56.77it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment148.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment149.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment149.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.74it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.03it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.07it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.87it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.67it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.48it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment149.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment150.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment150.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.20it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.65it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.53it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 78.13it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 78.49it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.71it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 71.19it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment150.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment151.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment151.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.33it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.30it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.73it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.04it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.79it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.22it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.67it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment151.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment152.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment152.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.81it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.00it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.75it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.28it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.29it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.39it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment152.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment153.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment153.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.76it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.25it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.87it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.11it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.95it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.00it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.30it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment153.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment154.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment154.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.56it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.86it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.13it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.33it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.73it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.97it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 64.40it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment154.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment155.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment155.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.92it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.08it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 78.24it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.50it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.85it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.73it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.05it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment155.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment156.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment156.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.67it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.97it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.19it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.77it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.75it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.74it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.85it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment156.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment157.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment157.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.34it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.07it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.45it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.16it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.73it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.19it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.16it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment157.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment158.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment158.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.82it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.26it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.37it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.15it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.33it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.94it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.41it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment158.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment159.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment159.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.56it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.42it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.28it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.03it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.56it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.76it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.61it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment159.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment160.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment160.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.26it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 71.02it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.57it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.83it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.18it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.41it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 66.01it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment160.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment161.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment161.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.57it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.22it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.76it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.90it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.37it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.69it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.53it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment161.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment162.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment162.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.67it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.25it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.66it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.97it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.76it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.25it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.29it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment162.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment163.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment163.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.49it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.43it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 71.86it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.14it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.83it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 65.70it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 65.59it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment163.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment164.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment164.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.03it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.91it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.61it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.85it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.22it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 64.93it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 66.84it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment164.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment165.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment165.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.06it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.79it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.03it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.73it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.95it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment165.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment166.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment166.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 79.79it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:00, 75.01it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:00, 70.45it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 70.65it/s, now=None] t: 68%|██████▊ | 41/60 [00:00<00:00, 71.64it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 66.14it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 66.94it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment166.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment167.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment167.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.27it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.14it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.26it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.69it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.65it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.29it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.43it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment167.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment168.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment168.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.07it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.33it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.71it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.00it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.23it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.80it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.19it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment168.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment169.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment169.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.81it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.59it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.04it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.20it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.35it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.70it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.90it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment169.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment170.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment170.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.08it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.49it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.19it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.85it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.15it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.98it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.98it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment170.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment171.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment171.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.07it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.47it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.39it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.58it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.27it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.30it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.42it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment171.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment172.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment172.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.86it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.74it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.00it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.66it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.36it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.26it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment172.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment173.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment173.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.03it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.01it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.85it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.70it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.51it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.22it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.16it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment173.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment174.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment174.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.93it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.52it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.63it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.51it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.86it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.03it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.83it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment174.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment175.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment175.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.70it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 78.86it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 77.83it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 75.30it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 73.96it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 67.37it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 67.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment175.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment176.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment176.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.29it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.43it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.94it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.65it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.38it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 73.16it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 72.69it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment176.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment177.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment177.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 79.94it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:00, 76.00it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:00, 74.23it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 73.99it/s, now=None] t: 68%|██████▊ | 41/60 [00:00<00:00, 73.83it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 69.49it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 71.11it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment177.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment178.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment178.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.77it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.32it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.25it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.51it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.52it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.55it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 68.19it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment178.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment179.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment179.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.88it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.60it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.18it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.21it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.25it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.81it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment179.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment180.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment180.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.32it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 78.15it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 78.19it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 77.50it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 76.27it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 69.69it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 69.63it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment180.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment181.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment181.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.47it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.76it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.64it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.60it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.86it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.28it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.77it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment181.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment182.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment182.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.03it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.46it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.52it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.54it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.43it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.92it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment182.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment183.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment183.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.09it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.76it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.35it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.38it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.53it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 71.87it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 72.44it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment183.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment184.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment184.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.38it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.26it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.37it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.87it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.33it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.58it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment184.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment185.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment185.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.14it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.12it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.76it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.32it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.04it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.91it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment185.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment186.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment186.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 74.82it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.89it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.80it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.39it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.04it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.46it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.85it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment186.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment187.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment187.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.80it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.40it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.07it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.92it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.55it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.94it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.60it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment187.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment188.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment188.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.09it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.06it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 65.69it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 66.89it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 70.50it/s, now=None] t: 77%|███████▋ | 46/60 [00:00<00:00, 72.67it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 68.12it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment188.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment189.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment189.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.90it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.89it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.17it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.81it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.19it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.55it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.93it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment189.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment190.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment190.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.16it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.47it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.80it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.97it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.66it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 68.78it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 67.10it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment190.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment191.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment191.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 72.26it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.90it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.65it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.82it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.09it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.89it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.24it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment191.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment192.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment192.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.41it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 67.02it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 67.64it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 63.94it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 62.96it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 64.52it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 59.58it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 62.04it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment192.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment193.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment193.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 71.12it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 69.15it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 68.55it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 66.59it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 65.23it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 66.38it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 62.33it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 63.40it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment193.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment194.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment194.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.40it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.78it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 65.87it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 61.55it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 62.08it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 63.68it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 59.01it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 60.55it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment194.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment195.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment195.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 69.14it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 64.13it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.99it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 65.05it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 64.80it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 65.91it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 62.15it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 63.20it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment195.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment196.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment196.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 65.99it/s, now=None] t: 25%|██▌ | 15/60 [00:00<00:00, 66.46it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 65.30it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 64.38it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 64.51it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 64.54it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 60.47it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 59.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment196.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment197.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment197.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 66.58it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 66.13it/s, now=None] t: 37%|███▋ | 22/60 [00:00<00:00, 67.29it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 67.88it/s, now=None] t: 60%|██████ | 36/60 [00:00<00:00, 67.66it/s, now=None] t: 72%|███████▏ | 43/60 [00:00<00:00, 66.98it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 61.63it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 62.19it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment197.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment198.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment198.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 70.88it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 62.94it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 64.68it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 65.08it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 66.23it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 66.98it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 62.81it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 63.53it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment198.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment199.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment199.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.94it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.04it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 67.06it/s, now=None] t: 52%|█████▏ | 31/60 [00:00<00:00, 65.11it/s, now=None] t: 63%|██████▎ | 38/60 [00:00<00:00, 66.06it/s, now=None] t: 75%|███████▌ | 45/60 [00:00<00:00, 65.35it/s, now=None] t: 87%|████████▋ | 52/60 [00:00<00:00, 55.59it/s, now=None] t: 98%|█████████▊| 59/60 [00:00<00:00, 57.40it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment199.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment200.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment200.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.60it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 65.91it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.67it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 63.55it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 65.36it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 66.52it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 59.98it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 61.41it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment200.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment201.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment201.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 64.94it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 63.44it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 64.44it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 64.14it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 63.20it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 63.54it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 60.78it/s, now=None] t: 95%|█████████▌| 57/60 [00:00<00:00, 63.96it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment201.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment202.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment202.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 73.76it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 67.31it/s, now=None] t: 38%|███▊ | 23/60 [00:00<00:00, 66.21it/s, now=None] t: 50%|█████ | 30/60 [00:00<00:00, 65.29it/s, now=None] t: 62%|██████▏ | 37/60 [00:00<00:00, 64.45it/s, now=None] t: 73%|███████▎ | 44/60 [00:00<00:00, 65.26it/s, now=None] t: 85%|████████▌ | 51/60 [00:00<00:00, 57.25it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 57.88it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment202.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment203.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment203.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 12%|█▏ | 7/60 [00:00<00:00, 67.59it/s, now=None] t: 23%|██▎ | 14/60 [00:00<00:00, 68.30it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:00, 67.53it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 67.60it/s, now=None] t: 58%|█████▊ | 35/60 [00:00<00:00, 67.68it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 67.53it/s, now=None] t: 82%|████████▏ | 49/60 [00:00<00:00, 63.18it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 61.40it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment203.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment204.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment204.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.87it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 72.67it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 70.81it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 71.62it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 69.58it/s, now=None] t: 78%|███████▊ | 47/60 [00:00<00:00, 69.52it/s, now=None] t: 90%|█████████ | 54/60 [00:00<00:00, 67.31it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment204.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment205.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment205.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.87it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.08it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.58it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.87it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 72.14it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.87it/s, now=None] t: 92%|█████████▏| 55/60 [00:00<00:00, 68.13it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment205.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment206.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment206.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.83it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 73.30it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.65it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.83it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.92it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.83it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 67.79it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment206.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment207.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment207.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.68it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.23it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.64it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.17it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.54it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 71.37it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.23it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment207.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment208.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment208.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.64it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 76.67it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.65it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 75.03it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 76.19it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 71.26it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 65.50it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment208.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment209.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment209.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.45it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.55it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.43it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 77.07it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.74it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.06it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 65.58it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment209.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment210.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment210.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 75.98it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.12it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.80it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 73.61it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.77it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 72.03it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 71.31it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment210.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment211.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment211.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 77.37it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.26it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 72.38it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.06it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.23it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 70.06it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.94it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment211.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment212.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment212.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.05it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 75.15it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 73.82it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 72.64it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 74.18it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 66.22it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 68.49it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment212.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment213.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment213.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.37it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.46it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 77.93it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 76.38it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.39it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 67.64it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 69.74it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment213.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment214.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment214.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 78.45it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.00it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 75.27it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.11it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 75.23it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 72.26it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 71.36it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment214.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment215.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment215.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:00, 80.50it/s, now=None] t: 30%|███ | 18/60 [00:00<00:00, 78.90it/s, now=None] t: 43%|████▎ | 26/60 [00:00<00:00, 78.92it/s, now=None] t: 57%|█████▋ | 34/60 [00:00<00:00, 76.36it/s, now=None] t: 70%|███████ | 42/60 [00:00<00:00, 74.40it/s, now=None] t: 83%|████████▎ | 50/60 [00:00<00:00, 70.22it/s, now=None] t: 97%|█████████▋| 58/60 [00:00<00:00, 71.29it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment215.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment216.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment216.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.67it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 74.50it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 74.55it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.20it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.74it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 69.82it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 70.57it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment216.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment217.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment217.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 76.94it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 77.99it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 78.34it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 78.03it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 77.98it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 76.18it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 74.48it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment217.mp4 Moviepy - Building video /tmp/tmp9v24zini/segment218.mp4. Moviepy - Writing video /tmp/tmp9v24zini/segment218.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:00, 79.62it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:00, 78.26it/s, now=None] t: 40%|████ | 24/60 [00:00<00:00, 76.25it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 74.68it/s, now=None] t: 67%|██████▋ | 40/60 [00:00<00:00, 73.22it/s, now=None] t: 80%|████████ | 48/60 [00:00<00:00, 73.06it/s, now=None] t: 93%|█████████▎| 56/60 [00:00<00:00, 73.11it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmp9v24zini/segment218.mp4
Prediction
lucataco/video-split:35a488ccIDdvw1620hf1rgc0cm8jb8sg5d8gStatusSucceededSourceWebHardwareCPUTotal durationCreatedInput
- target_fps
- 30
- input_video
- target_width
- 960
- target_height
- 544
- create_captions
- target_duration
- 2
{ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/MHgmDF1AYMqghD5jN7ijBDHs2fYmjzUJrDPID2H2mIQOhegv/heygen-demo.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", { input: { target_fps: 30, input_video: "https://replicate.delivery/pbxt/MHgmDF1AYMqghD5jN7ijBDHs2fYmjzUJrDPID2H2mIQOhegv/heygen-demo.mp4", target_width: 960, target_height: 544, create_captions: false, target_duration: 2 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport 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:35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", input={ "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/MHgmDF1AYMqghD5jN7ijBDHs2fYmjzUJrDPID2H2mIQOhegv/heygen-demo.mp4", "target_width": 960, "target_height": 544, "create_captions": False, "target_duration": 2 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport 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": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/MHgmDF1AYMqghD5jN7ijBDHs2fYmjzUJrDPID2H2mIQOhegv/heygen-demo.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-01-08T06:26:12.476389Z", "created_at": "2025-01-08T06:24:33.144000Z", "data_removed": false, "error": null, "id": "dvw1620hf1rgc0cm8jb8sg5d8g", "input": { "target_fps": 30, "input_video": "https://replicate.delivery/pbxt/MHgmDF1AYMqghD5jN7ijBDHs2fYmjzUJrDPID2H2mIQOhegv/heygen-demo.mp4", "target_width": 960, "target_height": 544, "create_captions": false, "target_duration": 2 }, "logs": "Splitting video into 30 segments\nMoviepy - Building video /tmp/tmpwfk792ux/segment1.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment1.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.71it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.31it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.72it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.93it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.26it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.18it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.92it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 34.10it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.92it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.50it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 34.07it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 34.05it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.88it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 34.18it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment1.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment2.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment2.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.21it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.02it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.02it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.17it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.83it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.74it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.34it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.46it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.92it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.81it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.92it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 34.07it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.62it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.38it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment2.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment3.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment3.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.66it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.62it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.96it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.95it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.61it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.01it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.92it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.81it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.85it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.42it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.02it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.22it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.90it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.14it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment3.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment4.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment4.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.92it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 35.43it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 35.49it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 34.61it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 34.20it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 34.75it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 34.32it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.99it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 34.20it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.74it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.13it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.73it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.59it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.31it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.79it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment4.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment5.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment5.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.75it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.21it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.13it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.17it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.99it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.71it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.20it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.10it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.46it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 32.99it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 32.86it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.73it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.47it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment5.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment6.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment6.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.90it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.45it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.54it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.90it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.59it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.97it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.80it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.81it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.69it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.32it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 32.97it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.06it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.63it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.71it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment6.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment7.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment7.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 37.76it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 34.54it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 34.61it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 34.32it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 33.91it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 34.28it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 33.97it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.71it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 33.91it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.72it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.00it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.71it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.66it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.13it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.56it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment7.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment8.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment8.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.31it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.23it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.09it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.11it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.22it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.39it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.19it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 32.76it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.23it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.56it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.85it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.53it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.46it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment8.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment9.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment9.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.16it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.94it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.37it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.20it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.83it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.85it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.66it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.32it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.66it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.34it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.04it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 32.97it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.75it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.44it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment9.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment10.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment10.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.32it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 34.78it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 33.94it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 33.67it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 33.48it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 33.73it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 33.60it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.50it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 33.86it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.71it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.40it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.82it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.40it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.17it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.77it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment10.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment11.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment11.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.07it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.28it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.66it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.65it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.88it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.21it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.63it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.74it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.79it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.25it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.32it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.63it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.30it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.35it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment11.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment12.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment12.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.12it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 34.83it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 34.73it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 33.57it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 33.15it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 33.52it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 33.57it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.53it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 34.13it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 34.00it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.57it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.85it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.27it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 32.60it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.18it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment12.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment13.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment13.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.15it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.67it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.91it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.27it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.26it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.52it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 34.07it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.94it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.21it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.80it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.89it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.80it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.51it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.45it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment13.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment14.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment14.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.80it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 35.33it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 35.34it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 34.31it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 33.78it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 34.06it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 33.46it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.02it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 33.59it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.27it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.15it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.60it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.53it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.25it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.70it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment14.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment15.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment15.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.80it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.99it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.82it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.15it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.61it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.73it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.26it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.53it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.84it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.65it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.69it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.86it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.22it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.47it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment15.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment16.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment16.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.13it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.15it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.26it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.09it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.36it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.78it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.72it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.62it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.04it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.07it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 32.73it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 32.91it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.83it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.99it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment16.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment17.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment17.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.99it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 35.56it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 35.55it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 34.82it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 34.13it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 34.51it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 34.24it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.77it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 34.17it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.59it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 33.36it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.57it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.46it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.17it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 33.79it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment17.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment18.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment18.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.64it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.09it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.32it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.60it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.99it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.16it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.21it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.05it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.47it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 32.99it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.06it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.39it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.58it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.22it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment18.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment19.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment19.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.40it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.59it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.23it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.24it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.32it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.60it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 34.31it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 34.34it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.14it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.72it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.49it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.72it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.49it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.75it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment19.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment20.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment20.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.64it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.92it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.36it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.61it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.41it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.60it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 34.23it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.84it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.01it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.62it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.75it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 34.07it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.78it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.80it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment20.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment21.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment21.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.02it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.81it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.12it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.08it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.53it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.78it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.33it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.40it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.72it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.46it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.39it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.73it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.26it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.17it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment21.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment22.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment22.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.99it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.51it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 33.68it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.26it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.57it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.91it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.80it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.90it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.09it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.83it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.40it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.65it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.42it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.63it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment22.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment23.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment23.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.31it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.54it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.34it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.54it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.35it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.40it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.91it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.59it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.01it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.40it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.55it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.74it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.48it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.52it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment23.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment24.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment24.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.08it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.09it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.57it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.53it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.32it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.76it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.54it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.58it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.82it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.63it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.52it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.67it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.25it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.98it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment24.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment25.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment25.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.99it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.14it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.75it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.74it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.27it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.85it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.74it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.87it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.26it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.85it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.67it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.91it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.47it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.42it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment25.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment26.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment26.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 7%|▋ | 4/60 [00:00<00:01, 39.31it/s, now=None]\nt: 13%|█▎ | 8/60 [00:00<00:01, 34.92it/s, now=None]\nt: 20%|██ | 12/60 [00:00<00:01, 34.62it/s, now=None]\nt: 27%|██▋ | 16/60 [00:00<00:01, 33.99it/s, now=None]\nt: 33%|███▎ | 20/60 [00:00<00:01, 33.73it/s, now=None]\nt: 40%|████ | 24/60 [00:00<00:01, 34.24it/s, now=None]\nt: 47%|████▋ | 28/60 [00:00<00:00, 33.81it/s, now=None]\nt: 53%|█████▎ | 32/60 [00:00<00:00, 33.49it/s, now=None]\nt: 60%|██████ | 36/60 [00:01<00:00, 33.46it/s, now=None]\nt: 67%|██████▋ | 40/60 [00:01<00:00, 33.04it/s, now=None]\nt: 73%|███████▎ | 44/60 [00:01<00:00, 32.81it/s, now=None]\nt: 80%|████████ | 48/60 [00:01<00:00, 33.64it/s, now=None]\nt: 87%|████████▋ | 52/60 [00:01<00:00, 33.74it/s, now=None]\nt: 93%|█████████▎| 56/60 [00:01<00:00, 33.58it/s, now=None]\nt: 100%|██████████| 60/60 [00:01<00:00, 34.16it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment26.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment27.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment27.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.56it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.19it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.40it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.43it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.98it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.67it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.15it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.23it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.57it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.37it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.29it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.61it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.35it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.35it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment27.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment28.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment28.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.98it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.42it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.87it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.71it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.45it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 33.40it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.33it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.41it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.67it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.24it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.30it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.07it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 32.79it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment28.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment29.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment29.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 39.11it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 35.84it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 34.78it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 33.93it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 33.91it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.17it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 33.88it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.92it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 34.25it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.50it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.36it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.52it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 33.42it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.45it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment29.mp4\nMoviepy - Building video /tmp/tmpwfk792ux/segment30.mp4.\nMoviepy - Writing video /tmp/tmpwfk792ux/segment30.mp4\nt: 0%| | 0/60 [00:00<?, ?it/s, now=None]\nt: 8%|▊ | 5/60 [00:00<00:01, 38.90it/s, now=None]\nt: 15%|█▌ | 9/60 [00:00<00:01, 36.33it/s, now=None]\nt: 22%|██▏ | 13/60 [00:00<00:01, 35.69it/s, now=None]\nt: 28%|██▊ | 17/60 [00:00<00:01, 34.87it/s, now=None]\nt: 35%|███▌ | 21/60 [00:00<00:01, 34.39it/s, now=None]\nt: 42%|████▏ | 25/60 [00:00<00:01, 34.52it/s, now=None]\nt: 48%|████▊ | 29/60 [00:00<00:00, 34.00it/s, now=None]\nt: 55%|█████▌ | 33/60 [00:00<00:00, 33.73it/s, now=None]\nt: 62%|██████▏ | 37/60 [00:01<00:00, 33.81it/s, now=None]\nt: 68%|██████▊ | 41/60 [00:01<00:00, 33.16it/s, now=None]\nt: 75%|███████▌ | 45/60 [00:01<00:00, 33.13it/s, now=None]\nt: 82%|████████▏ | 49/60 [00:01<00:00, 33.18it/s, now=None]\nt: 88%|████████▊ | 53/60 [00:01<00:00, 32.94it/s, now=None]\nt: 95%|█████████▌| 57/60 [00:01<00:00, 33.00it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready /tmp/tmpwfk792ux/segment30.mp4", "metrics": { "predict_time": 70.795571003, "total_time": 99.332389 }, "output": "https://replicate.delivery/czjl/dWEcRf1tpmwIYKrI3FeKrqv9ZQmZJac8FwdS9DX58nXEy8CUA/processed_videos.zip", "started_at": "2025-01-08T06:25:01.680818Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/fddq-yteehi4ovb7vy7tyaln3bsjutgn257irlmdbgpnuaercg5v64wfa", "get": "https://api.replicate.com/v1/predictions/dvw1620hf1rgc0cm8jb8sg5d8g", "cancel": "https://api.replicate.com/v1/predictions/dvw1620hf1rgc0cm8jb8sg5d8g/cancel" }, "version": "35a488ccf8f2eaf5117282243b191392c783299f01fa43c36a6760b54290c09a" }
Generated inSplitting video into 30 segments Moviepy - Building video /tmp/tmpwfk792ux/segment1.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment1.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.71it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.31it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.72it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.93it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.26it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.18it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.92it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 34.10it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.92it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.50it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 34.07it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 34.05it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.88it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 34.18it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment1.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment2.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment2.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.21it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.02it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.02it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.17it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.83it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.74it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.34it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.46it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.92it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.81it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.92it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 34.07it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.62it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.38it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment2.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment3.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment3.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.66it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.62it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.96it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.95it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.61it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.01it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.92it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.81it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.85it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.42it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.02it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.22it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.90it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.14it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment3.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment4.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment4.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.92it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 35.43it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 35.49it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 34.61it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 34.20it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 34.75it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 34.32it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.99it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 34.20it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.74it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.13it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.73it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.59it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.31it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.79it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment4.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment5.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment5.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.75it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.21it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.13it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.17it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.99it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.71it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.20it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.10it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.46it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 32.99it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 32.86it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.73it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.47it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment5.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment6.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment6.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.90it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.45it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.54it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.90it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.59it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.97it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.80it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.81it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.69it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.32it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 32.97it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.06it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.63it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.71it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment6.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment7.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment7.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 37.76it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 34.54it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 34.61it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 34.32it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 33.91it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 34.28it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 33.97it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.71it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 33.91it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.72it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.00it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.71it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.66it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.13it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.56it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment7.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment8.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment8.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.31it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.23it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.09it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.11it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.22it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.39it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.19it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 32.76it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.23it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.56it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.85it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.53it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.46it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment8.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment9.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment9.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.16it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.94it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.37it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.20it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.83it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.85it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.66it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.32it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.66it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.34it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.04it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 32.97it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.75it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.44it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment9.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment10.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment10.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.32it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 34.78it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 33.94it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 33.67it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 33.48it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 33.73it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 33.60it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.50it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 33.86it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.71it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.40it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.82it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.40it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.17it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.77it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment10.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment11.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment11.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.07it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.28it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.66it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.65it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.88it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.21it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.63it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.74it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.79it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.25it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.32it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.63it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.30it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.35it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment11.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment12.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment12.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.12it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 34.83it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 34.73it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 33.57it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 33.15it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 33.52it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 33.57it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.53it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 34.13it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 34.00it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.57it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.85it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.27it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 32.60it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.18it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment12.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment13.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment13.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.15it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.67it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.91it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.27it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.26it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.52it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 34.07it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.94it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.21it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.80it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.89it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.80it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.51it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.45it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment13.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment14.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment14.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.80it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 35.33it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 35.34it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 34.31it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 33.78it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 34.06it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 33.46it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.02it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 33.59it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.27it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.15it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.60it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.53it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.25it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.70it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment14.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment15.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment15.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.80it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.99it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.82it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.15it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.61it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.73it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.26it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.53it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.84it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.65it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.69it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.86it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.22it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.47it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment15.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment16.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment16.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.13it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.15it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.26it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.09it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.36it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.78it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.72it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.62it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.04it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.07it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 32.73it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 32.91it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.83it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.99it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment16.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment17.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment17.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.99it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 35.56it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 35.55it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 34.82it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 34.13it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 34.51it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 34.24it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.77it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 34.17it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.59it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 33.36it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.57it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.46it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.17it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 33.79it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment17.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment18.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment18.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.64it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.09it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.32it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.60it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.99it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.16it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.21it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.05it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.47it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 32.99it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.06it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.39it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.58it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.22it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment18.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment19.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment19.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.40it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.59it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.23it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.24it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.32it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.60it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 34.31it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 34.34it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.14it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.72it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.49it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.72it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.49it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.75it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment19.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment20.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment20.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.64it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.92it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.36it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.61it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.41it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.60it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 34.23it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.84it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.01it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.62it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.75it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 34.07it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.78it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.80it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment20.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment21.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment21.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.02it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.81it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.12it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.08it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.53it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.78it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.33it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.40it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.72it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.46it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.39it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.73it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.26it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.17it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment21.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment22.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment22.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.99it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.51it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 33.68it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.26it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.57it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.91it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.80it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.90it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.09it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.83it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.40it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.65it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.42it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.63it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment22.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment23.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment23.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.31it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.54it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.34it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.54it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.35it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.40it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.91it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.59it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.01it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.40it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.55it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.74it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.48it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.52it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment23.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment24.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment24.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.08it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.09it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.57it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.53it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.32it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.76it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.54it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.58it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.82it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.63it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.52it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.67it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.25it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.98it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment24.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment25.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment25.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.99it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.14it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.75it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.74it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.27it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.85it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.74it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.87it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.26it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.85it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.67it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.91it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.47it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.42it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment25.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment26.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment26.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 7%|▋ | 4/60 [00:00<00:01, 39.31it/s, now=None] t: 13%|█▎ | 8/60 [00:00<00:01, 34.92it/s, now=None] t: 20%|██ | 12/60 [00:00<00:01, 34.62it/s, now=None] t: 27%|██▋ | 16/60 [00:00<00:01, 33.99it/s, now=None] t: 33%|███▎ | 20/60 [00:00<00:01, 33.73it/s, now=None] t: 40%|████ | 24/60 [00:00<00:01, 34.24it/s, now=None] t: 47%|████▋ | 28/60 [00:00<00:00, 33.81it/s, now=None] t: 53%|█████▎ | 32/60 [00:00<00:00, 33.49it/s, now=None] t: 60%|██████ | 36/60 [00:01<00:00, 33.46it/s, now=None] t: 67%|██████▋ | 40/60 [00:01<00:00, 33.04it/s, now=None] t: 73%|███████▎ | 44/60 [00:01<00:00, 32.81it/s, now=None] t: 80%|████████ | 48/60 [00:01<00:00, 33.64it/s, now=None] t: 87%|████████▋ | 52/60 [00:01<00:00, 33.74it/s, now=None] t: 93%|█████████▎| 56/60 [00:01<00:00, 33.58it/s, now=None] t: 100%|██████████| 60/60 [00:01<00:00, 34.16it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment26.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment27.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment27.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.56it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.19it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.40it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.43it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.98it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.67it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.15it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.23it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.57it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.37it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.29it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.61it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.35it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.35it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment27.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment28.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment28.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.98it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.42it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.87it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.71it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.45it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 33.40it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.33it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.41it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.67it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.30it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.24it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.30it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.07it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 32.79it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment28.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment29.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment29.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 39.11it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 35.84it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 34.78it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 33.93it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 33.91it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.17it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 33.88it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.92it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 34.25it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.50it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.36it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.52it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 33.42it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.45it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment29.mp4 Moviepy - Building video /tmp/tmpwfk792ux/segment30.mp4. Moviepy - Writing video /tmp/tmpwfk792ux/segment30.mp4 t: 0%| | 0/60 [00:00<?, ?it/s, now=None] t: 8%|▊ | 5/60 [00:00<00:01, 38.90it/s, now=None] t: 15%|█▌ | 9/60 [00:00<00:01, 36.33it/s, now=None] t: 22%|██▏ | 13/60 [00:00<00:01, 35.69it/s, now=None] t: 28%|██▊ | 17/60 [00:00<00:01, 34.87it/s, now=None] t: 35%|███▌ | 21/60 [00:00<00:01, 34.39it/s, now=None] t: 42%|████▏ | 25/60 [00:00<00:01, 34.52it/s, now=None] t: 48%|████▊ | 29/60 [00:00<00:00, 34.00it/s, now=None] t: 55%|█████▌ | 33/60 [00:00<00:00, 33.73it/s, now=None] t: 62%|██████▏ | 37/60 [00:01<00:00, 33.81it/s, now=None] t: 68%|██████▊ | 41/60 [00:01<00:00, 33.16it/s, now=None] t: 75%|███████▌ | 45/60 [00:01<00:00, 33.13it/s, now=None] t: 82%|████████▏ | 49/60 [00:01<00:00, 33.18it/s, now=None] t: 88%|████████▊ | 53/60 [00:01<00:00, 32.94it/s, now=None] t: 95%|█████████▌| 57/60 [00:01<00:00, 33.00it/s, now=None] Moviepy - Done ! Moviepy - video ready /tmp/tmpwfk792ux/segment30.mp4
Want to make some of these yourself?
Run this model