Readme
Upload a video to automatically add karaoke-style captions
The original code for this model was created by fictions-ai: https://github.com/fictions-ai/autocaption
Automatically add captions to a video
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run fictions-ai/autocaption using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"fictions-ai/autocaption:18a45ff0d95feb4449d192bbdc06b4a6df168fa33def76dfc51b78ae224b599b",
{
input: {
font: "Poppins/Poppins-ExtraBold.ttf",
color: "white",
kerning: -5,
opacity: 0,
MaxChars: 20,
fontsize: 7,
translate: false,
output_video: true,
stroke_color: "black",
stroke_width: 2.6,
right_to_left: false,
subs_position: "bottom75",
highlight_color: "yellow",
video_file_input: "https://replicate.delivery/pbxt/K5zuJ6HCdsffhegX0JZwDl10qm7fYAh5txe0FZc7XFccpdtm/kingnobelbig.mp4",
output_transcript: true
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run fictions-ai/autocaption using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"fictions-ai/autocaption:18a45ff0d95feb4449d192bbdc06b4a6df168fa33def76dfc51b78ae224b599b",
input={
"font": "Poppins/Poppins-ExtraBold.ttf",
"color": "white",
"kerning": -5,
"opacity": 0,
"MaxChars": 20,
"fontsize": 7,
"translate": False,
"output_video": True,
"stroke_color": "black",
"stroke_width": 2.6,
"right_to_left": False,
"subs_position": "bottom75",
"highlight_color": "yellow",
"video_file_input": "https://replicate.delivery/pbxt/K5zuJ6HCdsffhegX0JZwDl10qm7fYAh5txe0FZc7XFccpdtm/kingnobelbig.mp4",
"output_transcript": True
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run fictions-ai/autocaption 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": "18a45ff0d95feb4449d192bbdc06b4a6df168fa33def76dfc51b78ae224b599b",
"input": {
"font": "Poppins/Poppins-ExtraBold.ttf",
"color": "white",
"kerning": -5,
"opacity": 0,
"MaxChars": 20,
"fontsize": 7,
"translate": false,
"output_video": true,
"stroke_color": "black",
"stroke_width": 2.6,
"right_to_left": false,
"subs_position": "bottom75",
"highlight_color": "yellow",
"video_file_input": "https://replicate.delivery/pbxt/K5zuJ6HCdsffhegX0JZwDl10qm7fYAh5txe0FZc7XFccpdtm/kingnobelbig.mp4",
"output_transcript": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2023-12-22T23:47:08.496540Z",
"created_at": "2023-12-22T23:46:36.249211Z",
"data_removed": false,
"error": null,
"id": "sdtr3ydb3ltzpa4ycl5tccngs4",
"input": {
"color": "white",
"opacity": 0,
"MaxChars": 20,
"fontsize": 7,
"output_video": true,
"subs_position": "bottom75",
"highlight_color": "yellow",
"video_file_input": "https://replicate.delivery/pbxt/K5zuJ6HCdsffhegX0JZwDl10qm7fYAh5txe0FZc7XFccpdtm/kingnobelbig.mp4",
"output_transcript": true
},
"logs": "ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmp6fbra1oa/input.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.29.100\nDuration: 00:00:49.17, start: 0.000000, bitrate: 760 kb/s\nStream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 625 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)\nMetadata:\nhandler_name : Core Media Video\nvendor_id : [0][0][0][0]\nStream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)\nMetadata:\nhandler_name : Core Media Audio\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:1 -> #0:0 (aac (native) -> mp3 (libmp3lame))\nPress [q] to stop, [?] for help\nOutput #0, mp3, to '/tmp/tmp6fbra1oa/input.mp3':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nTSSE : Lavf58.76.100\nStream #0:0(eng): Audio: mp3, 44100 Hz, stereo, fltp (default)\nMetadata:\nhandler_name : Core Media Audio\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 libmp3lame\nsize= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nsize= 769kB time=00:00:49.13 bitrate= 128.2kbits/s speed= 124x\nvideo:0kB audio:769kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.045234%\nvideo type is: other aspect ratio\nword_level: [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}, {'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}, {'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}, {'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}, {'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}, {'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}, {'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}, {'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}, {'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}, {'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}, {'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}, {'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}, {'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}, {'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}, {'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}, {'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}, {'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}, {'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}, {'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}, {'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}, {'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}, {'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]\nline_level_subtitles : [{'word': ' I REFUSE TO ACCEPT', 'start': 0.0, 'end': 2.34, 'textcontents': [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}]}, {'word': ' THE IDEA THAT', 'start': 2.34, 'end': 5.52, 'textcontents': [{'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}]}, {'word': ' MAN IS MERE FLOATSOME', 'start': 5.52, 'end': 7.44, 'textcontents': [{'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}]}, {'word': ' AND JETSOME IN THE', 'start': 7.44, 'end': 8.62, 'textcontents': [{'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}]}, {'word': ' RIVET OF LIFE, UNABLE', 'start': 8.62, 'end': 11.2, 'textcontents': [{'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}]}, {'word': ' TO INFLUENCE THE UNFOLDING', 'start': 11.2, 'end': 13.54, 'textcontents': [{'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}]}, {'word': ' EVENTS WHICH SURROUND', 'start': 13.54, 'end': 15.12, 'textcontents': [{'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}]}, {'word': ' HIM. I REFUSE TO ACCEPT', 'start': 15.12, 'end': 18.58, 'textcontents': [{'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}]}, {'word': ' THE VIEW THAT MANKIND', 'start': 18.58, 'end': 19.62, 'textcontents': [{'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}]}, {'word': ' IS SO TRAGICALLY BOUND', 'start': 19.62, 'end': 21.62, 'textcontents': [{'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}]}, {'word': ' TO THE STARLESS MIDNIGHT', 'start': 21.62, 'end': 24.54, 'textcontents': [{'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}]}, {'word': ' OF RACISM AND WAR,', 'start': 24.54, 'end': 26.56, 'textcontents': [{'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}]}, {'word': ' AND THE BRIGHT DAYBREAK', 'start': 27.96, 'end': 29.14, 'textcontents': [{'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}]}, {'word': ' OF PEACE AND BROTHERHOOD', 'start': 29.14, 'end': 30.52, 'textcontents': [{'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}]}, {'word': ' CAN NEVER BECOME A', 'start': 30.52, 'end': 31.64, 'textcontents': [{'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}]}, {'word': ' REALITY. I REFUSE TO', 'start': 31.64, 'end': 35.06, 'textcontents': [{'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}]}, {'word': ' ACCEPT THE CYNICAL', 'start': 35.06, 'end': 36.16, 'textcontents': [{'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}]}, {'word': ' NOTION THAT NATION', 'start': 36.16, 'end': 38.86, 'textcontents': [{'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}]}, {'word': ' AFTER NATION MUST SPIRAL', 'start': 38.86, 'end': 41.66, 'textcontents': [{'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}]}, {'word': ' DOWN A MILITARISTIC', 'start': 41.66, 'end': 43.5, 'textcontents': [{'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}]}, {'word': ' STARWING INTO THE', 'start': 43.5, 'end': 46.04, 'textcontents': [{'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}]}, {'word': ' HELL OF NUCLEAR ANNIHILATION.', 'start': 46.04, 'end': 48.1, 'textcontents': [{'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]}]\nwhole json: {\n\"word\": \" I REFUSE TO ACCEPT\",\n\"start\": 0.0,\n\"end\": 2.34,\n\"textcontents\": [\n{\n\"word\": \" I\",\n\"start\": 0.0,\n\"end\": 1.0\n},\n{\n\"word\": \" REFUSE\",\n\"start\": 1.0,\n\"end\": 1.4\n},\n{\n\"word\": \" TO\",\n\"start\": 1.4,\n\"end\": 1.9\n},\n{\n\"word\": \" ACCEPT\",\n\"start\": 1.9,\n\"end\": 2.34\n}\n]\n}\nwhole json: {\n\"word\": \" THE IDEA THAT\",\n\"start\": 2.34,\n\"end\": 5.52,\n\"textcontents\": [\n{\n\"word\": \" THE\",\n\"start\": 2.34,\n\"end\": 2.7\n},\n{\n\"word\": \" IDEA\",\n\"start\": 2.7,\n\"end\": 3.32\n},\n{\n\"word\": \" THAT\",\n\"start\": 3.32,\n\"end\": 5.52\n}\n]\n}\nwhole json: {\n\"word\": \" MAN IS MERE FLOATSOME\",\n\"start\": 5.52,\n\"end\": 7.44,\n\"textcontents\": [\n{\n\"word\": \" MAN\",\n\"start\": 5.52,\n\"end\": 5.94\n},\n{\n\"word\": \" IS\",\n\"start\": 5.94,\n\"end\": 6.34\n},\n{\n\"word\": \" MERE\",\n\"start\": 6.34,\n\"end\": 6.64\n},\n{\n\"word\": \" FLOATSOME\",\n\"start\": 6.64,\n\"end\": 7.44\n}\n]\n}\nwhole json: {\n\"word\": \" AND JETSOME IN THE\",\n\"start\": 7.44,\n\"end\": 8.62,\n\"textcontents\": [\n{\n\"word\": \" AND\",\n\"start\": 7.44,\n\"end\": 7.72\n},\n{\n\"word\": \" JETSOME\",\n\"start\": 7.72,\n\"end\": 8.34\n},\n{\n\"word\": \" IN\",\n\"start\": 8.34,\n\"end\": 8.48\n},\n{\n\"word\": \" THE\",\n\"start\": 8.48,\n\"end\": 8.62\n}\n]\n}\nwhole json: {\n\"word\": \" RIVET OF LIFE, UNABLE\",\n\"start\": 8.62,\n\"end\": 11.2,\n\"textcontents\": [\n{\n\"word\": \" RIVET\",\n\"start\": 8.62,\n\"end\": 8.94\n},\n{\n\"word\": \" OF\",\n\"start\": 8.94,\n\"end\": 9.1\n},\n{\n\"word\": \" LIFE,\",\n\"start\": 9.1,\n\"end\": 9.62\n},\n{\n\"word\": \" UNABLE\",\n\"start\": 10.759999999999998,\n\"end\": 11.2\n}\n]\n}\nwhole json: {\n\"word\": \" TO INFLUENCE THE UNFOLDING\",\n\"start\": 11.2,\n\"end\": 13.54,\n\"textcontents\": [\n{\n\"word\": \" TO\",\n\"start\": 11.2,\n\"end\": 11.64\n},\n{\n\"word\": \" INFLUENCE\",\n\"start\": 11.64,\n\"end\": 12.28\n},\n{\n\"word\": \" THE\",\n\"start\": 12.28,\n\"end\": 12.74\n},\n{\n\"word\": \" UNFOLDING\",\n\"start\": 12.74,\n\"end\": 13.54\n}\n]\n}\nwhole json: {\n\"word\": \" EVENTS WHICH SURROUND\",\n\"start\": 13.54,\n\"end\": 15.12,\n\"textcontents\": [\n{\n\"word\": \" EVENTS\",\n\"start\": 13.54,\n\"end\": 14.18\n},\n{\n\"word\": \" WHICH\",\n\"start\": 14.18,\n\"end\": 14.58\n},\n{\n\"word\": \" SURROUND\",\n\"start\": 14.58,\n\"end\": 15.12\n}\n]\n}\nwhole json: {\n\"word\": \" HIM. I REFUSE TO ACCEPT\",\n\"start\": 15.12,\n\"end\": 18.58,\n\"textcontents\": [\n{\n\"word\": \" HIM.\",\n\"start\": 15.12,\n\"end\": 15.54\n},\n{\n\"word\": \" I\",\n\"start\": 16.98,\n\"end\": 17.42\n},\n{\n\"word\": \" REFUSE\",\n\"start\": 17.42,\n\"end\": 17.82\n},\n{\n\"word\": \" TO\",\n\"start\": 17.82,\n\"end\": 18.22\n},\n{\n\"word\": \" ACCEPT\",\n\"start\": 18.22,\n\"end\": 18.58\n}\n]\n}\nwhole json: {\n\"word\": \" THE VIEW THAT MANKIND\",\n\"start\": 18.58,\n\"end\": 19.62,\n\"textcontents\": [\n{\n\"word\": \" THE\",\n\"start\": 18.58,\n\"end\": 18.8\n},\n{\n\"word\": \" VIEW\",\n\"start\": 18.8,\n\"end\": 19.02\n},\n{\n\"word\": \" THAT\",\n\"start\": 19.02,\n\"end\": 19.22\n},\n{\n\"word\": \" MANKIND\",\n\"start\": 19.22,\n\"end\": 19.62\n}\n]\n}\nwhole json: {\n\"word\": \" IS SO TRAGICALLY BOUND\",\n\"start\": 19.62,\n\"end\": 21.62,\n\"textcontents\": [\n{\n\"word\": \" IS\",\n\"start\": 19.62,\n\"end\": 20.2\n},\n{\n\"word\": \" SO\",\n\"start\": 20.2,\n\"end\": 20.4\n},\n{\n\"word\": \" TRAGICALLY\",\n\"start\": 20.4,\n\"end\": 21.12\n},\n{\n\"word\": \" BOUND\",\n\"start\": 21.12,\n\"end\": 21.62\n}\n]\n}\nwhole json: {\n\"word\": \" TO THE STARLESS MIDNIGHT\",\n\"start\": 21.62,\n\"end\": 24.54,\n\"textcontents\": [\n{\n\"word\": \" TO\",\n\"start\": 21.62,\n\"end\": 22.88\n},\n{\n\"word\": \" THE\",\n\"start\": 22.88,\n\"end\": 23.08\n},\n{\n\"word\": \" STARLESS\",\n\"start\": 23.08,\n\"end\": 23.86\n},\n{\n\"word\": \" MIDNIGHT\",\n\"start\": 23.86,\n\"end\": 24.54\n}\n]\n}\nwhole json: {\n\"word\": \" OF RACISM AND WAR,\",\n\"start\": 24.54,\n\"end\": 26.56,\n\"textcontents\": [\n{\n\"word\": \" OF\",\n\"start\": 24.54,\n\"end\": 24.82\n},\n{\n\"word\": \" RACISM\",\n\"start\": 24.82,\n\"end\": 25.48\n},\n{\n\"word\": \" AND\",\n\"start\": 25.48,\n\"end\": 26.1\n},\n{\n\"word\": \" WAR,\",\n\"start\": 26.1,\n\"end\": 26.56\n}\n]\n}\nwhole json: {\n\"word\": \" AND THE BRIGHT DAYBREAK\",\n\"start\": 27.96,\n\"end\": 29.14,\n\"textcontents\": [\n{\n\"word\": \" AND\",\n\"start\": 27.96,\n\"end\": 28.12\n},\n{\n\"word\": \" THE\",\n\"start\": 28.12,\n\"end\": 28.28\n},\n{\n\"word\": \" BRIGHT\",\n\"start\": 28.28,\n\"end\": 28.6\n},\n{\n\"word\": \" DAYBREAK\",\n\"start\": 28.6,\n\"end\": 29.14\n}\n]\n}\nwhole json: {\n\"word\": \" OF PEACE AND BROTHERHOOD\",\n\"start\": 29.14,\n\"end\": 30.52,\n\"textcontents\": [\n{\n\"word\": \" OF\",\n\"start\": 29.14,\n\"end\": 29.34\n},\n{\n\"word\": \" PEACE\",\n\"start\": 29.34,\n\"end\": 29.62\n},\n{\n\"word\": \" AND\",\n\"start\": 29.62,\n\"end\": 29.86\n},\n{\n\"word\": \" BROTHERHOOD\",\n\"start\": 29.86,\n\"end\": 30.52\n}\n]\n}\nwhole json: {\n\"word\": \" CAN NEVER BECOME A\",\n\"start\": 30.52,\n\"end\": 31.64,\n\"textcontents\": [\n{\n\"word\": \" CAN\",\n\"start\": 30.52,\n\"end\": 30.78\n},\n{\n\"word\": \" NEVER\",\n\"start\": 30.78,\n\"end\": 31.1\n},\n{\n\"word\": \" BECOME\",\n\"start\": 31.1,\n\"end\": 31.46\n},\n{\n\"word\": \" A\",\n\"start\": 31.46,\n\"end\": 31.64\n}\n]\n}\nwhole json: {\n\"word\": \" REALITY. I REFUSE TO\",\n\"start\": 31.64,\n\"end\": 35.06,\n\"textcontents\": [\n{\n\"word\": \" REALITY.\",\n\"start\": 31.64,\n\"end\": 32.22\n},\n{\n\"word\": \" I\",\n\"start\": 33.58,\n\"end\": 34.06\n},\n{\n\"word\": \" REFUSE\",\n\"start\": 34.06,\n\"end\": 34.66\n},\n{\n\"word\": \" TO\",\n\"start\": 34.66,\n\"end\": 35.06\n}\n]\n}\nwhole json: {\n\"word\": \" ACCEPT THE CYNICAL\",\n\"start\": 35.06,\n\"end\": 36.16,\n\"textcontents\": [\n{\n\"word\": \" ACCEPT\",\n\"start\": 35.06,\n\"end\": 35.54\n},\n{\n\"word\": \" THE\",\n\"start\": 35.54,\n\"end\": 35.74\n},\n{\n\"word\": \" CYNICAL\",\n\"start\": 35.74,\n\"end\": 36.16\n}\n]\n}\nwhole json: {\n\"word\": \" NOTION THAT NATION\",\n\"start\": 36.16,\n\"end\": 38.86,\n\"textcontents\": [\n{\n\"word\": \" NOTION\",\n\"start\": 36.16,\n\"end\": 36.68\n},\n{\n\"word\": \" THAT\",\n\"start\": 36.68,\n\"end\": 38.34\n},\n{\n\"word\": \" NATION\",\n\"start\": 38.34,\n\"end\": 38.86\n}\n]\n}\nwhole json: {\n\"word\": \" AFTER NATION MUST SPIRAL\",\n\"start\": 38.86,\n\"end\": 41.66,\n\"textcontents\": [\n{\n\"word\": \" AFTER\",\n\"start\": 38.86,\n\"end\": 39.26\n},\n{\n\"word\": \" NATION\",\n\"start\": 39.26,\n\"end\": 39.98\n},\n{\n\"word\": \" MUST\",\n\"start\": 39.98,\n\"end\": 40.98\n},\n{\n\"word\": \" SPIRAL\",\n\"start\": 40.98,\n\"end\": 41.66\n}\n]\n}\nwhole json: {\n\"word\": \" DOWN A MILITARISTIC\",\n\"start\": 41.66,\n\"end\": 43.5,\n\"textcontents\": [\n{\n\"word\": \" DOWN\",\n\"start\": 41.66,\n\"end\": 42.14\n},\n{\n\"word\": \" A\",\n\"start\": 42.14,\n\"end\": 42.6\n},\n{\n\"word\": \" MILITARISTIC\",\n\"start\": 42.6,\n\"end\": 43.5\n}\n]\n}\nwhole json: {\n\"word\": \" STARWING INTO THE\",\n\"start\": 43.5,\n\"end\": 46.04,\n\"textcontents\": [\n{\n\"word\": \" STARWING\",\n\"start\": 43.5,\n\"end\": 44.26\n},\n{\n\"word\": \" INTO\",\n\"start\": 44.26,\n\"end\": 45.72\n},\n{\n\"word\": \" THE\",\n\"start\": 45.72,\n\"end\": 46.04\n}\n]\n}\nwhole json: {\n\"word\": \" HELL OF NUCLEAR ANNIHILATION.\",\n\"start\": 46.04,\n\"end\": 48.1,\n\"textcontents\": [\n{\n\"word\": \" HELL\",\n\"start\": 46.04,\n\"end\": 46.42\n},\n{\n\"word\": \" OF\",\n\"start\": 46.42,\n\"end\": 46.74\n},\n{\n\"word\": \" NUCLEAR\",\n\"start\": 46.74,\n\"end\": 47.2\n},\n{\n\"word\": \" ANNIHILATION.\",\n\"start\": 47.2,\n\"end\": 48.1\n}\n]\n}\nMoviepy - Building video /tmp/output.mp4.\nMoviePy - Writing audio in outputTEMP_MPY_wvf_snd.mp4\nchunk: 0%| | 0/1085 [00:00<?, ?it/s, now=None]\nchunk: 25%|██▍ | 268/1085 [00:00<00:00, 2676.20it/s, now=None]\nchunk: 52%|█████▏ | 560/1085 [00:00<00:00, 2816.21it/s, now=None]\nchunk: 78%|███████▊ | 842/1085 [00:00<00:00, 2812.15it/s, now=None]\nMoviePy - Done.\nMoviepy - Writing video /tmp/output.mp4\nt: 0%| | 0/1180 [00:00<?, ?it/s, now=None]\nt: 0%| | 5/1180 [00:00<00:30, 38.47it/s, now=None]\nt: 1%| | 9/1180 [00:00<00:34, 33.64it/s, now=None]\nt: 1%| | 13/1180 [00:00<00:36, 32.21it/s, now=None]\nt: 1%|▏ | 17/1180 [00:00<00:36, 31.76it/s, now=None]\nt: 2%|▏ | 21/1180 [00:00<00:36, 32.04it/s, now=None]\nt: 2%|▏ | 25/1180 [00:00<00:36, 31.72it/s, now=None]\nt: 2%|▏ | 29/1180 [00:00<00:36, 31.31it/s, now=None]\nt: 3%|▎ | 33/1180 [00:01<00:36, 31.40it/s, now=None]\nt: 3%|▎ | 37/1180 [00:01<00:36, 31.19it/s, now=None]\nt: 3%|▎ | 41/1180 [00:01<00:36, 30.89it/s, now=None]\nt: 4%|▍ | 45/1180 [00:01<00:37, 30.06it/s, now=None]\nt: 4%|▍ | 49/1180 [00:01<00:38, 29.23it/s, now=None]\nt: 4%|▍ | 52/1180 [00:01<00:39, 28.52it/s, now=None]\nt: 5%|▍ | 55/1180 [00:01<00:39, 28.14it/s, now=None]\nt: 5%|▍ | 58/1180 [00:01<00:39, 28.59it/s, now=None]\nt: 5%|▌ | 62/1180 [00:02<00:36, 30.49it/s, now=None]\nt: 6%|▌ | 66/1180 [00:02<00:34, 31.96it/s, now=None]\nt: 6%|▌ | 70/1180 [00:02<00:33, 33.11it/s, now=None]\nt: 6%|▋ | 74/1180 [00:02<00:32, 33.54it/s, now=None]\nt: 7%|▋ | 78/1180 [00:02<00:32, 33.90it/s, now=None]\nt: 7%|▋ | 82/1180 [00:02<00:32, 34.07it/s, now=None]\nt: 7%|▋ | 86/1180 [00:02<00:31, 34.50it/s, now=None]\nt: 8%|▊ | 90/1180 [00:02<00:31, 34.70it/s, now=None]\nt: 8%|▊ | 94/1180 [00:02<00:31, 34.71it/s, now=None]\nt: 8%|▊ | 98/1180 [00:03<00:31, 34.33it/s, now=None]\nt: 9%|▊ | 102/1180 [00:03<00:31, 34.57it/s, now=None]\nt: 9%|▉ | 106/1180 [00:03<00:30, 34.78it/s, now=None]\nt: 9%|▉ | 110/1180 [00:03<00:30, 34.60it/s, now=None]\nt: 10%|▉ | 114/1180 [00:03<00:30, 34.75it/s, now=None]\nt: 10%|█ | 118/1180 [00:03<00:30, 35.03it/s, now=None]\nt: 10%|█ | 122/1180 [00:03<00:30, 34.95it/s, now=None]\nt: 11%|█ | 126/1180 [00:03<00:30, 34.65it/s, now=None]\nt: 11%|█ | 130/1180 [00:03<00:30, 34.88it/s, now=None]\nt: 11%|█▏ | 134/1180 [00:04<00:29, 35.07it/s, now=None]\nt: 12%|█▏ | 138/1180 [00:04<00:29, 35.63it/s, now=None]\nt: 12%|█▏ | 142/1180 [00:04<00:29, 35.11it/s, now=None]\nt: 12%|█▏ | 146/1180 [00:04<00:29, 35.41it/s, now=None]\nt: 13%|█▎ | 150/1180 [00:04<00:28, 35.71it/s, now=None]\nt: 13%|█▎ | 154/1180 [00:04<00:28, 35.85it/s, now=None]\nt: 13%|█▎ | 158/1180 [00:04<00:28, 36.13it/s, now=None]\nt: 14%|█▎ | 162/1180 [00:04<00:28, 36.18it/s, now=None]\nt: 14%|█▍ | 166/1180 [00:04<00:27, 36.36it/s, now=None]\nt: 14%|█▍ | 170/1180 [00:05<00:27, 36.21it/s, now=None]\nt: 15%|█▍ | 174/1180 [00:05<00:28, 35.86it/s, now=None]\nt: 15%|█▌ | 178/1180 [00:05<00:27, 36.16it/s, now=None]\nt: 15%|█▌ | 182/1180 [00:05<00:27, 35.89it/s, now=None]\nt: 16%|█▌ | 186/1180 [00:05<00:27, 35.87it/s, now=None]\nt: 16%|█▌ | 190/1180 [00:05<00:27, 36.14it/s, now=None]\nt: 16%|█▋ | 194/1180 [00:05<00:27, 35.69it/s, now=None]\nt: 17%|█▋ | 198/1180 [00:05<00:27, 35.95it/s, now=None]\nt: 17%|█▋ | 202/1180 [00:05<00:27, 35.97it/s, now=None]\nt: 17%|█▋ | 206/1180 [00:06<00:27, 35.99it/s, now=None]\nt: 18%|█▊ | 210/1180 [00:06<00:26, 36.29it/s, now=None]\nt: 18%|█▊ | 214/1180 [00:06<00:26, 36.38it/s, now=None]\nt: 18%|█▊ | 218/1180 [00:06<00:26, 36.32it/s, now=None]\nt: 19%|█▉ | 222/1180 [00:06<00:26, 36.16it/s, now=None]\nt: 19%|█▉ | 226/1180 [00:06<00:26, 36.51it/s, now=None]\nt: 19%|█▉ | 230/1180 [00:06<00:25, 36.97it/s, now=None]\nt: 20%|█▉ | 235/1180 [00:06<00:24, 37.96it/s, now=None]\nt: 20%|██ | 239/1180 [00:06<00:24, 38.12it/s, now=None]\nt: 21%|██ | 243/1180 [00:07<00:24, 37.98it/s, now=None]\nt: 21%|██ | 247/1180 [00:07<00:24, 38.25it/s, now=None]\nt: 21%|██▏ | 251/1180 [00:07<00:24, 38.08it/s, now=None]\nt: 22%|██▏ | 255/1180 [00:07<00:24, 38.04it/s, now=None]\nt: 22%|██▏ | 259/1180 [00:07<00:24, 37.82it/s, now=None]\nt: 22%|██▏ | 263/1180 [00:07<00:24, 37.60it/s, now=None]\nt: 23%|██▎ | 267/1180 [00:07<00:24, 37.27it/s, now=None]\nt: 23%|██▎ | 271/1180 [00:07<00:24, 37.14it/s, now=None]\nt: 23%|██▎ | 275/1180 [00:07<00:24, 37.12it/s, now=None]\nt: 24%|██▎ | 279/1180 [00:08<00:24, 36.57it/s, now=None]\nt: 24%|██▍ | 283/1180 [00:08<00:24, 36.53it/s, now=None]\nt: 24%|██▍ | 287/1180 [00:08<00:24, 36.50it/s, now=None]\nt: 25%|██▍ | 291/1180 [00:08<00:24, 36.41it/s, now=None]\nt: 25%|██▌ | 295/1180 [00:08<00:24, 36.33it/s, now=None]\nt: 25%|██▌ | 299/1180 [00:08<00:23, 36.87it/s, now=None]\nt: 26%|██▌ | 303/1180 [00:08<00:23, 37.18it/s, now=None]\nt: 26%|██▌ | 307/1180 [00:08<00:23, 37.39it/s, now=None]\nt: 26%|██▋ | 311/1180 [00:08<00:23, 37.45it/s, now=None]\nt: 27%|██▋ | 315/1180 [00:09<00:23, 37.03it/s, now=None]\nt: 27%|██▋ | 319/1180 [00:09<00:23, 36.94it/s, now=None]\nt: 27%|██▋ | 323/1180 [00:09<00:23, 36.79it/s, now=None]\nt: 28%|██▊ | 327/1180 [00:09<00:23, 36.72it/s, now=None]\nt: 28%|██▊ | 331/1180 [00:09<00:22, 37.48it/s, now=None]\nt: 28%|██▊ | 336/1180 [00:09<00:21, 38.49it/s, now=None]\nt: 29%|██▉ | 341/1180 [00:09<00:21, 39.18it/s, now=None]\nt: 29%|██▉ | 346/1180 [00:09<00:21, 39.48it/s, now=None]\nt: 30%|██▉ | 350/1180 [00:09<00:21, 39.04it/s, now=None]\nt: 30%|███ | 354/1180 [00:10<00:21, 38.80it/s, now=None]\nt: 30%|███ | 358/1180 [00:10<00:21, 38.28it/s, now=None]\nt: 31%|███ | 362/1180 [00:10<00:21, 37.21it/s, now=None]\nt: 31%|███ | 366/1180 [00:10<00:21, 37.37it/s, now=None]\nt: 31%|███▏ | 370/1180 [00:10<00:21, 37.46it/s, now=None]\nt: 32%|███▏ | 374/1180 [00:10<00:21, 37.54it/s, now=None]\nt: 32%|███▏ | 378/1180 [00:10<00:21, 37.44it/s, now=None]\nt: 32%|███▏ | 382/1180 [00:10<00:21, 37.83it/s, now=None]\nt: 33%|███▎ | 386/1180 [00:10<00:20, 37.87it/s, now=None]\nt: 33%|███▎ | 390/1180 [00:10<00:20, 38.39it/s, now=None]\nt: 33%|███▎ | 395/1180 [00:11<00:19, 39.37it/s, now=None]\nt: 34%|███▍ | 399/1180 [00:11<00:19, 39.54it/s, now=None]\nt: 34%|███▍ | 404/1180 [00:11<00:19, 39.85it/s, now=None]\nt: 35%|███▍ | 408/1180 [00:11<00:19, 39.82it/s, now=None]\nt: 35%|███▌ | 413/1180 [00:11<00:19, 39.91it/s, now=None]\nt: 35%|███▌ | 418/1180 [00:11<00:19, 39.90it/s, now=None]\nt: 36%|███▌ | 423/1180 [00:11<00:18, 40.19it/s, now=None]\nt: 36%|███▋ | 428/1180 [00:11<00:18, 40.06it/s, now=None]\nt: 37%|███▋ | 433/1180 [00:12<00:18, 40.16it/s, now=None]\nt: 37%|███▋ | 438/1180 [00:12<00:18, 39.89it/s, now=None]\nt: 38%|███▊ | 443/1180 [00:12<00:18, 40.22it/s, now=None]\nt: 38%|███▊ | 448/1180 [00:12<00:18, 39.98it/s, now=None]\nt: 38%|███▊ | 452/1180 [00:12<00:18, 39.47it/s, now=None]\nt: 39%|███▊ | 456/1180 [00:12<00:18, 39.21it/s, now=None]\nt: 39%|███▉ | 460/1180 [00:12<00:18, 39.03it/s, now=None]\nt: 39%|███▉ | 464/1180 [00:12<00:18, 39.21it/s, now=None]\nt: 40%|███▉ | 468/1180 [00:12<00:18, 38.70it/s, now=None]\nt: 40%|████ | 472/1180 [00:13<00:18, 38.74it/s, now=None]\nt: 40%|████ | 477/1180 [00:13<00:17, 39.89it/s, now=None]\nt: 41%|████ | 482/1180 [00:13<00:17, 40.47it/s, now=None]\nt: 41%|████▏ | 487/1180 [00:13<00:16, 41.00it/s, now=None]\nt: 42%|████▏ | 492/1180 [00:13<00:16, 41.02it/s, now=None]\nt: 42%|████▏ | 497/1180 [00:13<00:16, 41.16it/s, now=None]\nt: 43%|████▎ | 502/1180 [00:13<00:16, 41.20it/s, now=None]\nt: 43%|████▎ | 507/1180 [00:13<00:16, 40.83it/s, now=None]\nt: 43%|████▎ | 512/1180 [00:14<00:16, 40.80it/s, now=None]\nt: 44%|████▍ | 517/1180 [00:14<00:15, 41.50it/s, now=None]\nt: 44%|████▍ | 522/1180 [00:14<00:15, 41.31it/s, now=None]\nt: 45%|████▍ | 527/1180 [00:14<00:15, 41.79it/s, now=None]\nt: 45%|████▌ | 532/1180 [00:14<00:15, 42.03it/s, now=None]\nt: 46%|████▌ | 537/1180 [00:14<00:15, 42.59it/s, now=None]\nt: 46%|████▌ | 542/1180 [00:14<00:14, 42.87it/s, now=None]\nt: 46%|████▋ | 547/1180 [00:14<00:14, 43.15it/s, now=None]\nt: 47%|████▋ | 552/1180 [00:14<00:14, 43.57it/s, now=None]\nt: 47%|████▋ | 557/1180 [00:15<00:14, 43.40it/s, now=None]\nt: 48%|████▊ | 562/1180 [00:15<00:14, 43.55it/s, now=None]\nt: 48%|████▊ | 567/1180 [00:15<00:14, 42.60it/s, now=None]\nt: 48%|████▊ | 572/1180 [00:15<00:14, 42.64it/s, now=None]\nt: 49%|████▉ | 577/1180 [00:15<00:14, 42.68it/s, now=None]\nt: 49%|████▉ | 582/1180 [00:15<00:14, 42.54it/s, now=None]\nt: 50%|████▉ | 587/1180 [00:15<00:13, 42.87it/s, now=None]\nt: 50%|█████ | 592/1180 [00:15<00:13, 42.55it/s, now=None]\nt: 51%|█████ | 597/1180 [00:15<00:13, 43.48it/s, now=None]\nt: 51%|█████ | 602/1180 [00:16<00:13, 43.39it/s, now=None]\nt: 51%|█████▏ | 607/1180 [00:16<00:12, 44.23it/s, now=None]\nt: 52%|█████▏ | 612/1180 [00:16<00:12, 44.36it/s, now=None]\nt: 52%|█████▏ | 617/1180 [00:16<00:12, 45.08it/s, now=None]\nt: 53%|█████▎ | 622/1180 [00:16<00:12, 45.00it/s, now=None]\nt: 53%|█████▎ | 627/1180 [00:16<00:12, 45.39it/s, now=None]\nt: 54%|█████▎ | 632/1180 [00:16<00:12, 45.33it/s, now=None]\nt: 54%|█████▍ | 637/1180 [00:16<00:11, 45.30it/s, now=None]\nt: 54%|█████▍ | 642/1180 [00:16<00:11, 46.37it/s, now=None]\nt: 55%|█████▍ | 648/1180 [00:17<00:11, 48.20it/s, now=None]\nt: 55%|█████▌ | 653/1180 [00:17<00:10, 48.51it/s, now=None]\nt: 56%|█████▌ | 659/1180 [00:17<00:10, 49.09it/s, now=None]\nt: 56%|█████▋ | 665/1180 [00:17<00:10, 49.74it/s, now=None]\nt: 57%|█████▋ | 671/1180 [00:17<00:10, 50.55it/s, now=None]\nt: 57%|█████▋ | 677/1180 [00:17<00:10, 49.50it/s, now=None]\nt: 58%|█████▊ | 682/1180 [00:17<00:10, 48.22it/s, now=None]\nt: 58%|█████▊ | 687/1180 [00:17<00:10, 47.72it/s, now=None]\nt: 59%|█████▊ | 692/1180 [00:17<00:10, 46.98it/s, now=None]\nt: 59%|█████▉ | 697/1180 [00:18<00:10, 46.43it/s, now=None]\nt: 59%|█████▉ | 702/1180 [00:18<00:10, 46.13it/s, now=None]\nt: 60%|█████▉ | 707/1180 [00:18<00:10, 46.69it/s, now=None]\nt: 60%|██████ | 712/1180 [00:18<00:09, 47.30it/s, now=None]\nt: 61%|██████ | 717/1180 [00:18<00:09, 47.74it/s, now=None]\nt: 61%|██████ | 722/1180 [00:18<00:09, 47.85it/s, now=None]\nt: 62%|██████▏ | 727/1180 [00:18<00:09, 47.94it/s, now=None]\nt: 62%|██████▏ | 732/1180 [00:18<00:09, 48.21it/s, now=None]\nt: 63%|██████▎ | 738/1180 [00:18<00:09, 48.90it/s, now=None]\nt: 63%|██████▎ | 743/1180 [00:19<00:08, 49.21it/s, now=None]\nt: 63%|██████▎ | 748/1180 [00:19<00:08, 49.00it/s, now=None]\nt: 64%|██████▍ | 754/1180 [00:19<00:08, 50.70it/s, now=None]\nt: 64%|██████▍ | 760/1180 [00:19<00:08, 51.65it/s, now=None]\nt: 65%|██████▍ | 766/1180 [00:19<00:07, 52.19it/s, now=None]\nt: 65%|██████▌ | 772/1180 [00:19<00:07, 52.94it/s, now=None]\nt: 66%|██████▌ | 778/1180 [00:19<00:07, 54.43it/s, now=None]\nt: 66%|██████▋ | 784/1180 [00:19<00:07, 55.01it/s, now=None]\nt: 67%|██████▋ | 790/1180 [00:19<00:07, 55.38it/s, now=None]\nt: 67%|██████▋ | 796/1180 [00:20<00:06, 55.21it/s, now=None]\nt: 68%|██████▊ | 802/1180 [00:20<00:06, 56.48it/s, now=None]\nt: 68%|██████▊ | 808/1180 [00:20<00:06, 56.32it/s, now=None]\nt: 69%|██████▉ | 814/1180 [00:20<00:06, 56.47it/s, now=None]\nt: 69%|██████▉ | 820/1180 [00:20<00:06, 56.39it/s, now=None]\nt: 70%|███████ | 826/1180 [00:20<00:06, 56.71it/s, now=None]\nt: 71%|███████ | 832/1180 [00:20<00:06, 56.11it/s, now=None]\nt: 71%|███████ | 838/1180 [00:20<00:06, 55.91it/s, now=None]\nt: 72%|███████▏ | 844/1180 [00:20<00:05, 56.58it/s, now=None]\nt: 72%|███████▏ | 851/1180 [00:20<00:05, 57.96it/s, now=None]\nt: 73%|███████▎ | 858/1180 [00:21<00:05, 58.91it/s, now=None]\nt: 73%|███████▎ | 864/1180 [00:21<00:05, 59.21it/s, now=None]\nt: 74%|███████▎ | 870/1180 [00:21<00:05, 58.68it/s, now=None]\nt: 74%|███████▍ | 877/1180 [00:21<00:05, 60.01it/s, now=None]\nt: 75%|███████▍ | 884/1180 [00:21<00:04, 60.67it/s, now=None]\nt: 76%|███████▌ | 891/1180 [00:21<00:04, 60.98it/s, now=None]\nt: 76%|███████▌ | 898/1180 [00:21<00:04, 61.24it/s, now=None]\nt: 77%|███████▋ | 905/1180 [00:21<00:04, 61.90it/s, now=None]\nt: 77%|███████▋ | 912/1180 [00:21<00:04, 62.25it/s, now=None]\nt: 78%|███████▊ | 919/1180 [00:22<00:04, 62.34it/s, now=None]\nt: 78%|███████▊ | 926/1180 [00:22<00:04, 62.39it/s, now=None]\nt: 79%|███████▉ | 933/1180 [00:22<00:03, 62.70it/s, now=None]\nt: 80%|███████▉ | 940/1180 [00:22<00:03, 62.13it/s, now=None]\nt: 80%|████████ | 947/1180 [00:22<00:03, 61.52it/s, now=None]\nt: 81%|████████ | 954/1180 [00:22<00:03, 62.53it/s, now=None]\nt: 81%|████████▏ | 961/1180 [00:22<00:03, 63.12it/s, now=None]\nt: 82%|████████▏ | 968/1180 [00:22<00:03, 62.51it/s, now=None]\nt: 83%|████████▎ | 975/1180 [00:22<00:03, 62.96it/s, now=None]\nt: 83%|████████▎ | 982/1180 [00:23<00:03, 61.96it/s, now=None]\nt: 84%|████████▍ | 989/1180 [00:23<00:03, 62.14it/s, now=None]\nt: 84%|████████▍ | 996/1180 [00:23<00:02, 62.11it/s, now=None]\nt: 85%|████████▌ | 1003/1180 [00:23<00:02, 62.94it/s, now=None]\nt: 86%|████████▌ | 1010/1180 [00:23<00:02, 63.33it/s, now=None]\nt: 86%|████████▌ | 1017/1180 [00:23<00:02, 64.53it/s, now=None]\nt: 87%|████████▋ | 1024/1180 [00:23<00:02, 65.60it/s, now=None]\nt: 87%|████████▋ | 1031/1180 [00:23<00:02, 65.48it/s, now=None]\nt: 88%|████████▊ | 1038/1180 [00:23<00:02, 65.05it/s, now=None]\nt: 89%|████████▊ | 1045/1180 [00:24<00:02, 64.37it/s, now=None]\nt: 89%|████████▉ | 1052/1180 [00:24<00:01, 65.55it/s, now=None]\nt: 90%|████████▉ | 1060/1180 [00:24<00:01, 67.71it/s, now=None]\nt: 91%|█████████ | 1068/1180 [00:24<00:01, 68.78it/s, now=None]\nt: 91%|█████████ | 1076/1180 [00:24<00:01, 69.97it/s, now=None]\nt: 92%|█████████▏| 1083/1180 [00:24<00:01, 69.63it/s, now=None]\nt: 92%|█████████▏| 1091/1180 [00:24<00:01, 70.38it/s, now=None]\nt: 93%|█████████▎| 1099/1180 [00:24<00:01, 71.39it/s, now=None]\nt: 94%|█████████▍| 1107/1180 [00:24<00:01, 71.10it/s, now=None]\nt: 94%|█████████▍| 1115/1180 [00:25<00:00, 70.36it/s, now=None]\nt: 95%|█████████▌| 1123/1180 [00:25<00:00, 69.91it/s, now=None]\nt: 96%|█████████▌| 1130/1180 [00:25<00:00, 68.93it/s, now=None]\nt: 96%|█████████▋| 1137/1180 [00:25<00:00, 68.75it/s, now=None]\nt: 97%|█████████▋| 1144/1180 [00:25<00:00, 68.35it/s, now=None]\nt: 98%|█████████▊| 1151/1180 [00:25<00:00, 68.41it/s, now=None]\nt: 98%|█████████▊| 1159/1180 [00:25<00:00, 71.09it/s, now=None]\nt: 99%|█████████▉| 1169/1180 [00:25<00:00, 79.43it/s, now=None]\nt: 100%|██████████| 1180/1180 [00:25<00:00, 87.34it/s, now=None]/root/.pyenv/versions/3.11.6/lib/python3.11/site-packages/moviepy/video/io/ffmpeg_reader.py:154: UserWarning: In file /tmp/tmp6fbra1oa/input.mp4, 2764800 bytes wanted but 0 bytes read,at frame index 1228 (out of a total 1229 frames), at time 49.12/49.17 sec. Using the last valid frame instead.\nwarnings.warn(\nMoviepy - Done !\nMoviepy - video ready /tmp/output.mp4",
"metrics": {
"predict_time": 32.210975,
"total_time": 32.247329
},
"output": [
"https://replicate.delivery/pbxt/whrbS9OKgPIJNh2bhqKEV7WKo3mf26yjvx1AifpnY5n7H9ESA/output.mp4",
"https://replicate.delivery/pbxt/zT7Pr1mfeMtPF00RBUeFenobyQrpTGQeWXL6nxsuzWjmfRPhE/transcript_out.json"
],
"started_at": "2023-12-22T23:46:36.285565Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/sdtr3ydb3ltzpa4ycl5tccngs4",
"cancel": "https://api.replicate.com/v1/predictions/sdtr3ydb3ltzpa4ycl5tccngs4/cancel"
},
"version": "aa083d4ac7604fb6d29bd3eef7bc36d7166b3a96628c995b61c179bd0bcc31d3"
}
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmp6fbra1oa/input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.29.100
Duration: 00:00:49.17, start: 0.000000, bitrate: 760 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 625 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
Metadata:
handler_name : Core Media Video
vendor_id : [0][0][0][0]
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
handler_name : Core Media Audio
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:1 -> #0:0 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
Output #0, mp3, to '/tmp/tmp6fbra1oa/input.mp3':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
TSSE : Lavf58.76.100
Stream #0:0(eng): Audio: mp3, 44100 Hz, stereo, fltp (default)
Metadata:
handler_name : Core Media Audio
vendor_id : [0][0][0][0]
encoder : Lavc58.134.100 libmp3lame
size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
size= 769kB time=00:00:49.13 bitrate= 128.2kbits/s speed= 124x
video:0kB audio:769kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.045234%
video type is: other aspect ratio
word_level: [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}, {'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}, {'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}, {'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}, {'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}, {'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}, {'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}, {'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}, {'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}, {'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}, {'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}, {'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}, {'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}, {'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}, {'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}, {'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}, {'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}, {'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}, {'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}, {'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}, {'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}, {'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]
line_level_subtitles : [{'word': ' I REFUSE TO ACCEPT', 'start': 0.0, 'end': 2.34, 'textcontents': [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}]}, {'word': ' THE IDEA THAT', 'start': 2.34, 'end': 5.52, 'textcontents': [{'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}]}, {'word': ' MAN IS MERE FLOATSOME', 'start': 5.52, 'end': 7.44, 'textcontents': [{'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}]}, {'word': ' AND JETSOME IN THE', 'start': 7.44, 'end': 8.62, 'textcontents': [{'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}]}, {'word': ' RIVET OF LIFE, UNABLE', 'start': 8.62, 'end': 11.2, 'textcontents': [{'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}]}, {'word': ' TO INFLUENCE THE UNFOLDING', 'start': 11.2, 'end': 13.54, 'textcontents': [{'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}]}, {'word': ' EVENTS WHICH SURROUND', 'start': 13.54, 'end': 15.12, 'textcontents': [{'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}]}, {'word': ' HIM. I REFUSE TO ACCEPT', 'start': 15.12, 'end': 18.58, 'textcontents': [{'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}]}, {'word': ' THE VIEW THAT MANKIND', 'start': 18.58, 'end': 19.62, 'textcontents': [{'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}]}, {'word': ' IS SO TRAGICALLY BOUND', 'start': 19.62, 'end': 21.62, 'textcontents': [{'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}]}, {'word': ' TO THE STARLESS MIDNIGHT', 'start': 21.62, 'end': 24.54, 'textcontents': [{'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}]}, {'word': ' OF RACISM AND WAR,', 'start': 24.54, 'end': 26.56, 'textcontents': [{'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}]}, {'word': ' AND THE BRIGHT DAYBREAK', 'start': 27.96, 'end': 29.14, 'textcontents': [{'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}]}, {'word': ' OF PEACE AND BROTHERHOOD', 'start': 29.14, 'end': 30.52, 'textcontents': [{'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}]}, {'word': ' CAN NEVER BECOME A', 'start': 30.52, 'end': 31.64, 'textcontents': [{'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}]}, {'word': ' REALITY. I REFUSE TO', 'start': 31.64, 'end': 35.06, 'textcontents': [{'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}]}, {'word': ' ACCEPT THE CYNICAL', 'start': 35.06, 'end': 36.16, 'textcontents': [{'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}]}, {'word': ' NOTION THAT NATION', 'start': 36.16, 'end': 38.86, 'textcontents': [{'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}]}, {'word': ' AFTER NATION MUST SPIRAL', 'start': 38.86, 'end': 41.66, 'textcontents': [{'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}]}, {'word': ' DOWN A MILITARISTIC', 'start': 41.66, 'end': 43.5, 'textcontents': [{'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}]}, {'word': ' STARWING INTO THE', 'start': 43.5, 'end': 46.04, 'textcontents': [{'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}]}, {'word': ' HELL OF NUCLEAR ANNIHILATION.', 'start': 46.04, 'end': 48.1, 'textcontents': [{'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]}]
whole json: {
"word": " I REFUSE TO ACCEPT",
"start": 0.0,
"end": 2.34,
"textcontents": [
{
"word": " I",
"start": 0.0,
"end": 1.0
},
{
"word": " REFUSE",
"start": 1.0,
"end": 1.4
},
{
"word": " TO",
"start": 1.4,
"end": 1.9
},
{
"word": " ACCEPT",
"start": 1.9,
"end": 2.34
}
]
}
whole json: {
"word": " THE IDEA THAT",
"start": 2.34,
"end": 5.52,
"textcontents": [
{
"word": " THE",
"start": 2.34,
"end": 2.7
},
{
"word": " IDEA",
"start": 2.7,
"end": 3.32
},
{
"word": " THAT",
"start": 3.32,
"end": 5.52
}
]
}
whole json: {
"word": " MAN IS MERE FLOATSOME",
"start": 5.52,
"end": 7.44,
"textcontents": [
{
"word": " MAN",
"start": 5.52,
"end": 5.94
},
{
"word": " IS",
"start": 5.94,
"end": 6.34
},
{
"word": " MERE",
"start": 6.34,
"end": 6.64
},
{
"word": " FLOATSOME",
"start": 6.64,
"end": 7.44
}
]
}
whole json: {
"word": " AND JETSOME IN THE",
"start": 7.44,
"end": 8.62,
"textcontents": [
{
"word": " AND",
"start": 7.44,
"end": 7.72
},
{
"word": " JETSOME",
"start": 7.72,
"end": 8.34
},
{
"word": " IN",
"start": 8.34,
"end": 8.48
},
{
"word": " THE",
"start": 8.48,
"end": 8.62
}
]
}
whole json: {
"word": " RIVET OF LIFE, UNABLE",
"start": 8.62,
"end": 11.2,
"textcontents": [
{
"word": " RIVET",
"start": 8.62,
"end": 8.94
},
{
"word": " OF",
"start": 8.94,
"end": 9.1
},
{
"word": " LIFE,",
"start": 9.1,
"end": 9.62
},
{
"word": " UNABLE",
"start": 10.759999999999998,
"end": 11.2
}
]
}
whole json: {
"word": " TO INFLUENCE THE UNFOLDING",
"start": 11.2,
"end": 13.54,
"textcontents": [
{
"word": " TO",
"start": 11.2,
"end": 11.64
},
{
"word": " INFLUENCE",
"start": 11.64,
"end": 12.28
},
{
"word": " THE",
"start": 12.28,
"end": 12.74
},
{
"word": " UNFOLDING",
"start": 12.74,
"end": 13.54
}
]
}
whole json: {
"word": " EVENTS WHICH SURROUND",
"start": 13.54,
"end": 15.12,
"textcontents": [
{
"word": " EVENTS",
"start": 13.54,
"end": 14.18
},
{
"word": " WHICH",
"start": 14.18,
"end": 14.58
},
{
"word": " SURROUND",
"start": 14.58,
"end": 15.12
}
]
}
whole json: {
"word": " HIM. I REFUSE TO ACCEPT",
"start": 15.12,
"end": 18.58,
"textcontents": [
{
"word": " HIM.",
"start": 15.12,
"end": 15.54
},
{
"word": " I",
"start": 16.98,
"end": 17.42
},
{
"word": " REFUSE",
"start": 17.42,
"end": 17.82
},
{
"word": " TO",
"start": 17.82,
"end": 18.22
},
{
"word": " ACCEPT",
"start": 18.22,
"end": 18.58
}
]
}
whole json: {
"word": " THE VIEW THAT MANKIND",
"start": 18.58,
"end": 19.62,
"textcontents": [
{
"word": " THE",
"start": 18.58,
"end": 18.8
},
{
"word": " VIEW",
"start": 18.8,
"end": 19.02
},
{
"word": " THAT",
"start": 19.02,
"end": 19.22
},
{
"word": " MANKIND",
"start": 19.22,
"end": 19.62
}
]
}
whole json: {
"word": " IS SO TRAGICALLY BOUND",
"start": 19.62,
"end": 21.62,
"textcontents": [
{
"word": " IS",
"start": 19.62,
"end": 20.2
},
{
"word": " SO",
"start": 20.2,
"end": 20.4
},
{
"word": " TRAGICALLY",
"start": 20.4,
"end": 21.12
},
{
"word": " BOUND",
"start": 21.12,
"end": 21.62
}
]
}
whole json: {
"word": " TO THE STARLESS MIDNIGHT",
"start": 21.62,
"end": 24.54,
"textcontents": [
{
"word": " TO",
"start": 21.62,
"end": 22.88
},
{
"word": " THE",
"start": 22.88,
"end": 23.08
},
{
"word": " STARLESS",
"start": 23.08,
"end": 23.86
},
{
"word": " MIDNIGHT",
"start": 23.86,
"end": 24.54
}
]
}
whole json: {
"word": " OF RACISM AND WAR,",
"start": 24.54,
"end": 26.56,
"textcontents": [
{
"word": " OF",
"start": 24.54,
"end": 24.82
},
{
"word": " RACISM",
"start": 24.82,
"end": 25.48
},
{
"word": " AND",
"start": 25.48,
"end": 26.1
},
{
"word": " WAR,",
"start": 26.1,
"end": 26.56
}
]
}
whole json: {
"word": " AND THE BRIGHT DAYBREAK",
"start": 27.96,
"end": 29.14,
"textcontents": [
{
"word": " AND",
"start": 27.96,
"end": 28.12
},
{
"word": " THE",
"start": 28.12,
"end": 28.28
},
{
"word": " BRIGHT",
"start": 28.28,
"end": 28.6
},
{
"word": " DAYBREAK",
"start": 28.6,
"end": 29.14
}
]
}
whole json: {
"word": " OF PEACE AND BROTHERHOOD",
"start": 29.14,
"end": 30.52,
"textcontents": [
{
"word": " OF",
"start": 29.14,
"end": 29.34
},
{
"word": " PEACE",
"start": 29.34,
"end": 29.62
},
{
"word": " AND",
"start": 29.62,
"end": 29.86
},
{
"word": " BROTHERHOOD",
"start": 29.86,
"end": 30.52
}
]
}
whole json: {
"word": " CAN NEVER BECOME A",
"start": 30.52,
"end": 31.64,
"textcontents": [
{
"word": " CAN",
"start": 30.52,
"end": 30.78
},
{
"word": " NEVER",
"start": 30.78,
"end": 31.1
},
{
"word": " BECOME",
"start": 31.1,
"end": 31.46
},
{
"word": " A",
"start": 31.46,
"end": 31.64
}
]
}
whole json: {
"word": " REALITY. I REFUSE TO",
"start": 31.64,
"end": 35.06,
"textcontents": [
{
"word": " REALITY.",
"start": 31.64,
"end": 32.22
},
{
"word": " I",
"start": 33.58,
"end": 34.06
},
{
"word": " REFUSE",
"start": 34.06,
"end": 34.66
},
{
"word": " TO",
"start": 34.66,
"end": 35.06
}
]
}
whole json: {
"word": " ACCEPT THE CYNICAL",
"start": 35.06,
"end": 36.16,
"textcontents": [
{
"word": " ACCEPT",
"start": 35.06,
"end": 35.54
},
{
"word": " THE",
"start": 35.54,
"end": 35.74
},
{
"word": " CYNICAL",
"start": 35.74,
"end": 36.16
}
]
}
whole json: {
"word": " NOTION THAT NATION",
"start": 36.16,
"end": 38.86,
"textcontents": [
{
"word": " NOTION",
"start": 36.16,
"end": 36.68
},
{
"word": " THAT",
"start": 36.68,
"end": 38.34
},
{
"word": " NATION",
"start": 38.34,
"end": 38.86
}
]
}
whole json: {
"word": " AFTER NATION MUST SPIRAL",
"start": 38.86,
"end": 41.66,
"textcontents": [
{
"word": " AFTER",
"start": 38.86,
"end": 39.26
},
{
"word": " NATION",
"start": 39.26,
"end": 39.98
},
{
"word": " MUST",
"start": 39.98,
"end": 40.98
},
{
"word": " SPIRAL",
"start": 40.98,
"end": 41.66
}
]
}
whole json: {
"word": " DOWN A MILITARISTIC",
"start": 41.66,
"end": 43.5,
"textcontents": [
{
"word": " DOWN",
"start": 41.66,
"end": 42.14
},
{
"word": " A",
"start": 42.14,
"end": 42.6
},
{
"word": " MILITARISTIC",
"start": 42.6,
"end": 43.5
}
]
}
whole json: {
"word": " STARWING INTO THE",
"start": 43.5,
"end": 46.04,
"textcontents": [
{
"word": " STARWING",
"start": 43.5,
"end": 44.26
},
{
"word": " INTO",
"start": 44.26,
"end": 45.72
},
{
"word": " THE",
"start": 45.72,
"end": 46.04
}
]
}
whole json: {
"word": " HELL OF NUCLEAR ANNIHILATION.",
"start": 46.04,
"end": 48.1,
"textcontents": [
{
"word": " HELL",
"start": 46.04,
"end": 46.42
},
{
"word": " OF",
"start": 46.42,
"end": 46.74
},
{
"word": " NUCLEAR",
"start": 46.74,
"end": 47.2
},
{
"word": " ANNIHILATION.",
"start": 47.2,
"end": 48.1
}
]
}
Moviepy - Building video /tmp/output.mp4.
MoviePy - Writing audio in outputTEMP_MPY_wvf_snd.mp4
chunk: 0%| | 0/1085 [00:00<?, ?it/s, now=None]
chunk: 25%|██▍ | 268/1085 [00:00<00:00, 2676.20it/s, now=None]
chunk: 52%|█████▏ | 560/1085 [00:00<00:00, 2816.21it/s, now=None]
chunk: 78%|███████▊ | 842/1085 [00:00<00:00, 2812.15it/s, now=None]
MoviePy - Done.
Moviepy - Writing video /tmp/output.mp4
t: 0%| | 0/1180 [00:00<?, ?it/s, now=None]
t: 0%| | 5/1180 [00:00<00:30, 38.47it/s, now=None]
t: 1%| | 9/1180 [00:00<00:34, 33.64it/s, now=None]
t: 1%| | 13/1180 [00:00<00:36, 32.21it/s, now=None]
t: 1%|▏ | 17/1180 [00:00<00:36, 31.76it/s, now=None]
t: 2%|▏ | 21/1180 [00:00<00:36, 32.04it/s, now=None]
t: 2%|▏ | 25/1180 [00:00<00:36, 31.72it/s, now=None]
t: 2%|▏ | 29/1180 [00:00<00:36, 31.31it/s, now=None]
t: 3%|▎ | 33/1180 [00:01<00:36, 31.40it/s, now=None]
t: 3%|▎ | 37/1180 [00:01<00:36, 31.19it/s, now=None]
t: 3%|▎ | 41/1180 [00:01<00:36, 30.89it/s, now=None]
t: 4%|▍ | 45/1180 [00:01<00:37, 30.06it/s, now=None]
t: 4%|▍ | 49/1180 [00:01<00:38, 29.23it/s, now=None]
t: 4%|▍ | 52/1180 [00:01<00:39, 28.52it/s, now=None]
t: 5%|▍ | 55/1180 [00:01<00:39, 28.14it/s, now=None]
t: 5%|▍ | 58/1180 [00:01<00:39, 28.59it/s, now=None]
t: 5%|▌ | 62/1180 [00:02<00:36, 30.49it/s, now=None]
t: 6%|▌ | 66/1180 [00:02<00:34, 31.96it/s, now=None]
t: 6%|▌ | 70/1180 [00:02<00:33, 33.11it/s, now=None]
t: 6%|▋ | 74/1180 [00:02<00:32, 33.54it/s, now=None]
t: 7%|▋ | 78/1180 [00:02<00:32, 33.90it/s, now=None]
t: 7%|▋ | 82/1180 [00:02<00:32, 34.07it/s, now=None]
t: 7%|▋ | 86/1180 [00:02<00:31, 34.50it/s, now=None]
t: 8%|▊ | 90/1180 [00:02<00:31, 34.70it/s, now=None]
t: 8%|▊ | 94/1180 [00:02<00:31, 34.71it/s, now=None]
t: 8%|▊ | 98/1180 [00:03<00:31, 34.33it/s, now=None]
t: 9%|▊ | 102/1180 [00:03<00:31, 34.57it/s, now=None]
t: 9%|▉ | 106/1180 [00:03<00:30, 34.78it/s, now=None]
t: 9%|▉ | 110/1180 [00:03<00:30, 34.60it/s, now=None]
t: 10%|▉ | 114/1180 [00:03<00:30, 34.75it/s, now=None]
t: 10%|█ | 118/1180 [00:03<00:30, 35.03it/s, now=None]
t: 10%|█ | 122/1180 [00:03<00:30, 34.95it/s, now=None]
t: 11%|█ | 126/1180 [00:03<00:30, 34.65it/s, now=None]
t: 11%|█ | 130/1180 [00:03<00:30, 34.88it/s, now=None]
t: 11%|█▏ | 134/1180 [00:04<00:29, 35.07it/s, now=None]
t: 12%|█▏ | 138/1180 [00:04<00:29, 35.63it/s, now=None]
t: 12%|█▏ | 142/1180 [00:04<00:29, 35.11it/s, now=None]
t: 12%|█▏ | 146/1180 [00:04<00:29, 35.41it/s, now=None]
t: 13%|█▎ | 150/1180 [00:04<00:28, 35.71it/s, now=None]
t: 13%|█▎ | 154/1180 [00:04<00:28, 35.85it/s, now=None]
t: 13%|█▎ | 158/1180 [00:04<00:28, 36.13it/s, now=None]
t: 14%|█▎ | 162/1180 [00:04<00:28, 36.18it/s, now=None]
t: 14%|█▍ | 166/1180 [00:04<00:27, 36.36it/s, now=None]
t: 14%|█▍ | 170/1180 [00:05<00:27, 36.21it/s, now=None]
t: 15%|█▍ | 174/1180 [00:05<00:28, 35.86it/s, now=None]
t: 15%|█▌ | 178/1180 [00:05<00:27, 36.16it/s, now=None]
t: 15%|█▌ | 182/1180 [00:05<00:27, 35.89it/s, now=None]
t: 16%|█▌ | 186/1180 [00:05<00:27, 35.87it/s, now=None]
t: 16%|█▌ | 190/1180 [00:05<00:27, 36.14it/s, now=None]
t: 16%|█▋ | 194/1180 [00:05<00:27, 35.69it/s, now=None]
t: 17%|█▋ | 198/1180 [00:05<00:27, 35.95it/s, now=None]
t: 17%|█▋ | 202/1180 [00:05<00:27, 35.97it/s, now=None]
t: 17%|█▋ | 206/1180 [00:06<00:27, 35.99it/s, now=None]
t: 18%|█▊ | 210/1180 [00:06<00:26, 36.29it/s, now=None]
t: 18%|█▊ | 214/1180 [00:06<00:26, 36.38it/s, now=None]
t: 18%|█▊ | 218/1180 [00:06<00:26, 36.32it/s, now=None]
t: 19%|█▉ | 222/1180 [00:06<00:26, 36.16it/s, now=None]
t: 19%|█▉ | 226/1180 [00:06<00:26, 36.51it/s, now=None]
t: 19%|█▉ | 230/1180 [00:06<00:25, 36.97it/s, now=None]
t: 20%|█▉ | 235/1180 [00:06<00:24, 37.96it/s, now=None]
t: 20%|██ | 239/1180 [00:06<00:24, 38.12it/s, now=None]
t: 21%|██ | 243/1180 [00:07<00:24, 37.98it/s, now=None]
t: 21%|██ | 247/1180 [00:07<00:24, 38.25it/s, now=None]
t: 21%|██▏ | 251/1180 [00:07<00:24, 38.08it/s, now=None]
t: 22%|██▏ | 255/1180 [00:07<00:24, 38.04it/s, now=None]
t: 22%|██▏ | 259/1180 [00:07<00:24, 37.82it/s, now=None]
t: 22%|██▏ | 263/1180 [00:07<00:24, 37.60it/s, now=None]
t: 23%|██▎ | 267/1180 [00:07<00:24, 37.27it/s, now=None]
t: 23%|██▎ | 271/1180 [00:07<00:24, 37.14it/s, now=None]
t: 23%|██▎ | 275/1180 [00:07<00:24, 37.12it/s, now=None]
t: 24%|██▎ | 279/1180 [00:08<00:24, 36.57it/s, now=None]
t: 24%|██▍ | 283/1180 [00:08<00:24, 36.53it/s, now=None]
t: 24%|██▍ | 287/1180 [00:08<00:24, 36.50it/s, now=None]
t: 25%|██▍ | 291/1180 [00:08<00:24, 36.41it/s, now=None]
t: 25%|██▌ | 295/1180 [00:08<00:24, 36.33it/s, now=None]
t: 25%|██▌ | 299/1180 [00:08<00:23, 36.87it/s, now=None]
t: 26%|██▌ | 303/1180 [00:08<00:23, 37.18it/s, now=None]
t: 26%|██▌ | 307/1180 [00:08<00:23, 37.39it/s, now=None]
t: 26%|██▋ | 311/1180 [00:08<00:23, 37.45it/s, now=None]
t: 27%|██▋ | 315/1180 [00:09<00:23, 37.03it/s, now=None]
t: 27%|██▋ | 319/1180 [00:09<00:23, 36.94it/s, now=None]
t: 27%|██▋ | 323/1180 [00:09<00:23, 36.79it/s, now=None]
t: 28%|██▊ | 327/1180 [00:09<00:23, 36.72it/s, now=None]
t: 28%|██▊ | 331/1180 [00:09<00:22, 37.48it/s, now=None]
t: 28%|██▊ | 336/1180 [00:09<00:21, 38.49it/s, now=None]
t: 29%|██▉ | 341/1180 [00:09<00:21, 39.18it/s, now=None]
t: 29%|██▉ | 346/1180 [00:09<00:21, 39.48it/s, now=None]
t: 30%|██▉ | 350/1180 [00:09<00:21, 39.04it/s, now=None]
t: 30%|███ | 354/1180 [00:10<00:21, 38.80it/s, now=None]
t: 30%|███ | 358/1180 [00:10<00:21, 38.28it/s, now=None]
t: 31%|███ | 362/1180 [00:10<00:21, 37.21it/s, now=None]
t: 31%|███ | 366/1180 [00:10<00:21, 37.37it/s, now=None]
t: 31%|███▏ | 370/1180 [00:10<00:21, 37.46it/s, now=None]
t: 32%|███▏ | 374/1180 [00:10<00:21, 37.54it/s, now=None]
t: 32%|███▏ | 378/1180 [00:10<00:21, 37.44it/s, now=None]
t: 32%|███▏ | 382/1180 [00:10<00:21, 37.83it/s, now=None]
t: 33%|███▎ | 386/1180 [00:10<00:20, 37.87it/s, now=None]
t: 33%|███▎ | 390/1180 [00:10<00:20, 38.39it/s, now=None]
t: 33%|███▎ | 395/1180 [00:11<00:19, 39.37it/s, now=None]
t: 34%|███▍ | 399/1180 [00:11<00:19, 39.54it/s, now=None]
t: 34%|███▍ | 404/1180 [00:11<00:19, 39.85it/s, now=None]
t: 35%|███▍ | 408/1180 [00:11<00:19, 39.82it/s, now=None]
t: 35%|███▌ | 413/1180 [00:11<00:19, 39.91it/s, now=None]
t: 35%|███▌ | 418/1180 [00:11<00:19, 39.90it/s, now=None]
t: 36%|███▌ | 423/1180 [00:11<00:18, 40.19it/s, now=None]
t: 36%|███▋ | 428/1180 [00:11<00:18, 40.06it/s, now=None]
t: 37%|███▋ | 433/1180 [00:12<00:18, 40.16it/s, now=None]
t: 37%|███▋ | 438/1180 [00:12<00:18, 39.89it/s, now=None]
t: 38%|███▊ | 443/1180 [00:12<00:18, 40.22it/s, now=None]
t: 38%|███▊ | 448/1180 [00:12<00:18, 39.98it/s, now=None]
t: 38%|███▊ | 452/1180 [00:12<00:18, 39.47it/s, now=None]
t: 39%|███▊ | 456/1180 [00:12<00:18, 39.21it/s, now=None]
t: 39%|███▉ | 460/1180 [00:12<00:18, 39.03it/s, now=None]
t: 39%|███▉ | 464/1180 [00:12<00:18, 39.21it/s, now=None]
t: 40%|███▉ | 468/1180 [00:12<00:18, 38.70it/s, now=None]
t: 40%|████ | 472/1180 [00:13<00:18, 38.74it/s, now=None]
t: 40%|████ | 477/1180 [00:13<00:17, 39.89it/s, now=None]
t: 41%|████ | 482/1180 [00:13<00:17, 40.47it/s, now=None]
t: 41%|████▏ | 487/1180 [00:13<00:16, 41.00it/s, now=None]
t: 42%|████▏ | 492/1180 [00:13<00:16, 41.02it/s, now=None]
t: 42%|████▏ | 497/1180 [00:13<00:16, 41.16it/s, now=None]
t: 43%|████▎ | 502/1180 [00:13<00:16, 41.20it/s, now=None]
t: 43%|████▎ | 507/1180 [00:13<00:16, 40.83it/s, now=None]
t: 43%|████▎ | 512/1180 [00:14<00:16, 40.80it/s, now=None]
t: 44%|████▍ | 517/1180 [00:14<00:15, 41.50it/s, now=None]
t: 44%|████▍ | 522/1180 [00:14<00:15, 41.31it/s, now=None]
t: 45%|████▍ | 527/1180 [00:14<00:15, 41.79it/s, now=None]
t: 45%|████▌ | 532/1180 [00:14<00:15, 42.03it/s, now=None]
t: 46%|████▌ | 537/1180 [00:14<00:15, 42.59it/s, now=None]
t: 46%|████▌ | 542/1180 [00:14<00:14, 42.87it/s, now=None]
t: 46%|████▋ | 547/1180 [00:14<00:14, 43.15it/s, now=None]
t: 47%|████▋ | 552/1180 [00:14<00:14, 43.57it/s, now=None]
t: 47%|████▋ | 557/1180 [00:15<00:14, 43.40it/s, now=None]
t: 48%|████▊ | 562/1180 [00:15<00:14, 43.55it/s, now=None]
t: 48%|████▊ | 567/1180 [00:15<00:14, 42.60it/s, now=None]
t: 48%|████▊ | 572/1180 [00:15<00:14, 42.64it/s, now=None]
t: 49%|████▉ | 577/1180 [00:15<00:14, 42.68it/s, now=None]
t: 49%|████▉ | 582/1180 [00:15<00:14, 42.54it/s, now=None]
t: 50%|████▉ | 587/1180 [00:15<00:13, 42.87it/s, now=None]
t: 50%|█████ | 592/1180 [00:15<00:13, 42.55it/s, now=None]
t: 51%|█████ | 597/1180 [00:15<00:13, 43.48it/s, now=None]
t: 51%|█████ | 602/1180 [00:16<00:13, 43.39it/s, now=None]
t: 51%|█████▏ | 607/1180 [00:16<00:12, 44.23it/s, now=None]
t: 52%|█████▏ | 612/1180 [00:16<00:12, 44.36it/s, now=None]
t: 52%|█████▏ | 617/1180 [00:16<00:12, 45.08it/s, now=None]
t: 53%|█████▎ | 622/1180 [00:16<00:12, 45.00it/s, now=None]
t: 53%|█████▎ | 627/1180 [00:16<00:12, 45.39it/s, now=None]
t: 54%|█████▎ | 632/1180 [00:16<00:12, 45.33it/s, now=None]
t: 54%|█████▍ | 637/1180 [00:16<00:11, 45.30it/s, now=None]
t: 54%|█████▍ | 642/1180 [00:16<00:11, 46.37it/s, now=None]
t: 55%|█████▍ | 648/1180 [00:17<00:11, 48.20it/s, now=None]
t: 55%|█████▌ | 653/1180 [00:17<00:10, 48.51it/s, now=None]
t: 56%|█████▌ | 659/1180 [00:17<00:10, 49.09it/s, now=None]
t: 56%|█████▋ | 665/1180 [00:17<00:10, 49.74it/s, now=None]
t: 57%|█████▋ | 671/1180 [00:17<00:10, 50.55it/s, now=None]
t: 57%|█████▋ | 677/1180 [00:17<00:10, 49.50it/s, now=None]
t: 58%|█████▊ | 682/1180 [00:17<00:10, 48.22it/s, now=None]
t: 58%|█████▊ | 687/1180 [00:17<00:10, 47.72it/s, now=None]
t: 59%|█████▊ | 692/1180 [00:17<00:10, 46.98it/s, now=None]
t: 59%|█████▉ | 697/1180 [00:18<00:10, 46.43it/s, now=None]
t: 59%|█████▉ | 702/1180 [00:18<00:10, 46.13it/s, now=None]
t: 60%|█████▉ | 707/1180 [00:18<00:10, 46.69it/s, now=None]
t: 60%|██████ | 712/1180 [00:18<00:09, 47.30it/s, now=None]
t: 61%|██████ | 717/1180 [00:18<00:09, 47.74it/s, now=None]
t: 61%|██████ | 722/1180 [00:18<00:09, 47.85it/s, now=None]
t: 62%|██████▏ | 727/1180 [00:18<00:09, 47.94it/s, now=None]
t: 62%|██████▏ | 732/1180 [00:18<00:09, 48.21it/s, now=None]
t: 63%|██████▎ | 738/1180 [00:18<00:09, 48.90it/s, now=None]
t: 63%|██████▎ | 743/1180 [00:19<00:08, 49.21it/s, now=None]
t: 63%|██████▎ | 748/1180 [00:19<00:08, 49.00it/s, now=None]
t: 64%|██████▍ | 754/1180 [00:19<00:08, 50.70it/s, now=None]
t: 64%|██████▍ | 760/1180 [00:19<00:08, 51.65it/s, now=None]
t: 65%|██████▍ | 766/1180 [00:19<00:07, 52.19it/s, now=None]
t: 65%|██████▌ | 772/1180 [00:19<00:07, 52.94it/s, now=None]
t: 66%|██████▌ | 778/1180 [00:19<00:07, 54.43it/s, now=None]
t: 66%|██████▋ | 784/1180 [00:19<00:07, 55.01it/s, now=None]
t: 67%|██████▋ | 790/1180 [00:19<00:07, 55.38it/s, now=None]
t: 67%|██████▋ | 796/1180 [00:20<00:06, 55.21it/s, now=None]
t: 68%|██████▊ | 802/1180 [00:20<00:06, 56.48it/s, now=None]
t: 68%|██████▊ | 808/1180 [00:20<00:06, 56.32it/s, now=None]
t: 69%|██████▉ | 814/1180 [00:20<00:06, 56.47it/s, now=None]
t: 69%|██████▉ | 820/1180 [00:20<00:06, 56.39it/s, now=None]
t: 70%|███████ | 826/1180 [00:20<00:06, 56.71it/s, now=None]
t: 71%|███████ | 832/1180 [00:20<00:06, 56.11it/s, now=None]
t: 71%|███████ | 838/1180 [00:20<00:06, 55.91it/s, now=None]
t: 72%|███████▏ | 844/1180 [00:20<00:05, 56.58it/s, now=None]
t: 72%|███████▏ | 851/1180 [00:20<00:05, 57.96it/s, now=None]
t: 73%|███████▎ | 858/1180 [00:21<00:05, 58.91it/s, now=None]
t: 73%|███████▎ | 864/1180 [00:21<00:05, 59.21it/s, now=None]
t: 74%|███████▎ | 870/1180 [00:21<00:05, 58.68it/s, now=None]
t: 74%|███████▍ | 877/1180 [00:21<00:05, 60.01it/s, now=None]
t: 75%|███████▍ | 884/1180 [00:21<00:04, 60.67it/s, now=None]
t: 76%|███████▌ | 891/1180 [00:21<00:04, 60.98it/s, now=None]
t: 76%|███████▌ | 898/1180 [00:21<00:04, 61.24it/s, now=None]
t: 77%|███████▋ | 905/1180 [00:21<00:04, 61.90it/s, now=None]
t: 77%|███████▋ | 912/1180 [00:21<00:04, 62.25it/s, now=None]
t: 78%|███████▊ | 919/1180 [00:22<00:04, 62.34it/s, now=None]
t: 78%|███████▊ | 926/1180 [00:22<00:04, 62.39it/s, now=None]
t: 79%|███████▉ | 933/1180 [00:22<00:03, 62.70it/s, now=None]
t: 80%|███████▉ | 940/1180 [00:22<00:03, 62.13it/s, now=None]
t: 80%|████████ | 947/1180 [00:22<00:03, 61.52it/s, now=None]
t: 81%|████████ | 954/1180 [00:22<00:03, 62.53it/s, now=None]
t: 81%|████████▏ | 961/1180 [00:22<00:03, 63.12it/s, now=None]
t: 82%|████████▏ | 968/1180 [00:22<00:03, 62.51it/s, now=None]
t: 83%|████████▎ | 975/1180 [00:22<00:03, 62.96it/s, now=None]
t: 83%|████████▎ | 982/1180 [00:23<00:03, 61.96it/s, now=None]
t: 84%|████████▍ | 989/1180 [00:23<00:03, 62.14it/s, now=None]
t: 84%|████████▍ | 996/1180 [00:23<00:02, 62.11it/s, now=None]
t: 85%|████████▌ | 1003/1180 [00:23<00:02, 62.94it/s, now=None]
t: 86%|████████▌ | 1010/1180 [00:23<00:02, 63.33it/s, now=None]
t: 86%|████████▌ | 1017/1180 [00:23<00:02, 64.53it/s, now=None]
t: 87%|████████▋ | 1024/1180 [00:23<00:02, 65.60it/s, now=None]
t: 87%|████████▋ | 1031/1180 [00:23<00:02, 65.48it/s, now=None]
t: 88%|████████▊ | 1038/1180 [00:23<00:02, 65.05it/s, now=None]
t: 89%|████████▊ | 1045/1180 [00:24<00:02, 64.37it/s, now=None]
t: 89%|████████▉ | 1052/1180 [00:24<00:01, 65.55it/s, now=None]
t: 90%|████████▉ | 1060/1180 [00:24<00:01, 67.71it/s, now=None]
t: 91%|█████████ | 1068/1180 [00:24<00:01, 68.78it/s, now=None]
t: 91%|█████████ | 1076/1180 [00:24<00:01, 69.97it/s, now=None]
t: 92%|█████████▏| 1083/1180 [00:24<00:01, 69.63it/s, now=None]
t: 92%|█████████▏| 1091/1180 [00:24<00:01, 70.38it/s, now=None]
t: 93%|█████████▎| 1099/1180 [00:24<00:01, 71.39it/s, now=None]
t: 94%|█████████▍| 1107/1180 [00:24<00:01, 71.10it/s, now=None]
t: 94%|█████████▍| 1115/1180 [00:25<00:00, 70.36it/s, now=None]
t: 95%|█████████▌| 1123/1180 [00:25<00:00, 69.91it/s, now=None]
t: 96%|█████████▌| 1130/1180 [00:25<00:00, 68.93it/s, now=None]
t: 96%|█████████▋| 1137/1180 [00:25<00:00, 68.75it/s, now=None]
t: 97%|█████████▋| 1144/1180 [00:25<00:00, 68.35it/s, now=None]
t: 98%|█████████▊| 1151/1180 [00:25<00:00, 68.41it/s, now=None]
t: 98%|█████████▊| 1159/1180 [00:25<00:00, 71.09it/s, now=None]
t: 99%|█████████▉| 1169/1180 [00:25<00:00, 79.43it/s, now=None]
t: 100%|██████████| 1180/1180 [00:25<00:00, 87.34it/s, now=None]/root/.pyenv/versions/3.11.6/lib/python3.11/site-packages/moviepy/video/io/ffmpeg_reader.py:154: UserWarning: In file /tmp/tmp6fbra1oa/input.mp4, 2764800 bytes wanted but 0 bytes read,at frame index 1228 (out of a total 1229 frames), at time 49.12/49.17 sec. Using the last valid frame instead.
warnings.warn(
Moviepy - Done !
Moviepy - video ready /tmp/output.mp4
This example was created by a different version, fictions-ai/autocaption:aa083d4a.
This model costs approximately $0.10 to run on Replicate, or 10 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 105 seconds. The predict time for this model varies significantly based on the inputs.
Upload a video to automatically add karaoke-style captions
The original code for this model was created by fictions-ai: https://github.com/fictions-ai/autocaption
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmp6fbra1oa/input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.29.100
Duration: 00:00:49.17, start: 0.000000, bitrate: 760 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 625 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
Metadata:
handler_name : Core Media Video
vendor_id : [0][0][0][0]
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
handler_name : Core Media Audio
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:1 -> #0:0 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
Output #0, mp3, to '/tmp/tmp6fbra1oa/input.mp3':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
TSSE : Lavf58.76.100
Stream #0:0(eng): Audio: mp3, 44100 Hz, stereo, fltp (default)
Metadata:
handler_name : Core Media Audio
vendor_id : [0][0][0][0]
encoder : Lavc58.134.100 libmp3lame
size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
size= 769kB time=00:00:49.13 bitrate= 128.2kbits/s speed= 124x
video:0kB audio:769kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.045234%
video type is: other aspect ratio
word_level: [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}, {'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}, {'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}, {'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}, {'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}, {'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}, {'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}, {'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}, {'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}, {'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}, {'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}, {'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}, {'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}, {'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}, {'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}, {'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}, {'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}, {'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}, {'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}, {'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}, {'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}, {'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]
line_level_subtitles : [{'word': ' I REFUSE TO ACCEPT', 'start': 0.0, 'end': 2.34, 'textcontents': [{'word': ' I', 'start': 0.0, 'end': 1.0}, {'word': ' REFUSE', 'start': 1.0, 'end': 1.4}, {'word': ' TO', 'start': 1.4, 'end': 1.9}, {'word': ' ACCEPT', 'start': 1.9, 'end': 2.34}]}, {'word': ' THE IDEA THAT', 'start': 2.34, 'end': 5.52, 'textcontents': [{'word': ' THE', 'start': 2.34, 'end': 2.7}, {'word': ' IDEA', 'start': 2.7, 'end': 3.32}, {'word': ' THAT', 'start': 3.32, 'end': 5.52}]}, {'word': ' MAN IS MERE FLOATSOME', 'start': 5.52, 'end': 7.44, 'textcontents': [{'word': ' MAN', 'start': 5.52, 'end': 5.94}, {'word': ' IS', 'start': 5.94, 'end': 6.34}, {'word': ' MERE', 'start': 6.34, 'end': 6.64}, {'word': ' FLOATSOME', 'start': 6.64, 'end': 7.44}]}, {'word': ' AND JETSOME IN THE', 'start': 7.44, 'end': 8.62, 'textcontents': [{'word': ' AND', 'start': 7.44, 'end': 7.72}, {'word': ' JETSOME', 'start': 7.72, 'end': 8.34}, {'word': ' IN', 'start': 8.34, 'end': 8.48}, {'word': ' THE', 'start': 8.48, 'end': 8.62}]}, {'word': ' RIVET OF LIFE, UNABLE', 'start': 8.62, 'end': 11.2, 'textcontents': [{'word': ' RIVET', 'start': 8.62, 'end': 8.94}, {'word': ' OF', 'start': 8.94, 'end': 9.1}, {'word': ' LIFE,', 'start': 9.1, 'end': 9.62}, {'word': ' UNABLE', 'start': 10.759999999999998, 'end': 11.2}]}, {'word': ' TO INFLUENCE THE UNFOLDING', 'start': 11.2, 'end': 13.54, 'textcontents': [{'word': ' TO', 'start': 11.2, 'end': 11.64}, {'word': ' INFLUENCE', 'start': 11.64, 'end': 12.28}, {'word': ' THE', 'start': 12.28, 'end': 12.74}, {'word': ' UNFOLDING', 'start': 12.74, 'end': 13.54}]}, {'word': ' EVENTS WHICH SURROUND', 'start': 13.54, 'end': 15.12, 'textcontents': [{'word': ' EVENTS', 'start': 13.54, 'end': 14.18}, {'word': ' WHICH', 'start': 14.18, 'end': 14.58}, {'word': ' SURROUND', 'start': 14.58, 'end': 15.12}]}, {'word': ' HIM. I REFUSE TO ACCEPT', 'start': 15.12, 'end': 18.58, 'textcontents': [{'word': ' HIM.', 'start': 15.12, 'end': 15.54}, {'word': ' I', 'start': 16.98, 'end': 17.42}, {'word': ' REFUSE', 'start': 17.42, 'end': 17.82}, {'word': ' TO', 'start': 17.82, 'end': 18.22}, {'word': ' ACCEPT', 'start': 18.22, 'end': 18.58}]}, {'word': ' THE VIEW THAT MANKIND', 'start': 18.58, 'end': 19.62, 'textcontents': [{'word': ' THE', 'start': 18.58, 'end': 18.8}, {'word': ' VIEW', 'start': 18.8, 'end': 19.02}, {'word': ' THAT', 'start': 19.02, 'end': 19.22}, {'word': ' MANKIND', 'start': 19.22, 'end': 19.62}]}, {'word': ' IS SO TRAGICALLY BOUND', 'start': 19.62, 'end': 21.62, 'textcontents': [{'word': ' IS', 'start': 19.62, 'end': 20.2}, {'word': ' SO', 'start': 20.2, 'end': 20.4}, {'word': ' TRAGICALLY', 'start': 20.4, 'end': 21.12}, {'word': ' BOUND', 'start': 21.12, 'end': 21.62}]}, {'word': ' TO THE STARLESS MIDNIGHT', 'start': 21.62, 'end': 24.54, 'textcontents': [{'word': ' TO', 'start': 21.62, 'end': 22.88}, {'word': ' THE', 'start': 22.88, 'end': 23.08}, {'word': ' STARLESS', 'start': 23.08, 'end': 23.86}, {'word': ' MIDNIGHT', 'start': 23.86, 'end': 24.54}]}, {'word': ' OF RACISM AND WAR,', 'start': 24.54, 'end': 26.56, 'textcontents': [{'word': ' OF', 'start': 24.54, 'end': 24.82}, {'word': ' RACISM', 'start': 24.82, 'end': 25.48}, {'word': ' AND', 'start': 25.48, 'end': 26.1}, {'word': ' WAR,', 'start': 26.1, 'end': 26.56}]}, {'word': ' AND THE BRIGHT DAYBREAK', 'start': 27.96, 'end': 29.14, 'textcontents': [{'word': ' AND', 'start': 27.96, 'end': 28.12}, {'word': ' THE', 'start': 28.12, 'end': 28.28}, {'word': ' BRIGHT', 'start': 28.28, 'end': 28.6}, {'word': ' DAYBREAK', 'start': 28.6, 'end': 29.14}]}, {'word': ' OF PEACE AND BROTHERHOOD', 'start': 29.14, 'end': 30.52, 'textcontents': [{'word': ' OF', 'start': 29.14, 'end': 29.34}, {'word': ' PEACE', 'start': 29.34, 'end': 29.62}, {'word': ' AND', 'start': 29.62, 'end': 29.86}, {'word': ' BROTHERHOOD', 'start': 29.86, 'end': 30.52}]}, {'word': ' CAN NEVER BECOME A', 'start': 30.52, 'end': 31.64, 'textcontents': [{'word': ' CAN', 'start': 30.52, 'end': 30.78}, {'word': ' NEVER', 'start': 30.78, 'end': 31.1}, {'word': ' BECOME', 'start': 31.1, 'end': 31.46}, {'word': ' A', 'start': 31.46, 'end': 31.64}]}, {'word': ' REALITY. I REFUSE TO', 'start': 31.64, 'end': 35.06, 'textcontents': [{'word': ' REALITY.', 'start': 31.64, 'end': 32.22}, {'word': ' I', 'start': 33.58, 'end': 34.06}, {'word': ' REFUSE', 'start': 34.06, 'end': 34.66}, {'word': ' TO', 'start': 34.66, 'end': 35.06}]}, {'word': ' ACCEPT THE CYNICAL', 'start': 35.06, 'end': 36.16, 'textcontents': [{'word': ' ACCEPT', 'start': 35.06, 'end': 35.54}, {'word': ' THE', 'start': 35.54, 'end': 35.74}, {'word': ' CYNICAL', 'start': 35.74, 'end': 36.16}]}, {'word': ' NOTION THAT NATION', 'start': 36.16, 'end': 38.86, 'textcontents': [{'word': ' NOTION', 'start': 36.16, 'end': 36.68}, {'word': ' THAT', 'start': 36.68, 'end': 38.34}, {'word': ' NATION', 'start': 38.34, 'end': 38.86}]}, {'word': ' AFTER NATION MUST SPIRAL', 'start': 38.86, 'end': 41.66, 'textcontents': [{'word': ' AFTER', 'start': 38.86, 'end': 39.26}, {'word': ' NATION', 'start': 39.26, 'end': 39.98}, {'word': ' MUST', 'start': 39.98, 'end': 40.98}, {'word': ' SPIRAL', 'start': 40.98, 'end': 41.66}]}, {'word': ' DOWN A MILITARISTIC', 'start': 41.66, 'end': 43.5, 'textcontents': [{'word': ' DOWN', 'start': 41.66, 'end': 42.14}, {'word': ' A', 'start': 42.14, 'end': 42.6}, {'word': ' MILITARISTIC', 'start': 42.6, 'end': 43.5}]}, {'word': ' STARWING INTO THE', 'start': 43.5, 'end': 46.04, 'textcontents': [{'word': ' STARWING', 'start': 43.5, 'end': 44.26}, {'word': ' INTO', 'start': 44.26, 'end': 45.72}, {'word': ' THE', 'start': 45.72, 'end': 46.04}]}, {'word': ' HELL OF NUCLEAR ANNIHILATION.', 'start': 46.04, 'end': 48.1, 'textcontents': [{'word': ' HELL', 'start': 46.04, 'end': 46.42}, {'word': ' OF', 'start': 46.42, 'end': 46.74}, {'word': ' NUCLEAR', 'start': 46.74, 'end': 47.2}, {'word': ' ANNIHILATION.', 'start': 47.2, 'end': 48.1}]}]
whole json: {
"word": " I REFUSE TO ACCEPT",
"start": 0.0,
"end": 2.34,
"textcontents": [
{
"word": " I",
"start": 0.0,
"end": 1.0
},
{
"word": " REFUSE",
"start": 1.0,
"end": 1.4
},
{
"word": " TO",
"start": 1.4,
"end": 1.9
},
{
"word": " ACCEPT",
"start": 1.9,
"end": 2.34
}
]
}
whole json: {
"word": " THE IDEA THAT",
"start": 2.34,
"end": 5.52,
"textcontents": [
{
"word": " THE",
"start": 2.34,
"end": 2.7
},
{
"word": " IDEA",
"start": 2.7,
"end": 3.32
},
{
"word": " THAT",
"start": 3.32,
"end": 5.52
}
]
}
whole json: {
"word": " MAN IS MERE FLOATSOME",
"start": 5.52,
"end": 7.44,
"textcontents": [
{
"word": " MAN",
"start": 5.52,
"end": 5.94
},
{
"word": " IS",
"start": 5.94,
"end": 6.34
},
{
"word": " MERE",
"start": 6.34,
"end": 6.64
},
{
"word": " FLOATSOME",
"start": 6.64,
"end": 7.44
}
]
}
whole json: {
"word": " AND JETSOME IN THE",
"start": 7.44,
"end": 8.62,
"textcontents": [
{
"word": " AND",
"start": 7.44,
"end": 7.72
},
{
"word": " JETSOME",
"start": 7.72,
"end": 8.34
},
{
"word": " IN",
"start": 8.34,
"end": 8.48
},
{
"word": " THE",
"start": 8.48,
"end": 8.62
}
]
}
whole json: {
"word": " RIVET OF LIFE, UNABLE",
"start": 8.62,
"end": 11.2,
"textcontents": [
{
"word": " RIVET",
"start": 8.62,
"end": 8.94
},
{
"word": " OF",
"start": 8.94,
"end": 9.1
},
{
"word": " LIFE,",
"start": 9.1,
"end": 9.62
},
{
"word": " UNABLE",
"start": 10.759999999999998,
"end": 11.2
}
]
}
whole json: {
"word": " TO INFLUENCE THE UNFOLDING",
"start": 11.2,
"end": 13.54,
"textcontents": [
{
"word": " TO",
"start": 11.2,
"end": 11.64
},
{
"word": " INFLUENCE",
"start": 11.64,
"end": 12.28
},
{
"word": " THE",
"start": 12.28,
"end": 12.74
},
{
"word": " UNFOLDING",
"start": 12.74,
"end": 13.54
}
]
}
whole json: {
"word": " EVENTS WHICH SURROUND",
"start": 13.54,
"end": 15.12,
"textcontents": [
{
"word": " EVENTS",
"start": 13.54,
"end": 14.18
},
{
"word": " WHICH",
"start": 14.18,
"end": 14.58
},
{
"word": " SURROUND",
"start": 14.58,
"end": 15.12
}
]
}
whole json: {
"word": " HIM. I REFUSE TO ACCEPT",
"start": 15.12,
"end": 18.58,
"textcontents": [
{
"word": " HIM.",
"start": 15.12,
"end": 15.54
},
{
"word": " I",
"start": 16.98,
"end": 17.42
},
{
"word": " REFUSE",
"start": 17.42,
"end": 17.82
},
{
"word": " TO",
"start": 17.82,
"end": 18.22
},
{
"word": " ACCEPT",
"start": 18.22,
"end": 18.58
}
]
}
whole json: {
"word": " THE VIEW THAT MANKIND",
"start": 18.58,
"end": 19.62,
"textcontents": [
{
"word": " THE",
"start": 18.58,
"end": 18.8
},
{
"word": " VIEW",
"start": 18.8,
"end": 19.02
},
{
"word": " THAT",
"start": 19.02,
"end": 19.22
},
{
"word": " MANKIND",
"start": 19.22,
"end": 19.62
}
]
}
whole json: {
"word": " IS SO TRAGICALLY BOUND",
"start": 19.62,
"end": 21.62,
"textcontents": [
{
"word": " IS",
"start": 19.62,
"end": 20.2
},
{
"word": " SO",
"start": 20.2,
"end": 20.4
},
{
"word": " TRAGICALLY",
"start": 20.4,
"end": 21.12
},
{
"word": " BOUND",
"start": 21.12,
"end": 21.62
}
]
}
whole json: {
"word": " TO THE STARLESS MIDNIGHT",
"start": 21.62,
"end": 24.54,
"textcontents": [
{
"word": " TO",
"start": 21.62,
"end": 22.88
},
{
"word": " THE",
"start": 22.88,
"end": 23.08
},
{
"word": " STARLESS",
"start": 23.08,
"end": 23.86
},
{
"word": " MIDNIGHT",
"start": 23.86,
"end": 24.54
}
]
}
whole json: {
"word": " OF RACISM AND WAR,",
"start": 24.54,
"end": 26.56,
"textcontents": [
{
"word": " OF",
"start": 24.54,
"end": 24.82
},
{
"word": " RACISM",
"start": 24.82,
"end": 25.48
},
{
"word": " AND",
"start": 25.48,
"end": 26.1
},
{
"word": " WAR,",
"start": 26.1,
"end": 26.56
}
]
}
whole json: {
"word": " AND THE BRIGHT DAYBREAK",
"start": 27.96,
"end": 29.14,
"textcontents": [
{
"word": " AND",
"start": 27.96,
"end": 28.12
},
{
"word": " THE",
"start": 28.12,
"end": 28.28
},
{
"word": " BRIGHT",
"start": 28.28,
"end": 28.6
},
{
"word": " DAYBREAK",
"start": 28.6,
"end": 29.14
}
]
}
whole json: {
"word": " OF PEACE AND BROTHERHOOD",
"start": 29.14,
"end": 30.52,
"textcontents": [
{
"word": " OF",
"start": 29.14,
"end": 29.34
},
{
"word": " PEACE",
"start": 29.34,
"end": 29.62
},
{
"word": " AND",
"start": 29.62,
"end": 29.86
},
{
"word": " BROTHERHOOD",
"start": 29.86,
"end": 30.52
}
]
}
whole json: {
"word": " CAN NEVER BECOME A",
"start": 30.52,
"end": 31.64,
"textcontents": [
{
"word": " CAN",
"start": 30.52,
"end": 30.78
},
{
"word": " NEVER",
"start": 30.78,
"end": 31.1
},
{
"word": " BECOME",
"start": 31.1,
"end": 31.46
},
{
"word": " A",
"start": 31.46,
"end": 31.64
}
]
}
whole json: {
"word": " REALITY. I REFUSE TO",
"start": 31.64,
"end": 35.06,
"textcontents": [
{
"word": " REALITY.",
"start": 31.64,
"end": 32.22
},
{
"word": " I",
"start": 33.58,
"end": 34.06
},
{
"word": " REFUSE",
"start": 34.06,
"end": 34.66
},
{
"word": " TO",
"start": 34.66,
"end": 35.06
}
]
}
whole json: {
"word": " ACCEPT THE CYNICAL",
"start": 35.06,
"end": 36.16,
"textcontents": [
{
"word": " ACCEPT",
"start": 35.06,
"end": 35.54
},
{
"word": " THE",
"start": 35.54,
"end": 35.74
},
{
"word": " CYNICAL",
"start": 35.74,
"end": 36.16
}
]
}
whole json: {
"word": " NOTION THAT NATION",
"start": 36.16,
"end": 38.86,
"textcontents": [
{
"word": " NOTION",
"start": 36.16,
"end": 36.68
},
{
"word": " THAT",
"start": 36.68,
"end": 38.34
},
{
"word": " NATION",
"start": 38.34,
"end": 38.86
}
]
}
whole json: {
"word": " AFTER NATION MUST SPIRAL",
"start": 38.86,
"end": 41.66,
"textcontents": [
{
"word": " AFTER",
"start": 38.86,
"end": 39.26
},
{
"word": " NATION",
"start": 39.26,
"end": 39.98
},
{
"word": " MUST",
"start": 39.98,
"end": 40.98
},
{
"word": " SPIRAL",
"start": 40.98,
"end": 41.66
}
]
}
whole json: {
"word": " DOWN A MILITARISTIC",
"start": 41.66,
"end": 43.5,
"textcontents": [
{
"word": " DOWN",
"start": 41.66,
"end": 42.14
},
{
"word": " A",
"start": 42.14,
"end": 42.6
},
{
"word": " MILITARISTIC",
"start": 42.6,
"end": 43.5
}
]
}
whole json: {
"word": " STARWING INTO THE",
"start": 43.5,
"end": 46.04,
"textcontents": [
{
"word": " STARWING",
"start": 43.5,
"end": 44.26
},
{
"word": " INTO",
"start": 44.26,
"end": 45.72
},
{
"word": " THE",
"start": 45.72,
"end": 46.04
}
]
}
whole json: {
"word": " HELL OF NUCLEAR ANNIHILATION.",
"start": 46.04,
"end": 48.1,
"textcontents": [
{
"word": " HELL",
"start": 46.04,
"end": 46.42
},
{
"word": " OF",
"start": 46.42,
"end": 46.74
},
{
"word": " NUCLEAR",
"start": 46.74,
"end": 47.2
},
{
"word": " ANNIHILATION.",
"start": 47.2,
"end": 48.1
}
]
}
Moviepy - Building video /tmp/output.mp4.
MoviePy - Writing audio in outputTEMP_MPY_wvf_snd.mp4
chunk: 0%| | 0/1085 [00:00<?, ?it/s, now=None]
chunk: 25%|██▍ | 268/1085 [00:00<00:00, 2676.20it/s, now=None]
chunk: 52%|█████▏ | 560/1085 [00:00<00:00, 2816.21it/s, now=None]
chunk: 78%|███████▊ | 842/1085 [00:00<00:00, 2812.15it/s, now=None]
MoviePy - Done.
Moviepy - Writing video /tmp/output.mp4
t: 0%| | 0/1180 [00:00<?, ?it/s, now=None]
t: 0%| | 5/1180 [00:00<00:30, 38.47it/s, now=None]
t: 1%| | 9/1180 [00:00<00:34, 33.64it/s, now=None]
t: 1%| | 13/1180 [00:00<00:36, 32.21it/s, now=None]
t: 1%|▏ | 17/1180 [00:00<00:36, 31.76it/s, now=None]
t: 2%|▏ | 21/1180 [00:00<00:36, 32.04it/s, now=None]
t: 2%|▏ | 25/1180 [00:00<00:36, 31.72it/s, now=None]
t: 2%|▏ | 29/1180 [00:00<00:36, 31.31it/s, now=None]
t: 3%|▎ | 33/1180 [00:01<00:36, 31.40it/s, now=None]
t: 3%|▎ | 37/1180 [00:01<00:36, 31.19it/s, now=None]
t: 3%|▎ | 41/1180 [00:01<00:36, 30.89it/s, now=None]
t: 4%|▍ | 45/1180 [00:01<00:37, 30.06it/s, now=None]
t: 4%|▍ | 49/1180 [00:01<00:38, 29.23it/s, now=None]
t: 4%|▍ | 52/1180 [00:01<00:39, 28.52it/s, now=None]
t: 5%|▍ | 55/1180 [00:01<00:39, 28.14it/s, now=None]
t: 5%|▍ | 58/1180 [00:01<00:39, 28.59it/s, now=None]
t: 5%|▌ | 62/1180 [00:02<00:36, 30.49it/s, now=None]
t: 6%|▌ | 66/1180 [00:02<00:34, 31.96it/s, now=None]
t: 6%|▌ | 70/1180 [00:02<00:33, 33.11it/s, now=None]
t: 6%|▋ | 74/1180 [00:02<00:32, 33.54it/s, now=None]
t: 7%|▋ | 78/1180 [00:02<00:32, 33.90it/s, now=None]
t: 7%|▋ | 82/1180 [00:02<00:32, 34.07it/s, now=None]
t: 7%|▋ | 86/1180 [00:02<00:31, 34.50it/s, now=None]
t: 8%|▊ | 90/1180 [00:02<00:31, 34.70it/s, now=None]
t: 8%|▊ | 94/1180 [00:02<00:31, 34.71it/s, now=None]
t: 8%|▊ | 98/1180 [00:03<00:31, 34.33it/s, now=None]
t: 9%|▊ | 102/1180 [00:03<00:31, 34.57it/s, now=None]
t: 9%|▉ | 106/1180 [00:03<00:30, 34.78it/s, now=None]
t: 9%|▉ | 110/1180 [00:03<00:30, 34.60it/s, now=None]
t: 10%|▉ | 114/1180 [00:03<00:30, 34.75it/s, now=None]
t: 10%|█ | 118/1180 [00:03<00:30, 35.03it/s, now=None]
t: 10%|█ | 122/1180 [00:03<00:30, 34.95it/s, now=None]
t: 11%|█ | 126/1180 [00:03<00:30, 34.65it/s, now=None]
t: 11%|█ | 130/1180 [00:03<00:30, 34.88it/s, now=None]
t: 11%|█▏ | 134/1180 [00:04<00:29, 35.07it/s, now=None]
t: 12%|█▏ | 138/1180 [00:04<00:29, 35.63it/s, now=None]
t: 12%|█▏ | 142/1180 [00:04<00:29, 35.11it/s, now=None]
t: 12%|█▏ | 146/1180 [00:04<00:29, 35.41it/s, now=None]
t: 13%|█▎ | 150/1180 [00:04<00:28, 35.71it/s, now=None]
t: 13%|█▎ | 154/1180 [00:04<00:28, 35.85it/s, now=None]
t: 13%|█▎ | 158/1180 [00:04<00:28, 36.13it/s, now=None]
t: 14%|█▎ | 162/1180 [00:04<00:28, 36.18it/s, now=None]
t: 14%|█▍ | 166/1180 [00:04<00:27, 36.36it/s, now=None]
t: 14%|█▍ | 170/1180 [00:05<00:27, 36.21it/s, now=None]
t: 15%|█▍ | 174/1180 [00:05<00:28, 35.86it/s, now=None]
t: 15%|█▌ | 178/1180 [00:05<00:27, 36.16it/s, now=None]
t: 15%|█▌ | 182/1180 [00:05<00:27, 35.89it/s, now=None]
t: 16%|█▌ | 186/1180 [00:05<00:27, 35.87it/s, now=None]
t: 16%|█▌ | 190/1180 [00:05<00:27, 36.14it/s, now=None]
t: 16%|█▋ | 194/1180 [00:05<00:27, 35.69it/s, now=None]
t: 17%|█▋ | 198/1180 [00:05<00:27, 35.95it/s, now=None]
t: 17%|█▋ | 202/1180 [00:05<00:27, 35.97it/s, now=None]
t: 17%|█▋ | 206/1180 [00:06<00:27, 35.99it/s, now=None]
t: 18%|█▊ | 210/1180 [00:06<00:26, 36.29it/s, now=None]
t: 18%|█▊ | 214/1180 [00:06<00:26, 36.38it/s, now=None]
t: 18%|█▊ | 218/1180 [00:06<00:26, 36.32it/s, now=None]
t: 19%|█▉ | 222/1180 [00:06<00:26, 36.16it/s, now=None]
t: 19%|█▉ | 226/1180 [00:06<00:26, 36.51it/s, now=None]
t: 19%|█▉ | 230/1180 [00:06<00:25, 36.97it/s, now=None]
t: 20%|█▉ | 235/1180 [00:06<00:24, 37.96it/s, now=None]
t: 20%|██ | 239/1180 [00:06<00:24, 38.12it/s, now=None]
t: 21%|██ | 243/1180 [00:07<00:24, 37.98it/s, now=None]
t: 21%|██ | 247/1180 [00:07<00:24, 38.25it/s, now=None]
t: 21%|██▏ | 251/1180 [00:07<00:24, 38.08it/s, now=None]
t: 22%|██▏ | 255/1180 [00:07<00:24, 38.04it/s, now=None]
t: 22%|██▏ | 259/1180 [00:07<00:24, 37.82it/s, now=None]
t: 22%|██▏ | 263/1180 [00:07<00:24, 37.60it/s, now=None]
t: 23%|██▎ | 267/1180 [00:07<00:24, 37.27it/s, now=None]
t: 23%|██▎ | 271/1180 [00:07<00:24, 37.14it/s, now=None]
t: 23%|██▎ | 275/1180 [00:07<00:24, 37.12it/s, now=None]
t: 24%|██▎ | 279/1180 [00:08<00:24, 36.57it/s, now=None]
t: 24%|██▍ | 283/1180 [00:08<00:24, 36.53it/s, now=None]
t: 24%|██▍ | 287/1180 [00:08<00:24, 36.50it/s, now=None]
t: 25%|██▍ | 291/1180 [00:08<00:24, 36.41it/s, now=None]
t: 25%|██▌ | 295/1180 [00:08<00:24, 36.33it/s, now=None]
t: 25%|██▌ | 299/1180 [00:08<00:23, 36.87it/s, now=None]
t: 26%|██▌ | 303/1180 [00:08<00:23, 37.18it/s, now=None]
t: 26%|██▌ | 307/1180 [00:08<00:23, 37.39it/s, now=None]
t: 26%|██▋ | 311/1180 [00:08<00:23, 37.45it/s, now=None]
t: 27%|██▋ | 315/1180 [00:09<00:23, 37.03it/s, now=None]
t: 27%|██▋ | 319/1180 [00:09<00:23, 36.94it/s, now=None]
t: 27%|██▋ | 323/1180 [00:09<00:23, 36.79it/s, now=None]
t: 28%|██▊ | 327/1180 [00:09<00:23, 36.72it/s, now=None]
t: 28%|██▊ | 331/1180 [00:09<00:22, 37.48it/s, now=None]
t: 28%|██▊ | 336/1180 [00:09<00:21, 38.49it/s, now=None]
t: 29%|██▉ | 341/1180 [00:09<00:21, 39.18it/s, now=None]
t: 29%|██▉ | 346/1180 [00:09<00:21, 39.48it/s, now=None]
t: 30%|██▉ | 350/1180 [00:09<00:21, 39.04it/s, now=None]
t: 30%|███ | 354/1180 [00:10<00:21, 38.80it/s, now=None]
t: 30%|███ | 358/1180 [00:10<00:21, 38.28it/s, now=None]
t: 31%|███ | 362/1180 [00:10<00:21, 37.21it/s, now=None]
t: 31%|███ | 366/1180 [00:10<00:21, 37.37it/s, now=None]
t: 31%|███▏ | 370/1180 [00:10<00:21, 37.46it/s, now=None]
t: 32%|███▏ | 374/1180 [00:10<00:21, 37.54it/s, now=None]
t: 32%|███▏ | 378/1180 [00:10<00:21, 37.44it/s, now=None]
t: 32%|███▏ | 382/1180 [00:10<00:21, 37.83it/s, now=None]
t: 33%|███▎ | 386/1180 [00:10<00:20, 37.87it/s, now=None]
t: 33%|███▎ | 390/1180 [00:10<00:20, 38.39it/s, now=None]
t: 33%|███▎ | 395/1180 [00:11<00:19, 39.37it/s, now=None]
t: 34%|███▍ | 399/1180 [00:11<00:19, 39.54it/s, now=None]
t: 34%|███▍ | 404/1180 [00:11<00:19, 39.85it/s, now=None]
t: 35%|███▍ | 408/1180 [00:11<00:19, 39.82it/s, now=None]
t: 35%|███▌ | 413/1180 [00:11<00:19, 39.91it/s, now=None]
t: 35%|███▌ | 418/1180 [00:11<00:19, 39.90it/s, now=None]
t: 36%|███▌ | 423/1180 [00:11<00:18, 40.19it/s, now=None]
t: 36%|███▋ | 428/1180 [00:11<00:18, 40.06it/s, now=None]
t: 37%|███▋ | 433/1180 [00:12<00:18, 40.16it/s, now=None]
t: 37%|███▋ | 438/1180 [00:12<00:18, 39.89it/s, now=None]
t: 38%|███▊ | 443/1180 [00:12<00:18, 40.22it/s, now=None]
t: 38%|███▊ | 448/1180 [00:12<00:18, 39.98it/s, now=None]
t: 38%|███▊ | 452/1180 [00:12<00:18, 39.47it/s, now=None]
t: 39%|███▊ | 456/1180 [00:12<00:18, 39.21it/s, now=None]
t: 39%|███▉ | 460/1180 [00:12<00:18, 39.03it/s, now=None]
t: 39%|███▉ | 464/1180 [00:12<00:18, 39.21it/s, now=None]
t: 40%|███▉ | 468/1180 [00:12<00:18, 38.70it/s, now=None]
t: 40%|████ | 472/1180 [00:13<00:18, 38.74it/s, now=None]
t: 40%|████ | 477/1180 [00:13<00:17, 39.89it/s, now=None]
t: 41%|████ | 482/1180 [00:13<00:17, 40.47it/s, now=None]
t: 41%|████▏ | 487/1180 [00:13<00:16, 41.00it/s, now=None]
t: 42%|████▏ | 492/1180 [00:13<00:16, 41.02it/s, now=None]
t: 42%|████▏ | 497/1180 [00:13<00:16, 41.16it/s, now=None]
t: 43%|████▎ | 502/1180 [00:13<00:16, 41.20it/s, now=None]
t: 43%|████▎ | 507/1180 [00:13<00:16, 40.83it/s, now=None]
t: 43%|████▎ | 512/1180 [00:14<00:16, 40.80it/s, now=None]
t: 44%|████▍ | 517/1180 [00:14<00:15, 41.50it/s, now=None]
t: 44%|████▍ | 522/1180 [00:14<00:15, 41.31it/s, now=None]
t: 45%|████▍ | 527/1180 [00:14<00:15, 41.79it/s, now=None]
t: 45%|████▌ | 532/1180 [00:14<00:15, 42.03it/s, now=None]
t: 46%|████▌ | 537/1180 [00:14<00:15, 42.59it/s, now=None]
t: 46%|████▌ | 542/1180 [00:14<00:14, 42.87it/s, now=None]
t: 46%|████▋ | 547/1180 [00:14<00:14, 43.15it/s, now=None]
t: 47%|████▋ | 552/1180 [00:14<00:14, 43.57it/s, now=None]
t: 47%|████▋ | 557/1180 [00:15<00:14, 43.40it/s, now=None]
t: 48%|████▊ | 562/1180 [00:15<00:14, 43.55it/s, now=None]
t: 48%|████▊ | 567/1180 [00:15<00:14, 42.60it/s, now=None]
t: 48%|████▊ | 572/1180 [00:15<00:14, 42.64it/s, now=None]
t: 49%|████▉ | 577/1180 [00:15<00:14, 42.68it/s, now=None]
t: 49%|████▉ | 582/1180 [00:15<00:14, 42.54it/s, now=None]
t: 50%|████▉ | 587/1180 [00:15<00:13, 42.87it/s, now=None]
t: 50%|█████ | 592/1180 [00:15<00:13, 42.55it/s, now=None]
t: 51%|█████ | 597/1180 [00:15<00:13, 43.48it/s, now=None]
t: 51%|█████ | 602/1180 [00:16<00:13, 43.39it/s, now=None]
t: 51%|█████▏ | 607/1180 [00:16<00:12, 44.23it/s, now=None]
t: 52%|█████▏ | 612/1180 [00:16<00:12, 44.36it/s, now=None]
t: 52%|█████▏ | 617/1180 [00:16<00:12, 45.08it/s, now=None]
t: 53%|█████▎ | 622/1180 [00:16<00:12, 45.00it/s, now=None]
t: 53%|█████▎ | 627/1180 [00:16<00:12, 45.39it/s, now=None]
t: 54%|█████▎ | 632/1180 [00:16<00:12, 45.33it/s, now=None]
t: 54%|█████▍ | 637/1180 [00:16<00:11, 45.30it/s, now=None]
t: 54%|█████▍ | 642/1180 [00:16<00:11, 46.37it/s, now=None]
t: 55%|█████▍ | 648/1180 [00:17<00:11, 48.20it/s, now=None]
t: 55%|█████▌ | 653/1180 [00:17<00:10, 48.51it/s, now=None]
t: 56%|█████▌ | 659/1180 [00:17<00:10, 49.09it/s, now=None]
t: 56%|█████▋ | 665/1180 [00:17<00:10, 49.74it/s, now=None]
t: 57%|█████▋ | 671/1180 [00:17<00:10, 50.55it/s, now=None]
t: 57%|█████▋ | 677/1180 [00:17<00:10, 49.50it/s, now=None]
t: 58%|█████▊ | 682/1180 [00:17<00:10, 48.22it/s, now=None]
t: 58%|█████▊ | 687/1180 [00:17<00:10, 47.72it/s, now=None]
t: 59%|█████▊ | 692/1180 [00:17<00:10, 46.98it/s, now=None]
t: 59%|█████▉ | 697/1180 [00:18<00:10, 46.43it/s, now=None]
t: 59%|█████▉ | 702/1180 [00:18<00:10, 46.13it/s, now=None]
t: 60%|█████▉ | 707/1180 [00:18<00:10, 46.69it/s, now=None]
t: 60%|██████ | 712/1180 [00:18<00:09, 47.30it/s, now=None]
t: 61%|██████ | 717/1180 [00:18<00:09, 47.74it/s, now=None]
t: 61%|██████ | 722/1180 [00:18<00:09, 47.85it/s, now=None]
t: 62%|██████▏ | 727/1180 [00:18<00:09, 47.94it/s, now=None]
t: 62%|██████▏ | 732/1180 [00:18<00:09, 48.21it/s, now=None]
t: 63%|██████▎ | 738/1180 [00:18<00:09, 48.90it/s, now=None]
t: 63%|██████▎ | 743/1180 [00:19<00:08, 49.21it/s, now=None]
t: 63%|██████▎ | 748/1180 [00:19<00:08, 49.00it/s, now=None]
t: 64%|██████▍ | 754/1180 [00:19<00:08, 50.70it/s, now=None]
t: 64%|██████▍ | 760/1180 [00:19<00:08, 51.65it/s, now=None]
t: 65%|██████▍ | 766/1180 [00:19<00:07, 52.19it/s, now=None]
t: 65%|██████▌ | 772/1180 [00:19<00:07, 52.94it/s, now=None]
t: 66%|██████▌ | 778/1180 [00:19<00:07, 54.43it/s, now=None]
t: 66%|██████▋ | 784/1180 [00:19<00:07, 55.01it/s, now=None]
t: 67%|██████▋ | 790/1180 [00:19<00:07, 55.38it/s, now=None]
t: 67%|██████▋ | 796/1180 [00:20<00:06, 55.21it/s, now=None]
t: 68%|██████▊ | 802/1180 [00:20<00:06, 56.48it/s, now=None]
t: 68%|██████▊ | 808/1180 [00:20<00:06, 56.32it/s, now=None]
t: 69%|██████▉ | 814/1180 [00:20<00:06, 56.47it/s, now=None]
t: 69%|██████▉ | 820/1180 [00:20<00:06, 56.39it/s, now=None]
t: 70%|███████ | 826/1180 [00:20<00:06, 56.71it/s, now=None]
t: 71%|███████ | 832/1180 [00:20<00:06, 56.11it/s, now=None]
t: 71%|███████ | 838/1180 [00:20<00:06, 55.91it/s, now=None]
t: 72%|███████▏ | 844/1180 [00:20<00:05, 56.58it/s, now=None]
t: 72%|███████▏ | 851/1180 [00:20<00:05, 57.96it/s, now=None]
t: 73%|███████▎ | 858/1180 [00:21<00:05, 58.91it/s, now=None]
t: 73%|███████▎ | 864/1180 [00:21<00:05, 59.21it/s, now=None]
t: 74%|███████▎ | 870/1180 [00:21<00:05, 58.68it/s, now=None]
t: 74%|███████▍ | 877/1180 [00:21<00:05, 60.01it/s, now=None]
t: 75%|███████▍ | 884/1180 [00:21<00:04, 60.67it/s, now=None]
t: 76%|███████▌ | 891/1180 [00:21<00:04, 60.98it/s, now=None]
t: 76%|███████▌ | 898/1180 [00:21<00:04, 61.24it/s, now=None]
t: 77%|███████▋ | 905/1180 [00:21<00:04, 61.90it/s, now=None]
t: 77%|███████▋ | 912/1180 [00:21<00:04, 62.25it/s, now=None]
t: 78%|███████▊ | 919/1180 [00:22<00:04, 62.34it/s, now=None]
t: 78%|███████▊ | 926/1180 [00:22<00:04, 62.39it/s, now=None]
t: 79%|███████▉ | 933/1180 [00:22<00:03, 62.70it/s, now=None]
t: 80%|███████▉ | 940/1180 [00:22<00:03, 62.13it/s, now=None]
t: 80%|████████ | 947/1180 [00:22<00:03, 61.52it/s, now=None]
t: 81%|████████ | 954/1180 [00:22<00:03, 62.53it/s, now=None]
t: 81%|████████▏ | 961/1180 [00:22<00:03, 63.12it/s, now=None]
t: 82%|████████▏ | 968/1180 [00:22<00:03, 62.51it/s, now=None]
t: 83%|████████▎ | 975/1180 [00:22<00:03, 62.96it/s, now=None]
t: 83%|████████▎ | 982/1180 [00:23<00:03, 61.96it/s, now=None]
t: 84%|████████▍ | 989/1180 [00:23<00:03, 62.14it/s, now=None]
t: 84%|████████▍ | 996/1180 [00:23<00:02, 62.11it/s, now=None]
t: 85%|████████▌ | 1003/1180 [00:23<00:02, 62.94it/s, now=None]
t: 86%|████████▌ | 1010/1180 [00:23<00:02, 63.33it/s, now=None]
t: 86%|████████▌ | 1017/1180 [00:23<00:02, 64.53it/s, now=None]
t: 87%|████████▋ | 1024/1180 [00:23<00:02, 65.60it/s, now=None]
t: 87%|████████▋ | 1031/1180 [00:23<00:02, 65.48it/s, now=None]
t: 88%|████████▊ | 1038/1180 [00:23<00:02, 65.05it/s, now=None]
t: 89%|████████▊ | 1045/1180 [00:24<00:02, 64.37it/s, now=None]
t: 89%|████████▉ | 1052/1180 [00:24<00:01, 65.55it/s, now=None]
t: 90%|████████▉ | 1060/1180 [00:24<00:01, 67.71it/s, now=None]
t: 91%|█████████ | 1068/1180 [00:24<00:01, 68.78it/s, now=None]
t: 91%|█████████ | 1076/1180 [00:24<00:01, 69.97it/s, now=None]
t: 92%|█████████▏| 1083/1180 [00:24<00:01, 69.63it/s, now=None]
t: 92%|█████████▏| 1091/1180 [00:24<00:01, 70.38it/s, now=None]
t: 93%|█████████▎| 1099/1180 [00:24<00:01, 71.39it/s, now=None]
t: 94%|█████████▍| 1107/1180 [00:24<00:01, 71.10it/s, now=None]
t: 94%|█████████▍| 1115/1180 [00:25<00:00, 70.36it/s, now=None]
t: 95%|█████████▌| 1123/1180 [00:25<00:00, 69.91it/s, now=None]
t: 96%|█████████▌| 1130/1180 [00:25<00:00, 68.93it/s, now=None]
t: 96%|█████████▋| 1137/1180 [00:25<00:00, 68.75it/s, now=None]
t: 97%|█████████▋| 1144/1180 [00:25<00:00, 68.35it/s, now=None]
t: 98%|█████████▊| 1151/1180 [00:25<00:00, 68.41it/s, now=None]
t: 98%|█████████▊| 1159/1180 [00:25<00:00, 71.09it/s, now=None]
t: 99%|█████████▉| 1169/1180 [00:25<00:00, 79.43it/s, now=None]
t: 100%|██████████| 1180/1180 [00:25<00:00, 87.34it/s, now=None]/root/.pyenv/versions/3.11.6/lib/python3.11/site-packages/moviepy/video/io/ffmpeg_reader.py:154: UserWarning: In file /tmp/tmp6fbra1oa/input.mp4, 2764800 bytes wanted but 0 bytes read,at frame index 1228 (out of a total 1229 frames), at time 49.12/49.17 sec. Using the last valid frame instead.
warnings.warn(
Moviepy - Done !
Moviepy - video ready /tmp/output.mp4