You're looking at a specific version of this model. Jump to the model overview.
pschaldenbrand /text2video:ed5518ac
Input
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 pschaldenbrand/text2video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"pschaldenbrand/text2video:ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee",
{
input: {
fast: false,
width: 640,
height: 360,
prompts: "Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”",
frame_rate: 8,
temperature: 30,
frames_per_promt: 40
}
}
);
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 pschaldenbrand/text2video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"pschaldenbrand/text2video:ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee",
input={
"fast": False,
"width": 640,
"height": 360,
"prompts": "Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”",
"frame_rate": 8,
"temperature": 30,
"frames_per_promt": 40
}
)
# The pschaldenbrand/text2video model can stream output as it's running.
# The predict method returns an iterator, and you can iterate over that output.
for item in output:
# https://replicate.com/pschaldenbrand/text2video/api#output-schema
print(item)
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 pschaldenbrand/text2video 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": "ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee",
"input": {
"fast": false,
"width": 640,
"height": 360,
"prompts": "Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”",
"frame_rate": 8,
"temperature": 30,
"frames_per_promt": 40
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/pschaldenbrand/text2video@sha256:ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee \
-i 'fast=false' \
-i 'width=640' \
-i 'height=360' \
-i 'prompts="Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”"' \
-i 'frame_rate=8' \
-i 'temperature=30' \
-i 'frames_per_promt=40'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/pschaldenbrand/text2video@sha256:ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "fast": false, "width": 640, "height": 360, "prompts": "Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”", "frame_rate": 8, "temperature": 30, "frames_per_promt": 40 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.039. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2022-10-25T16:52:44.306366Z",
"created_at": "2022-10-25T16:39:50.525527Z",
"data_removed": false,
"error": null,
"id": "qazx4dkferhvhjg6f53an2y6sm",
"input": {
"fast": false,
"width": 640,
"height": 360,
"prompts": "Once upon a midnight dreary, while I pondered, weak and weary&Over many a quaint and curious volume of forgotten lore&While I nodded, nearly napping, suddenly there came a tapping&As of some one gently rapping, rapping at my chamber door&“’Tis some visitor,” I muttered, “tapping at my chamber door&Only this and nothing more.”",
"frame_rate": 8,
"temperature": 30,
"frames_per_promt": 40
},
"logs": "0%| | 0/440 [00:00<?, ?it/s]\n 0%| | 1/440 [00:07<51:29, 7.04s/it]\n 0%| | 2/440 [00:09<30:03, 4.12s/it]\n 1%| | 3/440 [00:10<21:19, 2.93s/it]\n 1%| | 4/440 [00:12<17:10, 2.36s/it]\n 1%| | 5/440 [00:13<14:45, 2.04s/it]\n 1%|▏ | 6/440 [00:15<13:23, 1.85s/it]\n 2%|▏ | 7/440 [00:16<12:29, 1.73s/it]\n 2%|▏ | 8/440 [00:18<11:54, 1.65s/it]\n 2%|▏ | 9/440 [00:19<11:39, 1.62s/it]\n 2%|▏ | 10/440 [00:21<11:21, 1.59s/it]\n 2%|▎ | 11/440 [00:22<11:05, 1.55s/it]\n 3%|▎ | 12/440 [00:24<10:55, 1.53s/it]\n 3%|▎ | 13/440 [00:25<10:47, 1.52s/it]\n 3%|▎ | 14/440 [00:27<10:43, 1.51s/it]\n 3%|▎ | 15/440 [00:28<10:41, 1.51s/it]\n 4%|▎ | 16/440 [00:30<10:40, 1.51s/it]\n 4%|▍ | 17/440 [00:31<10:37, 1.51s/it]\n 4%|▍ | 18/440 [00:33<10:35, 1.51s/it]\n 4%|▍ | 19/440 [00:34<10:33, 1.50s/it]\n 5%|▍ | 20/440 [00:36<10:33, 1.51s/it]\n 5%|▍ | 21/440 [00:37<10:32, 1.51s/it]\n 5%|▌ | 22/440 [00:39<10:37, 1.52s/it]\n 5%|▌ | 23/440 [00:40<10:36, 1.53s/it]\n 5%|▌ | 24/440 [00:42<10:36, 1.53s/it]\n 6%|▌ | 25/440 [00:43<10:34, 1.53s/it]\n 6%|▌ | 26/440 [00:45<10:32, 1.53s/it]\n 6%|▌ | 27/440 [00:46<10:26, 1.52s/it]\n 6%|▋ | 28/440 [00:48<10:24, 1.52s/it]\n 7%|▋ | 29/440 [00:49<10:28, 1.53s/it]\n 7%|▋ | 30/440 [00:51<10:28, 1.53s/it]\n 7%|▋ | 31/440 [00:52<10:24, 1.53s/it]\n 7%|▋ | 32/440 [00:54<10:23, 1.53s/it]\n 8%|▊ | 33/440 [00:55<10:18, 1.52s/it]\n 8%|▊ | 34/440 [00:57<10:16, 1.52s/it]\n 8%|▊ | 35/440 [00:58<10:14, 1.52s/it]\n 8%|▊ | 36/440 [01:00<10:13, 1.52s/it]\n 8%|▊ | 37/440 [01:01<10:10, 1.51s/it]\n 9%|▊ | 38/440 [01:03<10:10, 1.52s/it]\n 9%|▉ | 39/440 [01:05<10:10, 1.52s/it]\n 9%|▉ | 40/440 [01:06<10:07, 1.52s/it]\n 9%|▉ | 41/440 [01:08<10:05, 1.52s/it]\n 10%|▉ | 42/440 [01:09<10:08, 1.53s/it]\n 10%|▉ | 43/440 [01:11<10:06, 1.53s/it]\n 10%|█ | 44/440 [01:12<10:04, 1.53s/it]\n 10%|█ | 45/440 [01:14<10:04, 1.53s/it]\n 10%|█ | 46/440 [01:15<10:00, 1.52s/it]\n 11%|█ | 47/440 [01:17<09:57, 1.52s/it]\n 11%|█ | 48/440 [01:18<09:57, 1.52s/it]\n 11%|█ | 49/440 [01:20<10:00, 1.54s/it]\n 11%|█▏ | 50/440 [01:21<09:59, 1.54s/it]\n 12%|█▏ | 51/440 [01:23<09:57, 1.53s/it]\n 12%|█▏ | 52/440 [01:24<09:58, 1.54s/it]\n 12%|█▏ | 53/440 [01:26<09:56, 1.54s/it]\n 12%|█▏ | 54/440 [01:28<09:51, 1.53s/it]\n 12%|█▎ | 55/440 [01:29<09:50, 1.53s/it]\n 13%|█▎ | 56/440 [01:31<09:47, 1.53s/it]\n 13%|█▎ | 57/440 [01:32<09:44, 1.53s/it]\n 13%|█▎ | 58/440 [01:34<09:42, 1.52s/it]\n 13%|█▎ | 59/440 [01:35<09:40, 1.52s/it]\n 14%|█▎ | 60/440 [01:37<09:38, 1.52s/it]\n 14%|█▍ | 61/440 [01:38<09:36, 1.52s/it]\n 14%|█▍ | 62/440 [01:40<09:37, 1.53s/it]\n 14%|█▍ | 63/440 [01:41<09:33, 1.52s/it]\n 15%|█▍ | 64/440 [01:43<09:32, 1.52s/it]\n 15%|█▍ | 65/440 [01:44<09:32, 1.53s/it]\n 15%|█▌ | 66/440 [01:46<09:30, 1.52s/it]\n 15%|█▌ | 67/440 [01:47<09:28, 1.52s/it]\n 15%|█▌ | 68/440 [01:49<09:29, 1.53s/it]\n 16%|█▌ | 69/440 [01:50<09:28, 1.53s/it]\n 16%|█▌ | 70/440 [01:52<09:29, 1.54s/it]\n 16%|█▌ | 71/440 [01:54<09:31, 1.55s/it]\n 16%|█▋ | 72/440 [01:55<09:27, 1.54s/it]\n 17%|█▋ | 73/440 [01:57<09:25, 1.54s/it]\n 17%|█▋ | 74/440 [01:58<09:23, 1.54s/it]\n 17%|█▋ | 75/440 [02:00<09:23, 1.54s/it]\n 17%|█▋ | 76/440 [02:01<09:22, 1.54s/it]\n 18%|█▊ | 77/440 [02:03<09:21, 1.55s/it]\n 18%|█▊ | 78/440 [02:04<09:20, 1.55s/it]\n 18%|█▊ | 79/440 [02:06<09:17, 1.54s/it]\n 18%|█▊ | 80/440 [02:07<09:16, 1.55s/it]\n 18%|█▊ | 81/440 [02:09<09:23, 1.57s/it]\n 19%|█▊ | 82/440 [02:11<09:20, 1.57s/it]\n 19%|█▉ | 83/440 [02:12<09:17, 1.56s/it]\n 19%|█▉ | 84/440 [02:14<09:15, 1.56s/it]\n 19%|█▉ | 85/440 [02:15<09:12, 1.56s/it]\n 20%|█▉ | 86/440 [02:17<09:09, 1.55s/it]\n 20%|█▉ | 87/440 [02:18<09:06, 1.55s/it]\n 20%|██ | 88/440 [02:20<09:07, 1.55s/it]\n 20%|██ | 89/440 [02:21<09:07, 1.56s/it]\n 20%|██ | 90/440 [02:23<09:06, 1.56s/it]\n 21%|██ | 91/440 [02:25<09:03, 1.56s/it]\n 21%|██ | 92/440 [02:26<08:59, 1.55s/it]\n 21%|██ | 93/440 [02:28<08:56, 1.54s/it]\n 21%|██▏ | 94/440 [02:29<08:59, 1.56s/it]\n 22%|██▏ | 95/440 [02:31<08:57, 1.56s/it]\n 22%|██▏ | 96/440 [02:32<08:52, 1.55s/it]\n 22%|██▏ | 97/440 [02:34<08:51, 1.55s/it]\n 22%|██▏ | 98/440 [02:35<08:49, 1.55s/it]\n 22%|██▎ | 99/440 [02:37<08:46, 1.54s/it]\n 23%|██▎ | 100/440 [02:38<08:44, 1.54s/it]\n 23%|██▎ | 101/440 [02:40<08:41, 1.54s/it]\n 23%|██▎ | 102/440 [02:42<08:40, 1.54s/it]\n 23%|██▎ | 103/440 [02:43<08:38, 1.54s/it]\n 24%|██▎ | 104/440 [02:45<08:39, 1.55s/it]\n 24%|██▍ | 105/440 [02:46<08:37, 1.54s/it]\n 24%|██▍ | 106/440 [02:48<08:34, 1.54s/it]\n 24%|██▍ | 107/440 [02:49<08:35, 1.55s/it]\n 25%|██▍ | 108/440 [02:51<08:33, 1.55s/it]\n 25%|██▍ | 109/440 [02:52<08:30, 1.54s/it]\n 25%|██▌ | 110/440 [02:54<08:30, 1.55s/it]\n 25%|██▌ | 111/440 [02:55<08:27, 1.54s/it]\n 25%|██▌ | 112/440 [02:57<08:25, 1.54s/it]\n 26%|██▌ | 113/440 [02:59<08:23, 1.54s/it]\n 26%|██▌ | 114/440 [03:00<08:24, 1.55s/it]\n 26%|██▌ | 115/440 [03:02<08:22, 1.55s/it]\n 26%|██▋ | 116/440 [03:03<08:20, 1.54s/it]\n 27%|██▋ | 117/440 [03:05<08:20, 1.55s/it]\n 27%|██▋ | 118/440 [03:06<08:18, 1.55s/it]\n 27%|██▋ | 119/440 [03:08<08:14, 1.54s/it]\n 27%|██▋ | 120/440 [03:09<08:14, 1.55s/it]\n 28%|██▊ | 121/440 [03:11<08:12, 1.54s/it]\n 28%|██▊ | 122/440 [03:12<08:09, 1.54s/it]\n 28%|██▊ | 123/440 [03:14<08:07, 1.54s/it]\n 28%|██▊ | 124/440 [03:16<08:10, 1.55s/it]\n 28%|██▊ | 125/440 [03:17<08:07, 1.55s/it]\n 29%|██▊ | 126/440 [03:19<08:06, 1.55s/it]\n 29%|██▉ | 127/440 [03:20<08:02, 1.54s/it]\n 29%|██▉ | 128/440 [03:22<07:59, 1.54s/it]\n 29%|██▉ | 129/440 [03:23<07:57, 1.54s/it]\n 30%|██▉ | 130/440 [03:25<07:56, 1.54s/it]\n 30%|██▉ | 131/440 [03:26<07:54, 1.54s/it]\n 30%|███ | 132/440 [03:28<07:51, 1.53s/it]\n 30%|███ | 133/440 [03:29<07:51, 1.54s/it]\n 30%|███ | 134/440 [03:31<07:51, 1.54s/it]\n 31%|███ | 135/440 [03:32<07:48, 1.54s/it]\n 31%|███ | 136/440 [03:34<07:47, 1.54s/it]\n 31%|███ | 137/440 [03:36<07:46, 1.54s/it]\n 31%|███▏ | 138/440 [03:37<07:44, 1.54s/it]\n 32%|███▏ | 139/440 [03:39<07:44, 1.54s/it]\n 32%|███▏ | 140/440 [03:40<07:41, 1.54s/it]\n 32%|███▏ | 141/440 [03:42<07:38, 1.53s/it]\n 32%|███▏ | 142/440 [03:43<07:36, 1.53s/it]\n 32%|███▎ | 143/440 [03:45<07:36, 1.54s/it]\n 33%|███▎ | 144/440 [03:46<07:32, 1.53s/it]\n 33%|███▎ | 145/440 [03:48<07:31, 1.53s/it]\n 33%|███▎ | 146/440 [03:49<07:31, 1.54s/it]\n 33%|███▎ | 147/440 [03:51<07:30, 1.54s/it]\n 34%|███▎ | 148/440 [03:52<07:29, 1.54s/it]\n 34%|███▍ | 149/440 [03:54<07:27, 1.54s/it]\n 34%|███▍ | 150/440 [03:56<07:29, 1.55s/it]\n 34%|███▍ | 151/440 [03:57<07:26, 1.55s/it]\n 35%|███▍ | 152/440 [03:59<07:26, 1.55s/it]\n 35%|███▍ | 153/440 [04:00<07:24, 1.55s/it]\n 35%|███▌ | 154/440 [04:02<07:24, 1.55s/it]\n 35%|███▌ | 155/440 [04:03<07:21, 1.55s/it]\n 35%|███▌ | 156/440 [04:05<07:20, 1.55s/it]\n 36%|███▌ | 157/440 [04:06<07:17, 1.55s/it]\n 36%|███▌ | 158/440 [04:08<07:15, 1.55s/it]\n 36%|███▌ | 159/440 [04:09<07:14, 1.55s/it]\n 36%|███▋ | 160/440 [04:11<07:11, 1.54s/it]\n 37%|███▋ | 161/440 [04:13<07:11, 1.55s/it]\n 37%|███▋ | 162/440 [04:14<07:09, 1.54s/it]\n 37%|███▋ | 163/440 [04:16<07:07, 1.54s/it]\n 37%|███▋ | 164/440 [04:17<07:04, 1.54s/it]\n 38%|███▊ | 165/440 [04:19<07:04, 1.55s/it]\n 38%|███▊ | 166/440 [04:20<07:01, 1.54s/it]\n 38%|███▊ | 167/440 [04:22<06:58, 1.53s/it]\n 38%|███▊ | 168/440 [04:23<06:57, 1.53s/it]\n 38%|███▊ | 169/440 [04:25<06:56, 1.54s/it]\n 39%|███▊ | 170/440 [04:26<06:55, 1.54s/it]\n 39%|███▉ | 171/440 [04:28<06:52, 1.53s/it]\n 39%|███▉ | 172/440 [04:29<06:52, 1.54s/it]\n 39%|███▉ | 173/440 [04:31<06:49, 1.53s/it]\n 40%|███▉ | 174/440 [04:33<06:48, 1.54s/it]\n 40%|███▉ | 175/440 [04:34<06:49, 1.55s/it]\n 40%|████ | 176/440 [04:36<06:48, 1.55s/it]\n 40%|████ | 177/440 [04:37<06:46, 1.54s/it]\n 40%|████ | 178/440 [04:39<06:44, 1.54s/it]\n 41%|████ | 179/440 [04:40<06:41, 1.54s/it]\n 41%|████ | 180/440 [04:42<06:39, 1.53s/it]\n 41%|████ | 181/440 [04:43<06:37, 1.53s/it]\n 41%|████▏ | 182/440 [04:45<06:35, 1.53s/it]\n 42%|████▏ | 183/440 [04:46<06:32, 1.53s/it]\n 42%|████▏ | 184/440 [04:48<06:31, 1.53s/it]\n 42%|████▏ | 185/440 [04:49<06:31, 1.54s/it]\n 42%|████▏ | 186/440 [04:51<06:30, 1.54s/it]\n 42%|████▎ | 187/440 [04:53<06:29, 1.54s/it]\n 43%|████▎ | 188/440 [04:54<06:28, 1.54s/it]\n 43%|████▎ | 189/440 [04:56<06:28, 1.55s/it]\n 43%|████▎ | 190/440 [04:57<06:27, 1.55s/it]\n 43%|████▎ | 191/440 [04:59<06:25, 1.55s/it]\n 44%|████▎ | 192/440 [05:00<06:23, 1.55s/it]\n 44%|████▍ | 193/440 [05:02<06:22, 1.55s/it]\n 44%|████▍ | 194/440 [05:03<06:19, 1.54s/it]\n 44%|████▍ | 195/440 [05:05<06:18, 1.54s/it]\n 45%|████▍ | 196/440 [05:06<06:15, 1.54s/it]\n 45%|████▍ | 197/440 [05:08<06:13, 1.54s/it]\n 45%|████▌ | 198/440 [05:10<06:13, 1.55s/it]\n 45%|████▌ | 199/440 [05:11<06:13, 1.55s/it]\n 45%|████▌ | 200/440 [05:13<06:11, 1.55s/it]\n 46%|████▌ | 201/440 [05:14<06:10, 1.55s/it]\n 46%|████▌ | 202/440 [05:16<06:07, 1.54s/it]\n 46%|████▌ | 203/440 [05:17<06:04, 1.54s/it]\n 46%|████▋ | 204/440 [05:19<06:03, 1.54s/it]\n 47%|████▋ | 205/440 [05:20<06:01, 1.54s/it]\n 47%|████▋ | 206/440 [05:22<05:59, 1.54s/it]\n 47%|████▋ | 207/440 [05:23<05:58, 1.54s/it]\n 47%|████▋ | 208/440 [05:25<05:56, 1.54s/it]\n 48%|████▊ | 209/440 [05:26<05:55, 1.54s/it]\n 48%|████▊ | 210/440 [05:28<05:52, 1.53s/it]\n 48%|████▊ | 211/440 [05:30<05:51, 1.54s/it]\n 48%|████▊ | 212/440 [05:31<05:49, 1.53s/it]\n 48%|████▊ | 213/440 [05:33<05:49, 1.54s/it]\n 49%|████▊ | 214/440 [05:34<05:48, 1.54s/it]\n 49%|████▉ | 215/440 [05:36<05:45, 1.54s/it]\n 49%|████▉ | 216/440 [05:37<05:43, 1.54s/it]\n 49%|████▉ | 217/440 [05:39<05:43, 1.54s/it]\n 50%|████▉ | 218/440 [05:40<05:41, 1.54s/it]\n 50%|████▉ | 219/440 [05:42<05:39, 1.54s/it]\n 50%|█████ | 220/440 [05:43<05:37, 1.53s/it]\n 50%|█████ | 221/440 [05:45<05:35, 1.53s/it]\n 50%|█████ | 222/440 [05:46<05:34, 1.53s/it]\n 51%|█████ | 223/440 [05:48<05:31, 1.53s/it]\n 51%|█████ | 224/440 [05:49<05:32, 1.54s/it]\n 51%|█████ | 225/440 [05:51<05:29, 1.53s/it]\n 51%|█████▏ | 226/440 [05:53<05:30, 1.55s/it]\n 52%|█████▏ | 227/440 [05:54<05:29, 1.55s/it]\n 52%|█████▏ | 228/440 [05:56<05:28, 1.55s/it]\n 52%|█████▏ | 229/440 [05:57<05:26, 1.55s/it]\n 52%|█████▏ | 230/440 [05:59<05:24, 1.55s/it]\n 52%|█████▎ | 231/440 [06:00<05:24, 1.55s/it]\n 53%|█████▎ | 232/440 [06:02<05:24, 1.56s/it]\n 53%|█████▎ | 233/440 [06:03<05:20, 1.55s/it]\n 53%|█████▎ | 234/440 [06:05<05:19, 1.55s/it]\n 53%|█████▎ | 235/440 [06:07<05:16, 1.55s/it]\n 54%|█████▎ | 236/440 [06:08<05:14, 1.54s/it]\n 54%|█████▍ | 237/440 [06:10<05:13, 1.55s/it]\n 54%|█████▍ | 238/440 [06:11<05:11, 1.54s/it]\n 54%|█████▍ | 239/440 [06:13<05:08, 1.54s/it]\n 55%|█████▍ | 240/440 [06:14<05:06, 1.53s/it]\n 55%|█████▍ | 241/440 [06:16<05:08, 1.55s/it]\n 55%|█████▌ | 242/440 [06:17<05:05, 1.54s/it]\n 55%|█████▌ | 243/440 [06:19<05:04, 1.55s/it]\n 55%|█████▌ | 244/440 [06:20<05:02, 1.54s/it]\n 56%|█████▌ | 245/440 [06:22<05:00, 1.54s/it]\n 56%|█████▌ | 246/440 [06:23<04:58, 1.54s/it]\n 56%|█████▌ | 247/440 [06:25<04:56, 1.53s/it]\n 56%|█████▋ | 248/440 [06:27<04:54, 1.53s/it]\n 57%|█████▋ | 249/440 [06:28<04:53, 1.53s/it]\n 57%|█████▋ | 250/440 [06:30<04:52, 1.54s/it]\n 57%|█████▋ | 251/440 [06:31<04:51, 1.54s/it]\n 57%|█████▋ | 252/440 [06:33<04:50, 1.54s/it]\n 57%|█████▊ | 253/440 [06:34<04:49, 1.55s/it]\n 58%|█████▊ | 254/440 [06:36<04:46, 1.54s/it]\n 58%|█████▊ | 255/440 [06:37<04:44, 1.54s/it]\n 58%|█████▊ | 256/440 [06:39<04:43, 1.54s/it]\n 58%|█████▊ | 257/440 [06:40<04:41, 1.54s/it]\n 59%|█████▊ | 258/440 [06:42<04:40, 1.54s/it]\n 59%|█████▉ | 259/440 [06:43<04:37, 1.54s/it]\n 59%|█████▉ | 260/440 [06:45<04:35, 1.53s/it]\n 59%|█████▉ | 261/440 [06:47<04:33, 1.53s/it]\n 60%|█████▉ | 262/440 [06:48<04:31, 1.53s/it]\n 60%|█████▉ | 263/440 [06:50<04:32, 1.54s/it]\n 60%|██████ | 264/440 [06:51<04:30, 1.54s/it]\n 60%|██████ | 265/440 [06:53<04:29, 1.54s/it]\n 60%|██████ | 266/440 [06:54<04:27, 1.54s/it]\n 61%|██████ | 267/440 [06:56<04:25, 1.53s/it]\n 61%|██████ | 268/440 [06:57<04:23, 1.53s/it]\n 61%|██████ | 269/440 [06:59<04:24, 1.55s/it]\n 61%|██████▏ | 270/440 [07:00<04:21, 1.54s/it]\n 62%|██████▏ | 271/440 [07:02<04:21, 1.55s/it]\n 62%|██████▏ | 272/440 [07:04<04:20, 1.55s/it]\n 62%|██████▏ | 273/440 [07:05<04:18, 1.55s/it]\n 62%|██████▏ | 274/440 [07:07<04:16, 1.55s/it]\n 62%|██████▎ | 275/440 [07:08<04:15, 1.55s/it]\n 63%|██████▎ | 276/440 [07:10<04:14, 1.55s/it]\n 63%|██████▎ | 277/440 [07:11<04:11, 1.54s/it]\n 63%|██████▎ | 278/440 [07:13<04:09, 1.54s/it]\n 63%|██████▎ | 279/440 [07:14<04:08, 1.54s/it]\n 64%|██████▎ | 280/440 [07:16<04:05, 1.54s/it]\n 64%|██████▍ | 281/440 [07:17<04:04, 1.54s/it]\n 64%|██████▍ | 282/440 [07:19<04:03, 1.54s/it]\n 64%|██████▍ | 283/440 [07:20<04:01, 1.54s/it]\n 65%|██████▍ | 284/440 [07:22<03:59, 1.54s/it]\n 65%|██████▍ | 285/440 [07:24<03:58, 1.54s/it]\n 65%|██████▌ | 286/440 [07:25<03:56, 1.54s/it]\n 65%|██████▌ | 287/440 [07:27<03:55, 1.54s/it]\n 65%|██████▌ | 288/440 [07:28<03:52, 1.53s/it]\n 66%|██████▌ | 289/440 [07:30<03:53, 1.55s/it]\n 66%|██████▌ | 290/440 [07:31<03:51, 1.54s/it]\n 66%|██████▌ | 291/440 [07:33<03:49, 1.54s/it]\n 66%|██████▋ | 292/440 [07:34<03:48, 1.54s/it]\n 67%|██████▋ | 293/440 [07:36<03:45, 1.54s/it]\n 67%|██████▋ | 294/440 [07:37<03:44, 1.54s/it]\n 67%|██████▋ | 295/440 [07:39<03:43, 1.54s/it]\n 67%|██████▋ | 296/440 [07:40<03:41, 1.54s/it]\n 68%|██████▊ | 297/440 [07:42<03:39, 1.53s/it]\n 68%|██████▊ | 298/440 [07:44<03:37, 1.53s/it]\n 68%|██████▊ | 299/440 [07:45<03:35, 1.53s/it]\n 68%|██████▊ | 300/440 [07:47<03:33, 1.53s/it]\n 68%|██████▊ | 301/440 [07:48<03:32, 1.53s/it]\n 69%|██████▊ | 302/440 [07:50<03:32, 1.54s/it]\n 69%|██████▉ | 303/440 [07:51<03:30, 1.53s/it]\n 69%|██████▉ | 304/440 [07:53<03:29, 1.54s/it]\n 69%|██████▉ | 305/440 [07:54<03:28, 1.54s/it]\n 70%|██████▉ | 306/440 [07:56<03:26, 1.54s/it]\n 70%|██████▉ | 307/440 [07:57<03:25, 1.54s/it]\n 70%|███████ | 308/440 [07:59<03:24, 1.55s/it]\n 70%|███████ | 309/440 [08:00<03:22, 1.55s/it]\n 70%|███████ | 310/440 [08:02<03:21, 1.55s/it]\n 71%|███████ | 311/440 [08:04<03:19, 1.55s/it]\n 71%|███████ | 312/440 [08:05<03:18, 1.55s/it]\n 71%|███████ | 313/440 [08:07<03:16, 1.55s/it]\n 71%|███████▏ | 314/440 [08:08<03:14, 1.54s/it]\n 72%|███████▏ | 315/440 [08:10<03:13, 1.55s/it]\n 72%|███████▏ | 316/440 [08:11<03:12, 1.55s/it]\n 72%|███████▏ | 317/440 [08:13<03:10, 1.55s/it]\n 72%|███████▏ | 318/440 [08:14<03:08, 1.54s/it]\n 72%|███████▎ | 319/440 [08:16<03:06, 1.54s/it]\n 73%|███████▎ | 320/440 [08:17<03:05, 1.55s/it]\n 73%|███████▎ | 321/440 [08:19<03:05, 1.56s/it]\n 73%|███████▎ | 322/440 [08:21<03:03, 1.55s/it]\n 73%|███████▎ | 323/440 [08:22<03:01, 1.55s/it]\n 74%|███████▎ | 324/440 [08:24<02:59, 1.55s/it]\n 74%|███████▍ | 325/440 [08:25<02:57, 1.54s/it]\n 74%|███████▍ | 326/440 [08:27<02:55, 1.54s/it]\n 74%|███████▍ | 327/440 [08:28<02:53, 1.54s/it]\n 75%|███████▍ | 328/440 [08:30<02:53, 1.55s/it]\n 75%|███████▍ | 329/440 [08:31<02:51, 1.55s/it]\n 75%|███████▌ | 330/440 [08:33<02:49, 1.54s/it]\n 75%|███████▌ | 331/440 [08:34<02:47, 1.54s/it]\n 75%|███████▌ | 332/440 [08:36<02:46, 1.54s/it]\n 76%|███████▌ | 333/440 [08:38<02:44, 1.54s/it]\n 76%|███████▌ | 334/440 [08:39<02:43, 1.54s/it]\n 76%|███████▌ | 335/440 [08:41<02:41, 1.54s/it]\n 76%|███████▋ | 336/440 [08:42<02:39, 1.53s/it]\n 77%|███████▋ | 337/440 [08:44<02:37, 1.53s/it]\n 77%|███████▋ | 338/440 [08:45<02:35, 1.53s/it]\n 77%|███████▋ | 339/440 [08:47<02:34, 1.53s/it]\n 77%|███████▋ | 340/440 [08:48<02:32, 1.53s/it]\n 78%|███████▊ | 341/440 [08:50<02:32, 1.54s/it]\n 78%|███████▊ | 342/440 [08:51<02:31, 1.54s/it]\n 78%|███████▊ | 343/440 [08:53<02:29, 1.54s/it]\n 78%|███████▊ | 344/440 [08:54<02:28, 1.55s/it]\n 78%|███████▊ | 345/440 [08:56<02:26, 1.54s/it]\n 79%|███████▊ | 346/440 [08:58<02:24, 1.54s/it]\n 79%|███████▉ | 347/440 [08:59<02:23, 1.54s/it]\n 79%|███████▉ | 348/440 [09:01<02:21, 1.54s/it]\n 79%|███████▉ | 349/440 [09:02<02:20, 1.55s/it]\n 80%|███████▉ | 350/440 [09:04<02:20, 1.56s/it]\n 80%|███████▉ | 351/440 [09:05<02:18, 1.56s/it]\n 80%|████████ | 352/440 [09:07<02:16, 1.55s/it]\n 80%|████████ | 353/440 [09:08<02:14, 1.55s/it]\n 80%|████████ | 354/440 [09:10<02:12, 1.54s/it]\n 81%|████████ | 355/440 [09:11<02:10, 1.54s/it]\n 81%|████████ | 356/440 [09:13<02:08, 1.53s/it]\n 81%|████████ | 357/440 [09:15<02:08, 1.55s/it]\n 81%|████████▏ | 358/440 [09:16<02:06, 1.54s/it]\n 82%|████████▏ | 359/440 [09:18<02:04, 1.54s/it]\n 82%|████████▏ | 360/440 [09:19<02:03, 1.54s/it]\n 82%|████████▏ | 361/440 [09:21<02:01, 1.54s/it]\n 82%|████████▏ | 362/440 [09:22<01:59, 1.53s/it]\n 82%|████████▎ | 363/440 [09:24<01:58, 1.54s/it]\n 83%|████████▎ | 364/440 [09:25<01:56, 1.54s/it]\n 83%|████████▎ | 365/440 [09:27<01:55, 1.53s/it]\n 83%|████████▎ | 366/440 [09:28<01:53, 1.53s/it]\n 83%|████████▎ | 367/440 [09:30<01:52, 1.54s/it]\n 84%|████████▎ | 368/440 [09:31<01:50, 1.53s/it]\n 84%|████████▍ | 369/440 [09:33<01:48, 1.53s/it]\n 84%|████████▍ | 370/440 [09:35<01:47, 1.54s/it]\n 84%|████████▍ | 371/440 [09:36<01:45, 1.54s/it]\n 85%|████████▍ | 372/440 [09:38<01:44, 1.53s/it]\n 85%|████████▍ | 373/440 [09:39<01:42, 1.54s/it]\n 85%|████████▌ | 374/440 [09:41<01:41, 1.54s/it]\n 85%|████████▌ | 375/440 [09:42<01:40, 1.55s/it]\n 85%|████████▌ | 376/440 [09:44<01:39, 1.56s/it]\n 86%|████████▌ | 377/440 [09:45<01:38, 1.57s/it]\n 86%|████████▌ | 378/440 [09:47<01:37, 1.57s/it]\n 86%|████████▌ | 379/440 [09:49<01:36, 1.58s/it]\n 86%|████████▋ | 380/440 [09:50<01:34, 1.58s/it]\n 87%|████████▋ | 381/440 [09:52<01:33, 1.58s/it]\n 87%|████████▋ | 382/440 [09:53<01:31, 1.58s/it]\n 87%|████████▋ | 383/440 [09:55<01:29, 1.58s/it]\n 87%|████████▋ | 384/440 [09:56<01:28, 1.57s/it]\n 88%|████████▊ | 385/440 [09:58<01:26, 1.57s/it]\n 88%|████████▊ | 386/440 [10:00<01:24, 1.57s/it]\n 88%|████████▊ | 387/440 [10:01<01:23, 1.57s/it]\n 88%|████████▊ | 388/440 [10:03<01:21, 1.57s/it]\n 88%|████████▊ | 389/440 [10:04<01:20, 1.58s/it]\n 89%|████████▊ | 390/440 [10:06<01:19, 1.59s/it]\n 89%|████████▉ | 391/440 [10:08<01:18, 1.59s/it]\n 89%|████████▉ | 392/440 [10:09<01:16, 1.59s/it]\n 89%|████████▉ | 393/440 [10:11<01:14, 1.59s/it]\n 90%|████████▉ | 394/440 [10:12<01:13, 1.59s/it]\n 90%|████████▉ | 395/440 [10:14<01:11, 1.59s/it]\n 90%|█████████ | 396/440 [10:15<01:09, 1.58s/it]\n 90%|█████████ | 397/440 [10:17<01:07, 1.57s/it]\n 90%|█████████ | 398/440 [10:19<01:05, 1.56s/it]\n 91%|█████████ | 399/440 [10:20<01:03, 1.56s/it]\n 91%|█████████ | 400/440 [10:22<01:02, 1.56s/it]\n 91%|█████████ | 401/440 [10:23<01:00, 1.56s/it]\n 91%|█████████▏| 402/440 [10:25<00:58, 1.55s/it]\n 92%|█████████▏| 403/440 [10:26<00:57, 1.55s/it]\n 92%|█████████▏| 404/440 [10:28<00:55, 1.54s/it]\n 92%|█████████▏| 405/440 [10:29<00:54, 1.55s/it]\n 92%|█████████▏| 406/440 [10:31<00:52, 1.55s/it]\n 92%|█████████▎| 407/440 [10:32<00:51, 1.55s/it]\n 93%|█████████▎| 408/440 [10:34<00:49, 1.55s/it]\n 93%|█████████▎| 409/440 [10:36<00:47, 1.55s/it]\n 93%|█████████▎| 410/440 [10:37<00:46, 1.54s/it]\n 93%|█████████▎| 411/440 [10:39<00:45, 1.56s/it]\n 94%|█████████▎| 412/440 [10:40<00:43, 1.55s/it]\n 94%|█████████▍| 413/440 [10:42<00:42, 1.56s/it]\n 94%|█████████▍| 414/440 [10:43<00:40, 1.56s/it]\n 94%|█████████▍| 415/440 [10:45<00:39, 1.56s/it]\n 95%|█████████▍| 416/440 [10:46<00:37, 1.56s/it]\n 95%|█████████▍| 417/440 [10:48<00:35, 1.55s/it]\n 95%|█████████▌| 418/440 [10:50<00:34, 1.56s/it]\n 95%|█████████▌| 419/440 [10:51<00:32, 1.55s/it]\n 95%|█████████▌| 420/440 [10:53<00:31, 1.55s/it]\n 96%|█████████▌| 421/440 [10:54<00:29, 1.56s/it]\n 96%|█████████▌| 422/440 [10:56<00:27, 1.55s/it]\n 96%|█████████▌| 423/440 [10:57<00:26, 1.54s/it]\n 96%|█████████▋| 424/440 [10:59<00:24, 1.55s/it]\n 97%|█████████▋| 425/440 [11:00<00:23, 1.56s/it]\n 97%|█████████▋| 426/440 [11:02<00:21, 1.57s/it]\n 97%|█████████▋| 427/440 [11:04<00:20, 1.57s/it]\n 97%|█████████▋| 428/440 [11:05<00:18, 1.56s/it]\n 98%|█████████▊| 429/440 [11:07<00:17, 1.56s/it]\n 98%|█████████▊| 430/440 [11:08<00:15, 1.56s/it]\n 98%|█████████▊| 431/440 [11:10<00:14, 1.57s/it]\n 98%|█████████▊| 432/440 [11:11<00:12, 1.56s/it]\n 98%|█████████▊| 433/440 [11:13<00:10, 1.56s/it]\n 99%|█████████▊| 434/440 [11:15<00:09, 1.56s/it]\n 99%|█████████▉| 435/440 [11:16<00:07, 1.55s/it]\n 99%|█████████▉| 436/440 [11:18<00:06, 1.55s/it]\n 99%|█████████▉| 437/440 [11:19<00:04, 1.56s/it]\n100%|█████████▉| 438/440 [11:21<00:03, 1.55s/it]\n100%|█████████▉| 439/440 [11:22<00:01, 1.55s/it]\n100%|██████████| 440/440 [11:24<00:00, 1.55s/it]ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers\n built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)\n configuration: --prefix=/usr --extra-version=0ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --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-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\n libavutil 56. 31.100 / 56. 31.100\n libavcodec 58. 54.100 / 58. 54.100\n libavformat 58. 29.100 / 58. 29.100\n libavdevice 58. 8.100 / 58. 8.100\n libavfilter 7. 57.100 / 7. 57.100\n libavresample 4. 0. 0 / 4. 0. 0\n libswscale 5. 5.100 / 5. 5.100\n libswresample 3. 5.100 / 3. 5.100\n libpostproc 55. 5.100 / 55. 5.100\nInput #0, image2, from 'cog_out/frame%06d.jpg':\n Duration: 00:00:17.60, start: 0.000000, bitrate: N/A\n Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc\nStream mapping:\n Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[swscaler @ 0x555a834d2b40] deprecated pixel format used, make sure you did set range correctly\n[libx264 @ 0x555a82fa06c0] using SAR=1/1\n[libx264 @ 0x555a82fa06c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x555a82fa06c0] profile High, level 2.2\n[libx264 @ 0x555a82fa06c0] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=11 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=8 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to 'cog_out/out.mp4':\n Metadata:\n encoder : Lavf58.29.100\n Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 8 fps, 16384 tbn, 8 tbc\n Metadata:\n encoder : Lavc58.54.100 libx264\n Side data:\n cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1\nframe= 72 fps=0.0 q=26.0 size= 256kB time=00:00:01.75 bitrate=1198.6kbits/s speed=3.48x\nframe= 116 fps=111 q=26.0 size= 1024kB time=00:00:07.25 bitrate=1157.1kbits/s speed=6.93x\nframe= 161 fps=103 q=26.0 size= 2048kB time=00:00:12.87 bitrate=1303.1kbits/s speed=8.25x\nframe= 208 fps=101 q=26.0 size= 3072kB time=00:00:18.75 bitrate=1342.2kbits/s speed= 9.1x\nframe= 256 fps=100 q=26.0 size= 4096kB time=00:00:24.75 bitrate=1355.7kbits/s speed=9.66x\nframe= 303 fps= 99 q=26.0 size= 5376kB time=00:00:30.62 bitrate=1438.1kbits/s speed=9.98x\nframe= 345 fps= 97 q=26.0 size= 6400kB time=00:00:35.87 bitrate=1461.4kbits/s speed= 10x\nframe= 394 fps= 96 q=26.0 size= 7424kB time=00:00:42.00 bitrate=1448.0kbits/s speed=10.3x\nframe= 440 fps= 96 q=26.0 size= 8192kB time=00:00:47.75 bitrate=1405.4kbits/s speed=10.4x\nframe= 440 fps= 86 q=-1.0 Lsize= 9504kB time=00:00:54.62 bitrate=1425.4kbits/s speed=10.7x\nvideo:9498kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.064156%\n[libx264 @ 0x555a82fa06c0] frame I:9 Avg QP:23.75 size: 35047\n[libx264 @ 0x555a82fa06c0] frame P:111 Avg QP:26.20 size: 26718\n[libx264 @ 0x555a82fa06c0] frame B:320 Avg QP:26.90 size: 20139\n[libx264 @ 0x555a82fa06c0] consecutive B-frames: 2.5% 0.5% 3.4% 93.6%\n[libx264 @ 0x555a82fa06c0] mb I I16..4: 0.1% 97.9% 2.0%\n[libx264 @ 0x555a82fa06c0] mb P I16..4: 0.0% 87.7% 1.8% P16..4: 4.0% 4.2% 2.2% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x555a82fa06c0] mb B I16..4: 0.0% 25.3% 2.4% B16..8: 16.2% 8.2% 4.9% direct:41.0% skip: 2.0% L0:34.3% L1:30.9% BI:34.9%\n[libx264 @ 0x555a82fa06c0] 8x8 transform intra:95.0% inter:89.5%\n[libx264 @ 0x555a82fa06c0] coded y,uvDC,uvAC intra: 98.4% 90.2% 46.7% inter: 90.2% 86.9% 11.0%\n[libx264 @ 0x555a82fa06c0] i16 v,h,dc,p: 1% 7% 2% 90%\n[libx264 @ 0x555a82fa06c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 13% 22% 5% 7% 8% 7% 8% 9%\n[libx264 @ 0x555a82fa06c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 11% 8% 10% 12% 9% 11% 10%\n[libx264 @ 0x555a82fa06c0] i8c dc,h,v,p: 50% 20% 23% 7%\n[libx264 @ 0x555a82fa06c0] Weighted P-Frames: Y:41.4% UV:38.7%\n[libx264 @ 0x555a82fa06c0] ref P L0: 40.5% 16.1% 21.2% 16.7% 5.4%\n[libx264 @ 0x555a82fa06c0] ref B L0: 85.2% 11.3% 3.5%\n[libx264 @ 0x555a82fa06c0] ref B L1: 94.7% 5.3%\n[libx264 @ 0x555a82fa06c0] kb/s:1414.64\n\n100%|██████████| 440/440 [11:30<00:00, 1.57s/it]",
"metrics": {
"predict_time": 691.096936,
"total_time": 773.780839
},
"output": [
"https://replicate.delivery/pbxt/0laWW2SBMi7sCRCgCmhSioEYY90dVXRWnulJzfV1jnnYHu8HA/frame000000.jpg",
"https://replicate.delivery/pbxt/SgyeSIxbslxiOygh5TSWSgoeawWJDjI9XqfI2YtZ0bowd4yfA/frame000005.jpg",
"https://replicate.delivery/pbxt/HMOYXPHUmNYOHpSap5xyEcFagKnVOoY7UO3m0GZ9W5CwDXeHA/frame000010.jpg",
"https://replicate.delivery/pbxt/SVdBgsE0WD5DL9D8FKvkfKruG7TV5N3OPzbrO8t1CFkjHu8HA/frame000015.jpg",
"https://replicate.delivery/pbxt/G1yN84QB3wayLdpfxiMIHKfaeygJenSm1yPa1a3We2Y95hLfD/frame000020.jpg",
"https://replicate.delivery/pbxt/QhmTUaQC3WIIClxbRqBkRNpD0K0jt7lPeCgwxoyyIadrHu8HA/frame000025.jpg",
"https://replicate.delivery/pbxt/RoxYTVEdAx5gOpKKcKH5zaY2AqxeDdfSha4pOlelEeQ59wlfB/frame000030.jpg",
"https://replicate.delivery/pbxt/HGzSmQpURRrkI1PyAJNfXP6rLkJJHfyMwJPb4s2x1gQlPc5PA/frame000035.jpg",
"https://replicate.delivery/pbxt/tvFmciBH24YXFVuT2cx8bL701fnfhslwJZqeMpMdC9f2ehLfD/frame000040.jpg",
"https://replicate.delivery/pbxt/6MkoscThQibsL51eslMk3qVrnHU8gkYYYRYX2moXPU86Hu8HA/frame000045.jpg",
"https://replicate.delivery/pbxt/M60kfIEeff9iPTuHTsUmGbkBPWzvsSuXTluniYbC7SXzfhLfD/frame000050.jpg",
"https://replicate.delivery/pbxt/2kDqO05nDWroA9m0QpNlCtn3B4GgzOTnHqR5W4fif2mEQc5PA/frame000055.jpg",
"https://replicate.delivery/pbxt/eunmdBsn7nWlNiFbzfuOsVstWva663CAWpisvEG01UQMQc5PA/frame000060.jpg",
"https://replicate.delivery/pbxt/rsbdxkBzveUcb6EICJc4kfAhYb6l6cLpKx8M1ilQidYTQc5PA/frame000065.jpg",
"https://replicate.delivery/pbxt/k0WNc4qqYIIkOFagGJWd9OHHjP50GHljfuxZ7XWoal0NIu8HA/frame000070.jpg",
"https://replicate.delivery/pbxt/47ek8hS8zF3tJSUEey2FFPey8gT6xfFzCf8xqtddULmfIEXeHA/frame000075.jpg",
"https://replicate.delivery/pbxt/F42XMwYqlsbwEhIMp17chhKSNpOhV76dk9go3AfPjO7VIu8HA/frame000080.jpg",
"https://replicate.delivery/pbxt/uyPIRWEIxqoBEpCEB7sOYiVOtzfK9A4FptWo6HIfzLgyQc5PA/frame000085.jpg",
"https://replicate.delivery/pbxt/cefSeReZ9uBq6SxEWdsmFk3nPzCgM6RtoFVSyhMOCceUHiLfD/frame000090.jpg",
"https://replicate.delivery/pbxt/bNcqNjiViaZ6I1BLqHuYg9g7KBLcg0KRIWBNcNuUbjjQEXeHA/frame000095.jpg",
"https://replicate.delivery/pbxt/Zg7glfpdbzQpNaQo5QsFbLz2MR9HbEikw2zHBcaRSWVlIu8HA/frame000100.jpg",
"https://replicate.delivery/pbxt/CzPIoKfg5ZyjWKeArJYPJmwsYTAhcpskGkN7Z6PZgfHji4yfA/frame000105.jpg",
"https://replicate.delivery/pbxt/xH6JX5c5fYWHFykPrfKtOBNfytWsHmefar9wpiyqWM5KLiLfD/frame000110.jpg",
"https://replicate.delivery/pbxt/Nw62Bp9S4OpQNxweLy6Xv2LqzRoIhKLekeM4OHOCjsRCj4yfA/frame000115.jpg",
"https://replicate.delivery/pbxt/ctWWgGTrORLWLlyy3zk6iJmuujx1fRrGkvukLflpkLPoRc5PA/frame000120.jpg",
"https://replicate.delivery/pbxt/SNaWE2fLbFxaekhUehb0FJuLZPeUhLbBZT5EKhUEXx3DHxlfB/frame000125.jpg",
"https://replicate.delivery/pbxt/bwqmb4bgDhpELVAwLDxOeIf5hADpR3E0VJ2oo4fXuOwxj4yfA/frame000130.jpg",
"https://replicate.delivery/pbxt/GlfbV2v8VpzYN6dJYtGK8aCHdFivHfmbAai53agTNupfj4yfA/frame000135.jpg",
"https://replicate.delivery/pbxt/fRpjmL4fXeBrXpfE3kbBjWHqSeWK53cNc51feJjf7fCjPk4yfA/frame000140.jpg",
"https://replicate.delivery/pbxt/sUUtMeQQOFVVAKaxl3kctlZfn16edlqrLPzPoegN3ZE8IxlfB/frame000145.jpg",
"https://replicate.delivery/pbxt/YPQ82L9LiOYjGFJmNxr9SEz1QzmKk8wuybJDPugB6x8lEXeHA/frame000150.jpg",
"https://replicate.delivery/pbxt/vZIQKonX3SbzOxlYm7e9rredeywLuWZEx3U4U4dFkHU8k4yfA/frame000155.jpg",
"https://replicate.delivery/pbxt/F41qH6DeaowqKanlrj9AXFlMZvsLBQg2Vjb5TzwZcDbTJu8HA/frame000160.jpg",
"https://replicate.delivery/pbxt/546OQDffoSpDfo8e0vZW0w0wL8aCYphEu4OMfN4ybfPorEXeHA/frame000165.jpg",
"https://replicate.delivery/pbxt/kesHSzzO0QTyGqkcCKac6cVX0Pa3IpGCREoG0MlxanxaJu8HA/frame000170.jpg",
"https://replicate.delivery/pbxt/dCRSeEcRhpQWTy9EecYsgqyJwyexHJTCS9Bf6TjwGmP2LxlfB/frame000175.jpg",
"https://replicate.delivery/pbxt/CKqHYy3TojK7P9GiJpEFVLqRRItOsLidTkNeeBkNdbxFTc5PA/frame000180.jpg",
"https://replicate.delivery/pbxt/CvRNB2n4Zy5AI9cUoj0Afmz6Heup84I4GxL8MQJT1m3MTc5PA/frame000185.jpg",
"https://replicate.delivery/pbxt/s4ZAdVAgFW5uKtTOHteSZifoZhgN2fVKgW9smwicTvMom4yfA/frame000190.jpg",
"https://replicate.delivery/pbxt/a62lCIHy3DamPRphR7KZ1eMfeZLqf0cvLf1yhFV5rBdkbiLfD/frame000195.jpg",
"https://replicate.delivery/pbxt/kzhhKv6ti6JyG1UZ7Blyek9oVbnYE0KRJoC5gpPRhEbyJu8HA/frame000200.jpg",
"https://replicate.delivery/pbxt/PeIidYIRfjs8kk6qRqZIpb86UGOo4cDUfmOxWxGUXiaWn4yfA/frame000205.jpg",
"https://replicate.delivery/pbxt/hc1cWejMfouxOkyzszjBFMqcvdQ4ZIr2jUeeqHvjYN9NPxlfB/frame000210.jpg",
"https://replicate.delivery/pbxt/Bk6m5T85uu58KJUjKdFg6PquPgBDAXoOzZVeyy7O9em7Tc5PA/frame000215.jpg",
"https://replicate.delivery/pbxt/keFNkQmd9eirCklIETXB7h6UVe4w4nvcDJk1oB7z7KcFo4yfA/frame000220.jpg",
"https://replicate.delivery/pbxt/it7xfwrAreqfSoWOlcVqnqaQCaJwjwdimUZkMRn9WeQrQxlfB/frame000225.jpg",
"https://replicate.delivery/pbxt/DVkzauI3bf3maajZA08f5vphP9oEGsrf92j7aPEZxRRlo4yfA/frame000230.jpg",
"https://replicate.delivery/pbxt/ul1IcD7XHqLwNxqRM8EDldB6QWKpKVBTfFgJr42T2iLNKu8HA/frame000235.jpg",
"https://replicate.delivery/pbxt/E0Xfey4aHrnEs05GuDptxVmIvI4y2wvfgIPYTjVZTafFSxlfB/frame000240.jpg",
"https://replicate.delivery/pbxt/1C1QCluezn3LSyVBa7agXxvlYeEUZLameAqeBsukJJhlSxlfB/frame000245.jpg",
"https://replicate.delivery/pbxt/oj7Boi1D4F6FHBmQDCwS46ybRyrZ2jQmQTOX2nPRaWZMFXeHA/frame000250.jpg",
"https://replicate.delivery/pbxt/Y6htBUlwFQLgKlSMhmdopVHsyqMaBJoRmXZ9HxaYSaPOFXeHA/frame000255.jpg",
"https://replicate.delivery/pbxt/ic4xCtomgsruHZuja6fsAjlCDePNfIKVDZt9epohlwOAUxlfB/frame000260.jpg",
"https://replicate.delivery/pbxt/jKHndjLtBR65LJO116kfJYnDfeG1N9aDCdlabynRudsQq4yfA/frame000265.jpg",
"https://replicate.delivery/pbxt/2wEzWxd7ExruO5Jhg8cbjLMlwUzYBQQpXScbLcPBWNwTFXeHA/frame000270.jpg",
"https://replicate.delivery/pbxt/qSTduYehKaWbUqhrHMrk3jUeI4qXig7nS8iQZ0pfZdSuq4yfA/frame000275.jpg",
"https://replicate.delivery/pbxt/60FFfoeY3Cu6jkXKgl1ys1TwRlrlr4VKJrJVu4MPT7Xfq4yfA/frame000280.jpg",
"https://replicate.delivery/pbxt/HzC4QhAG9c5DMhmBeltHE0bmYgZZuaghFLd7VyaZLt0zKu8HA/frame000285.jpg",
"https://replicate.delivery/pbxt/fhV58AoeN0tHKkNykFnegjhXF302Fz0eXSdfnzzcotz0tiLfD/frame000290.jpg",
"https://replicate.delivery/pbxt/yCgOqIsFjM5HLFNYgmrdsxO8AQQNd0UbkxVf4FRVXFS7Ku8HA/frame000295.jpg",
"https://replicate.delivery/pbxt/61kYGyEL5UJ0HJR6FQUd7zyF2V5JQ5rlJMVfeU5HANMer4yfA/frame000300.jpg",
"https://replicate.delivery/pbxt/O9QMnQZUc7ZuGpjOEBUKF8Aq567hLBAusPQEDvFTf06CLu8HA/frame000305.jpg",
"https://replicate.delivery/pbxt/VFUVFM24ggqiBtIWq4LUdnTue1jBnPZbMDwljp7jjZoGLu8HA/frame000310.jpg",
"https://replicate.delivery/pbxt/Kit8bNEwxJLiAdjxCcOFf0qDx4wQKMrdRmBvwy6W6XoKLu8HA/frame000315.jpg",
"https://replicate.delivery/pbxt/eYYAVvzNynViB6LekMa0Nff41SZfqqGONEhD9A27BplsziLfD/frame000320.jpg",
"https://replicate.delivery/pbxt/A4f4KdOZVDUf7kXmcYYyGJSV1OV5Q6kFnRhMBR3xfp5It4yfA/frame000325.jpg",
"https://replicate.delivery/pbxt/0iq9agcq2EaNB1PEvaeOf3aLLrVYBIeA3aHvkelkb1yzaxlfB/frame000330.jpg",
"https://replicate.delivery/pbxt/biXrpfQPiDVrIKDTtLiX5Sm5lWIdHD02eZlfE84PCCpot4yfA/frame000335.jpg",
"https://replicate.delivery/pbxt/Vtw8KFNiUxooJ1bPZLvux2qskY8ruqhqKbnmB2kB6N8uFXeHA/frame000340.jpg",
"https://replicate.delivery/pbxt/9I3hdlA7du4uPRiO4gJVDcSVmCDhEqff080M2uGiAMPDXc5PA/frame000345.jpg",
"https://replicate.delivery/pbxt/8n6yWfLfO5t3akumSNNq2Irfh08PrSvhF6bCeGDnLuovcxlfB/frame000350.jpg",
"https://replicate.delivery/pbxt/KQvFYBcbXdIFIdEOiU8TSJrUCiNudCY2Kdx5Mtwg9qfpLu8HA/frame000355.jpg",
"https://replicate.delivery/pbxt/EQwsYlfyAzQsXKoLrIbYJTIvGhyOYpojvOwQQM0ihcHtLu8HA/frame000360.jpg",
"https://replicate.delivery/pbxt/7KfxgkGBxnVqZam2a5Co7Ue0R0qi5z7sxa29af9JOcwEv4yfA/frame000365.jpg",
"https://replicate.delivery/pbxt/u2EI618uyZ7RFZ6KeR7rgwYoJslRiqxEr8nKCxLPBfUqXc5PA/frame000370.jpg",
"https://replicate.delivery/pbxt/v7hN6ooVQE4TO5N8JceKgtNoPmQz6RJWgZydf8AIMtoxXc5PA/frame000375.jpg",
"https://replicate.delivery/pbxt/UBoXwPD9JhK9NhMYFQ4GB3Bsy24HBoP2DUey8s4Sf785Xc5PA/frame000380.jpg",
"https://replicate.delivery/pbxt/sAXLZQLCQSolD5Q1lfErkGtJpRDrRkgAQkDIskeJns5BYc5PA/frame000385.jpg",
"https://replicate.delivery/pbxt/0WoAGEUNuno9BdZZd27muGt4nIt13DvhSaz1pHQT34VCGXeHA/frame000390.jpg",
"https://replicate.delivery/pbxt/XkU8UOfwNgXOBygED84uugieYsMJfiYas0Io3PUrbK1iw4yfA/frame000395.jpg",
"https://replicate.delivery/pbxt/gUwCsSN8f43PIahae4OhcR8EfdKRvEPaBfzkubzGROfPDjLfD/frame000400.jpg",
"https://replicate.delivery/pbxt/9S3Iqz6SaCZZAlZVnvGqCBIp8j4rdXSlE6YAVaK9tEKIGXeHA/frame000405.jpg",
"https://replicate.delivery/pbxt/mfpWvXEMzepMUkrc0JXUNXREANO3eQ2EWf7X0eGLfcJFKGXeHA/frame000410.jpg",
"https://replicate.delivery/pbxt/uE3cuzef4Kh7K0SIKg5EZxMiZSqzgUvsAQohINgvFvAwYc5PA/frame000415.jpg",
"https://replicate.delivery/pbxt/X0HieYhiP1X8Iy3nfX1uP3dmY4FJqFkQPlAQWiwKb8H4Yc5PA/frame000420.jpg",
"https://replicate.delivery/pbxt/17lbLMTDtmrnD1vzD12hg4IA8gODb8e616JVJfxQfZkBy4yfA/frame000425.jpg",
"https://replicate.delivery/pbxt/jh8iJBI3bfSyJ6ojdn1Loaep47b88WXMefHptFwG5xPckxlfB/frame000430.jpg",
"https://replicate.delivery/pbxt/1cFnqC2vqV6lNNwIz8uJFU8Czlason4KTLFMFVG9n63TGXeHA/frame000435.jpg",
"https://replicate.delivery/pbxt/b1xsfnXZzvXbMiHb2uIjjtHQzxfDfbVZi99eYwSEi0fhLjLfD/out.mp4",
"https://replicate.delivery/pbxt/BceuNjP9TnUPEqVrHLtfqbPWaFD06CLNeH5ueNKVUoepLjLfD/out.mp4"
],
"started_at": "2022-10-25T16:41:13.209430Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/qazx4dkferhvhjg6f53an2y6sm",
"cancel": "https://api.replicate.com/v1/predictions/qazx4dkferhvhjg6f53an2y6sm/cancel"
},
"version": "ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee"
}
0%| | 0/440 [00:00<?, ?it/s]
0%| | 1/440 [00:07<51:29, 7.04s/it]
0%| | 2/440 [00:09<30:03, 4.12s/it]
1%| | 3/440 [00:10<21:19, 2.93s/it]
1%| | 4/440 [00:12<17:10, 2.36s/it]
1%| | 5/440 [00:13<14:45, 2.04s/it]
1%|▏ | 6/440 [00:15<13:23, 1.85s/it]
2%|▏ | 7/440 [00:16<12:29, 1.73s/it]
2%|▏ | 8/440 [00:18<11:54, 1.65s/it]
2%|▏ | 9/440 [00:19<11:39, 1.62s/it]
2%|▏ | 10/440 [00:21<11:21, 1.59s/it]
2%|▎ | 11/440 [00:22<11:05, 1.55s/it]
3%|▎ | 12/440 [00:24<10:55, 1.53s/it]
3%|▎ | 13/440 [00:25<10:47, 1.52s/it]
3%|▎ | 14/440 [00:27<10:43, 1.51s/it]
3%|▎ | 15/440 [00:28<10:41, 1.51s/it]
4%|▎ | 16/440 [00:30<10:40, 1.51s/it]
4%|▍ | 17/440 [00:31<10:37, 1.51s/it]
4%|▍ | 18/440 [00:33<10:35, 1.51s/it]
4%|▍ | 19/440 [00:34<10:33, 1.50s/it]
5%|▍ | 20/440 [00:36<10:33, 1.51s/it]
5%|▍ | 21/440 [00:37<10:32, 1.51s/it]
5%|▌ | 22/440 [00:39<10:37, 1.52s/it]
5%|▌ | 23/440 [00:40<10:36, 1.53s/it]
5%|▌ | 24/440 [00:42<10:36, 1.53s/it]
6%|▌ | 25/440 [00:43<10:34, 1.53s/it]
6%|▌ | 26/440 [00:45<10:32, 1.53s/it]
6%|▌ | 27/440 [00:46<10:26, 1.52s/it]
6%|▋ | 28/440 [00:48<10:24, 1.52s/it]
7%|▋ | 29/440 [00:49<10:28, 1.53s/it]
7%|▋ | 30/440 [00:51<10:28, 1.53s/it]
7%|▋ | 31/440 [00:52<10:24, 1.53s/it]
7%|▋ | 32/440 [00:54<10:23, 1.53s/it]
8%|▊ | 33/440 [00:55<10:18, 1.52s/it]
8%|▊ | 34/440 [00:57<10:16, 1.52s/it]
8%|▊ | 35/440 [00:58<10:14, 1.52s/it]
8%|▊ | 36/440 [01:00<10:13, 1.52s/it]
8%|▊ | 37/440 [01:01<10:10, 1.51s/it]
9%|▊ | 38/440 [01:03<10:10, 1.52s/it]
9%|▉ | 39/440 [01:05<10:10, 1.52s/it]
9%|▉ | 40/440 [01:06<10:07, 1.52s/it]
9%|▉ | 41/440 [01:08<10:05, 1.52s/it]
10%|▉ | 42/440 [01:09<10:08, 1.53s/it]
10%|▉ | 43/440 [01:11<10:06, 1.53s/it]
10%|█ | 44/440 [01:12<10:04, 1.53s/it]
10%|█ | 45/440 [01:14<10:04, 1.53s/it]
10%|█ | 46/440 [01:15<10:00, 1.52s/it]
11%|█ | 47/440 [01:17<09:57, 1.52s/it]
11%|█ | 48/440 [01:18<09:57, 1.52s/it]
11%|█ | 49/440 [01:20<10:00, 1.54s/it]
11%|█▏ | 50/440 [01:21<09:59, 1.54s/it]
12%|█▏ | 51/440 [01:23<09:57, 1.53s/it]
12%|█▏ | 52/440 [01:24<09:58, 1.54s/it]
12%|█▏ | 53/440 [01:26<09:56, 1.54s/it]
12%|█▏ | 54/440 [01:28<09:51, 1.53s/it]
12%|█▎ | 55/440 [01:29<09:50, 1.53s/it]
13%|█▎ | 56/440 [01:31<09:47, 1.53s/it]
13%|█▎ | 57/440 [01:32<09:44, 1.53s/it]
13%|█▎ | 58/440 [01:34<09:42, 1.52s/it]
13%|█▎ | 59/440 [01:35<09:40, 1.52s/it]
14%|█▎ | 60/440 [01:37<09:38, 1.52s/it]
14%|█▍ | 61/440 [01:38<09:36, 1.52s/it]
14%|█▍ | 62/440 [01:40<09:37, 1.53s/it]
14%|█▍ | 63/440 [01:41<09:33, 1.52s/it]
15%|█▍ | 64/440 [01:43<09:32, 1.52s/it]
15%|█▍ | 65/440 [01:44<09:32, 1.53s/it]
15%|█▌ | 66/440 [01:46<09:30, 1.52s/it]
15%|█▌ | 67/440 [01:47<09:28, 1.52s/it]
15%|█▌ | 68/440 [01:49<09:29, 1.53s/it]
16%|█▌ | 69/440 [01:50<09:28, 1.53s/it]
16%|█▌ | 70/440 [01:52<09:29, 1.54s/it]
16%|█▌ | 71/440 [01:54<09:31, 1.55s/it]
16%|█▋ | 72/440 [01:55<09:27, 1.54s/it]
17%|█▋ | 73/440 [01:57<09:25, 1.54s/it]
17%|█▋ | 74/440 [01:58<09:23, 1.54s/it]
17%|█▋ | 75/440 [02:00<09:23, 1.54s/it]
17%|█▋ | 76/440 [02:01<09:22, 1.54s/it]
18%|█▊ | 77/440 [02:03<09:21, 1.55s/it]
18%|█▊ | 78/440 [02:04<09:20, 1.55s/it]
18%|█▊ | 79/440 [02:06<09:17, 1.54s/it]
18%|█▊ | 80/440 [02:07<09:16, 1.55s/it]
18%|█▊ | 81/440 [02:09<09:23, 1.57s/it]
19%|█▊ | 82/440 [02:11<09:20, 1.57s/it]
19%|█▉ | 83/440 [02:12<09:17, 1.56s/it]
19%|█▉ | 84/440 [02:14<09:15, 1.56s/it]
19%|█▉ | 85/440 [02:15<09:12, 1.56s/it]
20%|█▉ | 86/440 [02:17<09:09, 1.55s/it]
20%|█▉ | 87/440 [02:18<09:06, 1.55s/it]
20%|██ | 88/440 [02:20<09:07, 1.55s/it]
20%|██ | 89/440 [02:21<09:07, 1.56s/it]
20%|██ | 90/440 [02:23<09:06, 1.56s/it]
21%|██ | 91/440 [02:25<09:03, 1.56s/it]
21%|██ | 92/440 [02:26<08:59, 1.55s/it]
21%|██ | 93/440 [02:28<08:56, 1.54s/it]
21%|██▏ | 94/440 [02:29<08:59, 1.56s/it]
22%|██▏ | 95/440 [02:31<08:57, 1.56s/it]
22%|██▏ | 96/440 [02:32<08:52, 1.55s/it]
22%|██▏ | 97/440 [02:34<08:51, 1.55s/it]
22%|██▏ | 98/440 [02:35<08:49, 1.55s/it]
22%|██▎ | 99/440 [02:37<08:46, 1.54s/it]
23%|██▎ | 100/440 [02:38<08:44, 1.54s/it]
23%|██▎ | 101/440 [02:40<08:41, 1.54s/it]
23%|██▎ | 102/440 [02:42<08:40, 1.54s/it]
23%|██▎ | 103/440 [02:43<08:38, 1.54s/it]
24%|██▎ | 104/440 [02:45<08:39, 1.55s/it]
24%|██▍ | 105/440 [02:46<08:37, 1.54s/it]
24%|██▍ | 106/440 [02:48<08:34, 1.54s/it]
24%|██▍ | 107/440 [02:49<08:35, 1.55s/it]
25%|██▍ | 108/440 [02:51<08:33, 1.55s/it]
25%|██▍ | 109/440 [02:52<08:30, 1.54s/it]
25%|██▌ | 110/440 [02:54<08:30, 1.55s/it]
25%|██▌ | 111/440 [02:55<08:27, 1.54s/it]
25%|██▌ | 112/440 [02:57<08:25, 1.54s/it]
26%|██▌ | 113/440 [02:59<08:23, 1.54s/it]
26%|██▌ | 114/440 [03:00<08:24, 1.55s/it]
26%|██▌ | 115/440 [03:02<08:22, 1.55s/it]
26%|██▋ | 116/440 [03:03<08:20, 1.54s/it]
27%|██▋ | 117/440 [03:05<08:20, 1.55s/it]
27%|██▋ | 118/440 [03:06<08:18, 1.55s/it]
27%|██▋ | 119/440 [03:08<08:14, 1.54s/it]
27%|██▋ | 120/440 [03:09<08:14, 1.55s/it]
28%|██▊ | 121/440 [03:11<08:12, 1.54s/it]
28%|██▊ | 122/440 [03:12<08:09, 1.54s/it]
28%|██▊ | 123/440 [03:14<08:07, 1.54s/it]
28%|██▊ | 124/440 [03:16<08:10, 1.55s/it]
28%|██▊ | 125/440 [03:17<08:07, 1.55s/it]
29%|██▊ | 126/440 [03:19<08:06, 1.55s/it]
29%|██▉ | 127/440 [03:20<08:02, 1.54s/it]
29%|██▉ | 128/440 [03:22<07:59, 1.54s/it]
29%|██▉ | 129/440 [03:23<07:57, 1.54s/it]
30%|██▉ | 130/440 [03:25<07:56, 1.54s/it]
30%|██▉ | 131/440 [03:26<07:54, 1.54s/it]
30%|███ | 132/440 [03:28<07:51, 1.53s/it]
30%|███ | 133/440 [03:29<07:51, 1.54s/it]
30%|███ | 134/440 [03:31<07:51, 1.54s/it]
31%|███ | 135/440 [03:32<07:48, 1.54s/it]
31%|███ | 136/440 [03:34<07:47, 1.54s/it]
31%|███ | 137/440 [03:36<07:46, 1.54s/it]
31%|███▏ | 138/440 [03:37<07:44, 1.54s/it]
32%|███▏ | 139/440 [03:39<07:44, 1.54s/it]
32%|███▏ | 140/440 [03:40<07:41, 1.54s/it]
32%|███▏ | 141/440 [03:42<07:38, 1.53s/it]
32%|███▏ | 142/440 [03:43<07:36, 1.53s/it]
32%|███▎ | 143/440 [03:45<07:36, 1.54s/it]
33%|███▎ | 144/440 [03:46<07:32, 1.53s/it]
33%|███▎ | 145/440 [03:48<07:31, 1.53s/it]
33%|███▎ | 146/440 [03:49<07:31, 1.54s/it]
33%|███▎ | 147/440 [03:51<07:30, 1.54s/it]
34%|███▎ | 148/440 [03:52<07:29, 1.54s/it]
34%|███▍ | 149/440 [03:54<07:27, 1.54s/it]
34%|███▍ | 150/440 [03:56<07:29, 1.55s/it]
34%|███▍ | 151/440 [03:57<07:26, 1.55s/it]
35%|███▍ | 152/440 [03:59<07:26, 1.55s/it]
35%|███▍ | 153/440 [04:00<07:24, 1.55s/it]
35%|███▌ | 154/440 [04:02<07:24, 1.55s/it]
35%|███▌ | 155/440 [04:03<07:21, 1.55s/it]
35%|███▌ | 156/440 [04:05<07:20, 1.55s/it]
36%|███▌ | 157/440 [04:06<07:17, 1.55s/it]
36%|███▌ | 158/440 [04:08<07:15, 1.55s/it]
36%|███▌ | 159/440 [04:09<07:14, 1.55s/it]
36%|███▋ | 160/440 [04:11<07:11, 1.54s/it]
37%|███▋ | 161/440 [04:13<07:11, 1.55s/it]
37%|███▋ | 162/440 [04:14<07:09, 1.54s/it]
37%|███▋ | 163/440 [04:16<07:07, 1.54s/it]
37%|███▋ | 164/440 [04:17<07:04, 1.54s/it]
38%|███▊ | 165/440 [04:19<07:04, 1.55s/it]
38%|███▊ | 166/440 [04:20<07:01, 1.54s/it]
38%|███▊ | 167/440 [04:22<06:58, 1.53s/it]
38%|███▊ | 168/440 [04:23<06:57, 1.53s/it]
38%|███▊ | 169/440 [04:25<06:56, 1.54s/it]
39%|███▊ | 170/440 [04:26<06:55, 1.54s/it]
39%|███▉ | 171/440 [04:28<06:52, 1.53s/it]
39%|███▉ | 172/440 [04:29<06:52, 1.54s/it]
39%|███▉ | 173/440 [04:31<06:49, 1.53s/it]
40%|███▉ | 174/440 [04:33<06:48, 1.54s/it]
40%|███▉ | 175/440 [04:34<06:49, 1.55s/it]
40%|████ | 176/440 [04:36<06:48, 1.55s/it]
40%|████ | 177/440 [04:37<06:46, 1.54s/it]
40%|████ | 178/440 [04:39<06:44, 1.54s/it]
41%|████ | 179/440 [04:40<06:41, 1.54s/it]
41%|████ | 180/440 [04:42<06:39, 1.53s/it]
41%|████ | 181/440 [04:43<06:37, 1.53s/it]
41%|████▏ | 182/440 [04:45<06:35, 1.53s/it]
42%|████▏ | 183/440 [04:46<06:32, 1.53s/it]
42%|████▏ | 184/440 [04:48<06:31, 1.53s/it]
42%|████▏ | 185/440 [04:49<06:31, 1.54s/it]
42%|████▏ | 186/440 [04:51<06:30, 1.54s/it]
42%|████▎ | 187/440 [04:53<06:29, 1.54s/it]
43%|████▎ | 188/440 [04:54<06:28, 1.54s/it]
43%|████▎ | 189/440 [04:56<06:28, 1.55s/it]
43%|████▎ | 190/440 [04:57<06:27, 1.55s/it]
43%|████▎ | 191/440 [04:59<06:25, 1.55s/it]
44%|████▎ | 192/440 [05:00<06:23, 1.55s/it]
44%|████▍ | 193/440 [05:02<06:22, 1.55s/it]
44%|████▍ | 194/440 [05:03<06:19, 1.54s/it]
44%|████▍ | 195/440 [05:05<06:18, 1.54s/it]
45%|████▍ | 196/440 [05:06<06:15, 1.54s/it]
45%|████▍ | 197/440 [05:08<06:13, 1.54s/it]
45%|████▌ | 198/440 [05:10<06:13, 1.55s/it]
45%|████▌ | 199/440 [05:11<06:13, 1.55s/it]
45%|████▌ | 200/440 [05:13<06:11, 1.55s/it]
46%|████▌ | 201/440 [05:14<06:10, 1.55s/it]
46%|████▌ | 202/440 [05:16<06:07, 1.54s/it]
46%|████▌ | 203/440 [05:17<06:04, 1.54s/it]
46%|████▋ | 204/440 [05:19<06:03, 1.54s/it]
47%|████▋ | 205/440 [05:20<06:01, 1.54s/it]
47%|████▋ | 206/440 [05:22<05:59, 1.54s/it]
47%|████▋ | 207/440 [05:23<05:58, 1.54s/it]
47%|████▋ | 208/440 [05:25<05:56, 1.54s/it]
48%|████▊ | 209/440 [05:26<05:55, 1.54s/it]
48%|████▊ | 210/440 [05:28<05:52, 1.53s/it]
48%|████▊ | 211/440 [05:30<05:51, 1.54s/it]
48%|████▊ | 212/440 [05:31<05:49, 1.53s/it]
48%|████▊ | 213/440 [05:33<05:49, 1.54s/it]
49%|████▊ | 214/440 [05:34<05:48, 1.54s/it]
49%|████▉ | 215/440 [05:36<05:45, 1.54s/it]
49%|████▉ | 216/440 [05:37<05:43, 1.54s/it]
49%|████▉ | 217/440 [05:39<05:43, 1.54s/it]
50%|████▉ | 218/440 [05:40<05:41, 1.54s/it]
50%|████▉ | 219/440 [05:42<05:39, 1.54s/it]
50%|█████ | 220/440 [05:43<05:37, 1.53s/it]
50%|█████ | 221/440 [05:45<05:35, 1.53s/it]
50%|█████ | 222/440 [05:46<05:34, 1.53s/it]
51%|█████ | 223/440 [05:48<05:31, 1.53s/it]
51%|█████ | 224/440 [05:49<05:32, 1.54s/it]
51%|█████ | 225/440 [05:51<05:29, 1.53s/it]
51%|█████▏ | 226/440 [05:53<05:30, 1.55s/it]
52%|█████▏ | 227/440 [05:54<05:29, 1.55s/it]
52%|█████▏ | 228/440 [05:56<05:28, 1.55s/it]
52%|█████▏ | 229/440 [05:57<05:26, 1.55s/it]
52%|█████▏ | 230/440 [05:59<05:24, 1.55s/it]
52%|█████▎ | 231/440 [06:00<05:24, 1.55s/it]
53%|█████▎ | 232/440 [06:02<05:24, 1.56s/it]
53%|█████▎ | 233/440 [06:03<05:20, 1.55s/it]
53%|█████▎ | 234/440 [06:05<05:19, 1.55s/it]
53%|█████▎ | 235/440 [06:07<05:16, 1.55s/it]
54%|█████▎ | 236/440 [06:08<05:14, 1.54s/it]
54%|█████▍ | 237/440 [06:10<05:13, 1.55s/it]
54%|█████▍ | 238/440 [06:11<05:11, 1.54s/it]
54%|█████▍ | 239/440 [06:13<05:08, 1.54s/it]
55%|█████▍ | 240/440 [06:14<05:06, 1.53s/it]
55%|█████▍ | 241/440 [06:16<05:08, 1.55s/it]
55%|█████▌ | 242/440 [06:17<05:05, 1.54s/it]
55%|█████▌ | 243/440 [06:19<05:04, 1.55s/it]
55%|█████▌ | 244/440 [06:20<05:02, 1.54s/it]
56%|█████▌ | 245/440 [06:22<05:00, 1.54s/it]
56%|█████▌ | 246/440 [06:23<04:58, 1.54s/it]
56%|█████▌ | 247/440 [06:25<04:56, 1.53s/it]
56%|█████▋ | 248/440 [06:27<04:54, 1.53s/it]
57%|█████▋ | 249/440 [06:28<04:53, 1.53s/it]
57%|█████▋ | 250/440 [06:30<04:52, 1.54s/it]
57%|█████▋ | 251/440 [06:31<04:51, 1.54s/it]
57%|█████▋ | 252/440 [06:33<04:50, 1.54s/it]
57%|█████▊ | 253/440 [06:34<04:49, 1.55s/it]
58%|█████▊ | 254/440 [06:36<04:46, 1.54s/it]
58%|█████▊ | 255/440 [06:37<04:44, 1.54s/it]
58%|█████▊ | 256/440 [06:39<04:43, 1.54s/it]
58%|█████▊ | 257/440 [06:40<04:41, 1.54s/it]
59%|█████▊ | 258/440 [06:42<04:40, 1.54s/it]
59%|█████▉ | 259/440 [06:43<04:37, 1.54s/it]
59%|█████▉ | 260/440 [06:45<04:35, 1.53s/it]
59%|█████▉ | 261/440 [06:47<04:33, 1.53s/it]
60%|█████▉ | 262/440 [06:48<04:31, 1.53s/it]
60%|█████▉ | 263/440 [06:50<04:32, 1.54s/it]
60%|██████ | 264/440 [06:51<04:30, 1.54s/it]
60%|██████ | 265/440 [06:53<04:29, 1.54s/it]
60%|██████ | 266/440 [06:54<04:27, 1.54s/it]
61%|██████ | 267/440 [06:56<04:25, 1.53s/it]
61%|██████ | 268/440 [06:57<04:23, 1.53s/it]
61%|██████ | 269/440 [06:59<04:24, 1.55s/it]
61%|██████▏ | 270/440 [07:00<04:21, 1.54s/it]
62%|██████▏ | 271/440 [07:02<04:21, 1.55s/it]
62%|██████▏ | 272/440 [07:04<04:20, 1.55s/it]
62%|██████▏ | 273/440 [07:05<04:18, 1.55s/it]
62%|██████▏ | 274/440 [07:07<04:16, 1.55s/it]
62%|██████▎ | 275/440 [07:08<04:15, 1.55s/it]
63%|██████▎ | 276/440 [07:10<04:14, 1.55s/it]
63%|██████▎ | 277/440 [07:11<04:11, 1.54s/it]
63%|██████▎ | 278/440 [07:13<04:09, 1.54s/it]
63%|██████▎ | 279/440 [07:14<04:08, 1.54s/it]
64%|██████▎ | 280/440 [07:16<04:05, 1.54s/it]
64%|██████▍ | 281/440 [07:17<04:04, 1.54s/it]
64%|██████▍ | 282/440 [07:19<04:03, 1.54s/it]
64%|██████▍ | 283/440 [07:20<04:01, 1.54s/it]
65%|██████▍ | 284/440 [07:22<03:59, 1.54s/it]
65%|██████▍ | 285/440 [07:24<03:58, 1.54s/it]
65%|██████▌ | 286/440 [07:25<03:56, 1.54s/it]
65%|██████▌ | 287/440 [07:27<03:55, 1.54s/it]
65%|██████▌ | 288/440 [07:28<03:52, 1.53s/it]
66%|██████▌ | 289/440 [07:30<03:53, 1.55s/it]
66%|██████▌ | 290/440 [07:31<03:51, 1.54s/it]
66%|██████▌ | 291/440 [07:33<03:49, 1.54s/it]
66%|██████▋ | 292/440 [07:34<03:48, 1.54s/it]
67%|██████▋ | 293/440 [07:36<03:45, 1.54s/it]
67%|██████▋ | 294/440 [07:37<03:44, 1.54s/it]
67%|██████▋ | 295/440 [07:39<03:43, 1.54s/it]
67%|██████▋ | 296/440 [07:40<03:41, 1.54s/it]
68%|██████▊ | 297/440 [07:42<03:39, 1.53s/it]
68%|██████▊ | 298/440 [07:44<03:37, 1.53s/it]
68%|██████▊ | 299/440 [07:45<03:35, 1.53s/it]
68%|██████▊ | 300/440 [07:47<03:33, 1.53s/it]
68%|██████▊ | 301/440 [07:48<03:32, 1.53s/it]
69%|██████▊ | 302/440 [07:50<03:32, 1.54s/it]
69%|██████▉ | 303/440 [07:51<03:30, 1.53s/it]
69%|██████▉ | 304/440 [07:53<03:29, 1.54s/it]
69%|██████▉ | 305/440 [07:54<03:28, 1.54s/it]
70%|██████▉ | 306/440 [07:56<03:26, 1.54s/it]
70%|██████▉ | 307/440 [07:57<03:25, 1.54s/it]
70%|███████ | 308/440 [07:59<03:24, 1.55s/it]
70%|███████ | 309/440 [08:00<03:22, 1.55s/it]
70%|███████ | 310/440 [08:02<03:21, 1.55s/it]
71%|███████ | 311/440 [08:04<03:19, 1.55s/it]
71%|███████ | 312/440 [08:05<03:18, 1.55s/it]
71%|███████ | 313/440 [08:07<03:16, 1.55s/it]
71%|███████▏ | 314/440 [08:08<03:14, 1.54s/it]
72%|███████▏ | 315/440 [08:10<03:13, 1.55s/it]
72%|███████▏ | 316/440 [08:11<03:12, 1.55s/it]
72%|███████▏ | 317/440 [08:13<03:10, 1.55s/it]
72%|███████▏ | 318/440 [08:14<03:08, 1.54s/it]
72%|███████▎ | 319/440 [08:16<03:06, 1.54s/it]
73%|███████▎ | 320/440 [08:17<03:05, 1.55s/it]
73%|███████▎ | 321/440 [08:19<03:05, 1.56s/it]
73%|███████▎ | 322/440 [08:21<03:03, 1.55s/it]
73%|███████▎ | 323/440 [08:22<03:01, 1.55s/it]
74%|███████▎ | 324/440 [08:24<02:59, 1.55s/it]
74%|███████▍ | 325/440 [08:25<02:57, 1.54s/it]
74%|███████▍ | 326/440 [08:27<02:55, 1.54s/it]
74%|███████▍ | 327/440 [08:28<02:53, 1.54s/it]
75%|███████▍ | 328/440 [08:30<02:53, 1.55s/it]
75%|███████▍ | 329/440 [08:31<02:51, 1.55s/it]
75%|███████▌ | 330/440 [08:33<02:49, 1.54s/it]
75%|███████▌ | 331/440 [08:34<02:47, 1.54s/it]
75%|███████▌ | 332/440 [08:36<02:46, 1.54s/it]
76%|███████▌ | 333/440 [08:38<02:44, 1.54s/it]
76%|███████▌ | 334/440 [08:39<02:43, 1.54s/it]
76%|███████▌ | 335/440 [08:41<02:41, 1.54s/it]
76%|███████▋ | 336/440 [08:42<02:39, 1.53s/it]
77%|███████▋ | 337/440 [08:44<02:37, 1.53s/it]
77%|███████▋ | 338/440 [08:45<02:35, 1.53s/it]
77%|███████▋ | 339/440 [08:47<02:34, 1.53s/it]
77%|███████▋ | 340/440 [08:48<02:32, 1.53s/it]
78%|███████▊ | 341/440 [08:50<02:32, 1.54s/it]
78%|███████▊ | 342/440 [08:51<02:31, 1.54s/it]
78%|███████▊ | 343/440 [08:53<02:29, 1.54s/it]
78%|███████▊ | 344/440 [08:54<02:28, 1.55s/it]
78%|███████▊ | 345/440 [08:56<02:26, 1.54s/it]
79%|███████▊ | 346/440 [08:58<02:24, 1.54s/it]
79%|███████▉ | 347/440 [08:59<02:23, 1.54s/it]
79%|███████▉ | 348/440 [09:01<02:21, 1.54s/it]
79%|███████▉ | 349/440 [09:02<02:20, 1.55s/it]
80%|███████▉ | 350/440 [09:04<02:20, 1.56s/it]
80%|███████▉ | 351/440 [09:05<02:18, 1.56s/it]
80%|████████ | 352/440 [09:07<02:16, 1.55s/it]
80%|████████ | 353/440 [09:08<02:14, 1.55s/it]
80%|████████ | 354/440 [09:10<02:12, 1.54s/it]
81%|████████ | 355/440 [09:11<02:10, 1.54s/it]
81%|████████ | 356/440 [09:13<02:08, 1.53s/it]
81%|████████ | 357/440 [09:15<02:08, 1.55s/it]
81%|████████▏ | 358/440 [09:16<02:06, 1.54s/it]
82%|████████▏ | 359/440 [09:18<02:04, 1.54s/it]
82%|████████▏ | 360/440 [09:19<02:03, 1.54s/it]
82%|████████▏ | 361/440 [09:21<02:01, 1.54s/it]
82%|████████▏ | 362/440 [09:22<01:59, 1.53s/it]
82%|████████▎ | 363/440 [09:24<01:58, 1.54s/it]
83%|████████▎ | 364/440 [09:25<01:56, 1.54s/it]
83%|████████▎ | 365/440 [09:27<01:55, 1.53s/it]
83%|████████▎ | 366/440 [09:28<01:53, 1.53s/it]
83%|████████▎ | 367/440 [09:30<01:52, 1.54s/it]
84%|████████▎ | 368/440 [09:31<01:50, 1.53s/it]
84%|████████▍ | 369/440 [09:33<01:48, 1.53s/it]
84%|████████▍ | 370/440 [09:35<01:47, 1.54s/it]
84%|████████▍ | 371/440 [09:36<01:45, 1.54s/it]
85%|████████▍ | 372/440 [09:38<01:44, 1.53s/it]
85%|████████▍ | 373/440 [09:39<01:42, 1.54s/it]
85%|████████▌ | 374/440 [09:41<01:41, 1.54s/it]
85%|████████▌ | 375/440 [09:42<01:40, 1.55s/it]
85%|████████▌ | 376/440 [09:44<01:39, 1.56s/it]
86%|████████▌ | 377/440 [09:45<01:38, 1.57s/it]
86%|████████▌ | 378/440 [09:47<01:37, 1.57s/it]
86%|████████▌ | 379/440 [09:49<01:36, 1.58s/it]
86%|████████▋ | 380/440 [09:50<01:34, 1.58s/it]
87%|████████▋ | 381/440 [09:52<01:33, 1.58s/it]
87%|████████▋ | 382/440 [09:53<01:31, 1.58s/it]
87%|████████▋ | 383/440 [09:55<01:29, 1.58s/it]
87%|████████▋ | 384/440 [09:56<01:28, 1.57s/it]
88%|████████▊ | 385/440 [09:58<01:26, 1.57s/it]
88%|████████▊ | 386/440 [10:00<01:24, 1.57s/it]
88%|████████▊ | 387/440 [10:01<01:23, 1.57s/it]
88%|████████▊ | 388/440 [10:03<01:21, 1.57s/it]
88%|████████▊ | 389/440 [10:04<01:20, 1.58s/it]
89%|████████▊ | 390/440 [10:06<01:19, 1.59s/it]
89%|████████▉ | 391/440 [10:08<01:18, 1.59s/it]
89%|████████▉ | 392/440 [10:09<01:16, 1.59s/it]
89%|████████▉ | 393/440 [10:11<01:14, 1.59s/it]
90%|████████▉ | 394/440 [10:12<01:13, 1.59s/it]
90%|████████▉ | 395/440 [10:14<01:11, 1.59s/it]
90%|█████████ | 396/440 [10:15<01:09, 1.58s/it]
90%|█████████ | 397/440 [10:17<01:07, 1.57s/it]
90%|█████████ | 398/440 [10:19<01:05, 1.56s/it]
91%|█████████ | 399/440 [10:20<01:03, 1.56s/it]
91%|█████████ | 400/440 [10:22<01:02, 1.56s/it]
91%|█████████ | 401/440 [10:23<01:00, 1.56s/it]
91%|█████████▏| 402/440 [10:25<00:58, 1.55s/it]
92%|█████████▏| 403/440 [10:26<00:57, 1.55s/it]
92%|█████████▏| 404/440 [10:28<00:55, 1.54s/it]
92%|█████████▏| 405/440 [10:29<00:54, 1.55s/it]
92%|█████████▏| 406/440 [10:31<00:52, 1.55s/it]
92%|█████████▎| 407/440 [10:32<00:51, 1.55s/it]
93%|█████████▎| 408/440 [10:34<00:49, 1.55s/it]
93%|█████████▎| 409/440 [10:36<00:47, 1.55s/it]
93%|█████████▎| 410/440 [10:37<00:46, 1.54s/it]
93%|█████████▎| 411/440 [10:39<00:45, 1.56s/it]
94%|█████████▎| 412/440 [10:40<00:43, 1.55s/it]
94%|█████████▍| 413/440 [10:42<00:42, 1.56s/it]
94%|█████████▍| 414/440 [10:43<00:40, 1.56s/it]
94%|█████████▍| 415/440 [10:45<00:39, 1.56s/it]
95%|█████████▍| 416/440 [10:46<00:37, 1.56s/it]
95%|█████████▍| 417/440 [10:48<00:35, 1.55s/it]
95%|█████████▌| 418/440 [10:50<00:34, 1.56s/it]
95%|█████████▌| 419/440 [10:51<00:32, 1.55s/it]
95%|█████████▌| 420/440 [10:53<00:31, 1.55s/it]
96%|█████████▌| 421/440 [10:54<00:29, 1.56s/it]
96%|█████████▌| 422/440 [10:56<00:27, 1.55s/it]
96%|█████████▌| 423/440 [10:57<00:26, 1.54s/it]
96%|█████████▋| 424/440 [10:59<00:24, 1.55s/it]
97%|█████████▋| 425/440 [11:00<00:23, 1.56s/it]
97%|█████████▋| 426/440 [11:02<00:21, 1.57s/it]
97%|█████████▋| 427/440 [11:04<00:20, 1.57s/it]
97%|█████████▋| 428/440 [11:05<00:18, 1.56s/it]
98%|█████████▊| 429/440 [11:07<00:17, 1.56s/it]
98%|█████████▊| 430/440 [11:08<00:15, 1.56s/it]
98%|█████████▊| 431/440 [11:10<00:14, 1.57s/it]
98%|█████████▊| 432/440 [11:11<00:12, 1.56s/it]
98%|█████████▊| 433/440 [11:13<00:10, 1.56s/it]
99%|█████████▊| 434/440 [11:15<00:09, 1.56s/it]
99%|█████████▉| 435/440 [11:16<00:07, 1.55s/it]
99%|█████████▉| 436/440 [11:18<00:06, 1.55s/it]
99%|█████████▉| 437/440 [11:19<00:04, 1.56s/it]
100%|█████████▉| 438/440 [11:21<00:03, 1.55s/it]
100%|█████████▉| 439/440 [11:22<00:01, 1.55s/it]
100%|██████████| 440/440 [11:24<00:00, 1.55s/it]ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
configuration: --prefix=/usr --extra-version=0ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --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-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100
Input #0, image2, from 'cog_out/frame%06d.jpg':
Duration: 00:00:17.60, start: 0.000000, bitrate: N/A
Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[swscaler @ 0x555a834d2b40] deprecated pixel format used, make sure you did set range correctly
[libx264 @ 0x555a82fa06c0] using SAR=1/1
[libx264 @ 0x555a82fa06c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x555a82fa06c0] profile High, level 2.2
[libx264 @ 0x555a82fa06c0] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=11 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=8 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'cog_out/out.mp4':
Metadata:
encoder : Lavf58.29.100
Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 8 fps, 16384 tbn, 8 tbc
Metadata:
encoder : Lavc58.54.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame= 72 fps=0.0 q=26.0 size= 256kB time=00:00:01.75 bitrate=1198.6kbits/s speed=3.48x
frame= 116 fps=111 q=26.0 size= 1024kB time=00:00:07.25 bitrate=1157.1kbits/s speed=6.93x
frame= 161 fps=103 q=26.0 size= 2048kB time=00:00:12.87 bitrate=1303.1kbits/s speed=8.25x
frame= 208 fps=101 q=26.0 size= 3072kB time=00:00:18.75 bitrate=1342.2kbits/s speed= 9.1x
frame= 256 fps=100 q=26.0 size= 4096kB time=00:00:24.75 bitrate=1355.7kbits/s speed=9.66x
frame= 303 fps= 99 q=26.0 size= 5376kB time=00:00:30.62 bitrate=1438.1kbits/s speed=9.98x
frame= 345 fps= 97 q=26.0 size= 6400kB time=00:00:35.87 bitrate=1461.4kbits/s speed= 10x
frame= 394 fps= 96 q=26.0 size= 7424kB time=00:00:42.00 bitrate=1448.0kbits/s speed=10.3x
frame= 440 fps= 96 q=26.0 size= 8192kB time=00:00:47.75 bitrate=1405.4kbits/s speed=10.4x
frame= 440 fps= 86 q=-1.0 Lsize= 9504kB time=00:00:54.62 bitrate=1425.4kbits/s speed=10.7x
video:9498kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.064156%
[libx264 @ 0x555a82fa06c0] frame I:9 Avg QP:23.75 size: 35047
[libx264 @ 0x555a82fa06c0] frame P:111 Avg QP:26.20 size: 26718
[libx264 @ 0x555a82fa06c0] frame B:320 Avg QP:26.90 size: 20139
[libx264 @ 0x555a82fa06c0] consecutive B-frames: 2.5% 0.5% 3.4% 93.6%
[libx264 @ 0x555a82fa06c0] mb I I16..4: 0.1% 97.9% 2.0%
[libx264 @ 0x555a82fa06c0] mb P I16..4: 0.0% 87.7% 1.8% P16..4: 4.0% 4.2% 2.2% 0.0% 0.0% skip: 0.0%
[libx264 @ 0x555a82fa06c0] mb B I16..4: 0.0% 25.3% 2.4% B16..8: 16.2% 8.2% 4.9% direct:41.0% skip: 2.0% L0:34.3% L1:30.9% BI:34.9%
[libx264 @ 0x555a82fa06c0] 8x8 transform intra:95.0% inter:89.5%
[libx264 @ 0x555a82fa06c0] coded y,uvDC,uvAC intra: 98.4% 90.2% 46.7% inter: 90.2% 86.9% 11.0%
[libx264 @ 0x555a82fa06c0] i16 v,h,dc,p: 1% 7% 2% 90%
[libx264 @ 0x555a82fa06c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 13% 22% 5% 7% 8% 7% 8% 9%
[libx264 @ 0x555a82fa06c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 11% 8% 10% 12% 9% 11% 10%
[libx264 @ 0x555a82fa06c0] i8c dc,h,v,p: 50% 20% 23% 7%
[libx264 @ 0x555a82fa06c0] Weighted P-Frames: Y:41.4% UV:38.7%
[libx264 @ 0x555a82fa06c0] ref P L0: 40.5% 16.1% 21.2% 16.7% 5.4%
[libx264 @ 0x555a82fa06c0] ref B L0: 85.2% 11.3% 3.5%
[libx264 @ 0x555a82fa06c0] ref B L1: 94.7% 5.3%
[libx264 @ 0x555a82fa06c0] kb/s:1414.64
100%|██████████| 440/440 [11:30<00:00, 1.57s/it]