pschaldenbrand
/
text2video
Method for generating bizarre looking videos from a series of language descriptions of the video. From the Bot Intelligence Group at CMU: Peter Schaldenbrand, Zhixuan Liu, & Jean Oh
Prediction
pschaldenbrand/text2video:ed5518acID5cdcmxg5ovbyfdl633uriwmxiiStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- fast
- width
- 640
- height
- 360
- prompts
- The dog is walking through a beautiful forest&A dog flying into the night sky
- frame_rate
- 8
- temperature
- 30
- frames_per_promt
- 40
{ "fast": false, "width": 640, "height": 360, "prompts": "The dog is walking through a beautiful forest&A dog flying into the night sky", "frame_rate": 8, "temperature": 30, "frames_per_promt": 40 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run 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: "The dog is walking through a beautiful forest&A dog flying into the night sky", 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.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run 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": "The dog is walking through a beautiful forest&A dog flying into the night sky", "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.
Set theREPLICATE_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": "The dog is walking through a beautiful forest&A dog flying into the night sky", "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.
You can run this model locally using Cog. First, install Cog: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="The dog is walking through a beautiful forest&A dog flying into the night sky"' \ -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": "The dog is walking through a beautiful forest&A dog flying into the night sky", "frame_rate": 8, "temperature": 30, "frames_per_promt": 40 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2022-10-23T17:22:07.163325Z", "created_at": "2022-10-23T17:19:02.412869Z", "data_removed": false, "error": null, "id": "5cdcmxg5ovbyfdl633uriwmxii", "input": { "fast": false, "width": 640, "height": 360, "prompts": "The dog is walking through a beautiful forest&A dog flying into the night sky", "frame_rate": 8, "temperature": 30, "frames_per_promt": 40 }, "logs": "0%| | 0/120 [00:00<?, ?it/s]\n 1%| | 1/120 [00:02<05:36, 2.83s/it]\n 2%|▏ | 2/120 [00:04<04:03, 2.06s/it]\n 2%|▎ | 3/120 [00:05<03:31, 1.81s/it]\n 3%|▎ | 4/120 [00:07<03:15, 1.69s/it]\n 4%|▍ | 5/120 [00:08<03:09, 1.64s/it]\n 5%|▌ | 6/120 [00:10<03:01, 1.59s/it]\n 6%|▌ | 7/120 [00:11<02:58, 1.58s/it]\n 7%|▋ | 8/120 [00:13<02:53, 1.55s/it]\n 8%|▊ | 9/120 [00:14<02:51, 1.54s/it]\n 8%|▊ | 10/120 [00:16<02:49, 1.54s/it]\n 9%|▉ | 11/120 [00:18<02:47, 1.54s/it]\n 10%|█ | 12/120 [00:19<02:47, 1.55s/it]\n 11%|█ | 13/120 [00:21<02:45, 1.54s/it]\n 12%|█▏ | 14/120 [00:22<02:43, 1.54s/it]\n 12%|█▎ | 15/120 [00:24<02:42, 1.55s/it]\n 13%|█▎ | 16/120 [00:25<02:41, 1.55s/it]\n 14%|█▍ | 17/120 [00:27<02:38, 1.54s/it]\n 15%|█▌ | 18/120 [00:28<02:37, 1.54s/it]\n 16%|█▌ | 19/120 [00:30<02:35, 1.54s/it]\n 17%|█▋ | 20/120 [00:31<02:34, 1.54s/it]\n 18%|█▊ | 21/120 [00:33<02:32, 1.54s/it]\n 18%|█▊ | 22/120 [00:35<02:30, 1.54s/it]\n 19%|█▉ | 23/120 [00:36<02:28, 1.53s/it]\n 20%|██ | 24/120 [00:38<02:26, 1.53s/it]\n 21%|██ | 25/120 [00:39<02:25, 1.54s/it]\n 22%|██▏ | 26/120 [00:41<02:24, 1.54s/it]\n 22%|██▎ | 27/120 [00:42<02:22, 1.54s/it]\n 23%|██▎ | 28/120 [00:44<02:21, 1.54s/it]\n 24%|██▍ | 29/120 [00:45<02:20, 1.54s/it]\n 25%|██▌ | 30/120 [00:47<02:18, 1.54s/it]\n 26%|██▌ | 31/120 [00:48<02:17, 1.54s/it]\n 27%|██▋ | 32/120 [00:50<02:15, 1.53s/it]\n 28%|██▊ | 33/120 [00:51<02:13, 1.54s/it]\n 28%|██▊ | 34/120 [00:53<02:11, 1.53s/it]\n 29%|██▉ | 35/120 [00:54<02:10, 1.54s/it]\n 30%|███ | 36/120 [00:56<02:08, 1.54s/it]\n 31%|███ | 37/120 [00:58<02:07, 1.54s/it]\n 32%|███▏ | 38/120 [00:59<02:06, 1.54s/it]\n 32%|███▎ | 39/120 [01:01<02:04, 1.53s/it]\n 33%|███▎ | 40/120 [01:02<02:02, 1.53s/it]\n 34%|███▍ | 41/120 [01:04<02:00, 1.53s/it]\n 35%|███▌ | 42/120 [01:05<01:59, 1.53s/it]\n 36%|███▌ | 43/120 [01:07<01:58, 1.54s/it]\n 37%|███▋ | 44/120 [01:08<01:56, 1.53s/it]\n 38%|███▊ | 45/120 [01:10<01:55, 1.54s/it]\n 38%|███▊ | 46/120 [01:11<01:53, 1.53s/it]\n 39%|███▉ | 47/120 [01:13<01:51, 1.52s/it]\n 40%|████ | 48/120 [01:14<01:49, 1.53s/it]\n 41%|████ | 49/120 [01:16<01:48, 1.52s/it]\n 42%|████▏ | 50/120 [01:17<01:46, 1.52s/it]\n 42%|████▎ | 51/120 [01:19<01:45, 1.53s/it]\n 43%|████▎ | 52/120 [01:20<01:43, 1.52s/it]\n 44%|████▍ | 53/120 [01:22<01:41, 1.51s/it]\n 45%|████▌ | 54/120 [01:23<01:39, 1.51s/it]\n 46%|████▌ | 55/120 [01:25<01:38, 1.51s/it]\n 47%|████▋ | 56/120 [01:27<01:37, 1.52s/it]\n 48%|████▊ | 57/120 [01:28<01:35, 1.52s/it]\n 48%|████▊ | 58/120 [01:30<01:34, 1.52s/it]\n 49%|████▉ | 59/120 [01:31<01:32, 1.52s/it]\n 50%|█████ | 60/120 [01:33<01:30, 1.52s/it]\n 51%|█████ | 61/120 [01:34<01:29, 1.52s/it]\n 52%|█████▏ | 62/120 [01:36<01:28, 1.52s/it]\n 52%|█████▎ | 63/120 [01:37<01:26, 1.52s/it]\n 53%|█████▎ | 64/120 [01:39<01:24, 1.51s/it]\n 54%|█████▍ | 65/120 [01:40<01:22, 1.51s/it]\n 55%|█████▌ | 66/120 [01:42<01:21, 1.51s/it]\n 56%|█████▌ | 67/120 [01:43<01:19, 1.51s/it]\n 57%|█████▋ | 68/120 [01:45<01:17, 1.50s/it]\n 57%|█████▊ | 69/120 [01:46<01:16, 1.49s/it]\n 58%|█████▊ | 70/120 [01:48<01:14, 1.50s/it]\n 59%|█████▉ | 71/120 [01:49<01:13, 1.51s/it]\n 60%|██████ | 72/120 [01:51<01:12, 1.51s/it]\n 61%|██████ | 73/120 [01:52<01:10, 1.51s/it]\n 62%|██████▏ | 74/120 [01:54<01:09, 1.51s/it]\n 62%|██████▎ | 75/120 [01:55<01:08, 1.52s/it]\n 63%|██████▎ | 76/120 [01:57<01:07, 1.52s/it]\n 64%|██████▍ | 77/120 [01:58<01:05, 1.52s/it]\n 65%|██████▌ | 78/120 [02:00<01:03, 1.52s/it]\n 66%|██████▌ | 79/120 [02:01<01:02, 1.52s/it]\n 67%|██████▋ | 80/120 [02:03<01:00, 1.52s/it]\n 68%|██████▊ | 81/120 [02:04<00:59, 1.52s/it]\n 68%|██████▊ | 82/120 [02:06<00:57, 1.52s/it]\n 69%|██████▉ | 83/120 [02:07<00:55, 1.51s/it]\n 70%|███████ | 84/120 [02:09<00:54, 1.50s/it]\n 71%|███████ | 85/120 [02:10<00:52, 1.50s/it]\n 72%|███████▏ | 86/120 [02:12<00:51, 1.51s/it]\n 72%|███████▎ | 87/120 [02:13<00:49, 1.50s/it]\n 73%|███████▎ | 88/120 [02:15<00:47, 1.50s/it]\n 74%|███████▍ | 89/120 [02:16<00:46, 1.50s/it]\n 75%|███████▌ | 90/120 [02:18<00:45, 1.50s/it]\n 76%|███████▌ | 91/120 [02:19<00:43, 1.51s/it]\n 77%|███████▋ | 92/120 [02:21<00:42, 1.51s/it]\n 78%|███████▊ | 93/120 [02:22<00:40, 1.50s/it]\n 78%|███████▊ | 94/120 [02:24<00:38, 1.50s/it]\n 79%|███████▉ | 95/120 [02:25<00:37, 1.50s/it]\n 80%|████████ | 96/120 [02:27<00:36, 1.50s/it]\n 81%|████████ | 97/120 [02:28<00:34, 1.50s/it]\n 82%|████████▏ | 98/120 [02:30<00:32, 1.50s/it]\n 82%|████████▎ | 99/120 [02:31<00:31, 1.49s/it]\n 83%|████████▎ | 100/120 [02:33<00:29, 1.49s/it]\n 84%|████████▍ | 101/120 [02:34<00:28, 1.49s/it]\n 85%|████████▌ | 102/120 [02:36<00:26, 1.50s/it]\n 86%|████████▌ | 103/120 [02:37<00:25, 1.51s/it]\n 87%|████████▋ | 104/120 [02:39<00:24, 1.51s/it]\n 88%|████████▊ | 105/120 [02:40<00:22, 1.50s/it]\n 88%|████████▊ | 106/120 [02:42<00:20, 1.49s/it]\n 89%|████████▉ | 107/120 [02:43<00:19, 1.49s/it]\n 90%|█████████ | 108/120 [02:45<00:17, 1.49s/it]\n 91%|█████████ | 109/120 [02:46<00:16, 1.49s/it]\n 92%|█████████▏| 110/120 [02:48<00:14, 1.50s/it]\n 92%|█████████▎| 111/120 [02:49<00:13, 1.49s/it]\n 93%|█████████▎| 112/120 [02:51<00:11, 1.49s/it]\n 94%|█████████▍| 113/120 [02:52<00:10, 1.48s/it]\n 95%|█████████▌| 114/120 [02:54<00:08, 1.49s/it]\n 96%|█████████▌| 115/120 [02:55<00:07, 1.49s/it]\n 97%|█████████▋| 116/120 [02:57<00:05, 1.49s/it]\n 98%|█████████▊| 117/120 [02:58<00:04, 1.50s/it]\n 98%|█████████▊| 118/120 [03:00<00:03, 1.51s/it]\n 99%|█████████▉| 119/120 [03:01<00:01, 1.51s/it]\n100%|██████████| 120/120 [03:03<00:00, 1.51s/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:03.20, 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 @ 0x55d70599d880] deprecated pixel format used, make sure you did set range correctly\n[libx264 @ 0x55d705593840] using SAR=1/1\n[libx264 @ 0x55d705593840] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55d705593840] profile High, level 2.2\n[libx264 @ 0x55d705593840] 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= 80 fps=0.0 q=-1.0 Lsize= 2060kB time=00:00:09.62 bitrate=1753.3kbits/s speed= 10x\nvideo:2058kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.086920%\n[libx264 @ 0x55d705593840] frame I:2 Avg QP:25.74 size: 37269\n[libx264 @ 0x55d705593840] frame P:20 Avg QP:27.24 size: 31342\n[libx264 @ 0x55d705593840] frame B:58 Avg QP:27.93 size: 24235\n[libx264 @ 0x55d705593840] consecutive B-frames: 2.5% 0.0% 7.5% 90.0%\n[libx264 @ 0x55d705593840] mb I I16..4: 0.0% 97.0% 3.0%\n[libx264 @ 0x55d705593840] mb P I16..4: 0.0% 86.6% 4.1% P16..4: 3.2% 3.8% 2.4% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55d705593840] mb B I16..4: 0.0% 28.3% 4.7% B16..8: 16.5% 10.4% 6.1% direct:33.8% skip: 0.2% L0:33.7% L1:25.1% BI:41.2%\n[libx264 @ 0x55d705593840] 8x8 transform intra:90.8% inter:90.0%\n[libx264 @ 0x55d705593840] coded y,uvDC,uvAC intra: 98.8% 98.2% 71.4% inter: 96.5% 94.1% 25.9%\n[libx264 @ 0x55d705593840] i16 v,h,dc,p: 7% 7% 0% 86%\n[libx264 @ 0x55d705593840] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 16% 15% 5% 8% 9% 8% 7% 11%\n[libx264 @ 0x55d705593840] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 15% 9% 7% 10% 10% 10% 9% 10%\n[libx264 @ 0x55d705593840] i8c dc,h,v,p: 50% 23% 15% 11%\n[libx264 @ 0x55d705593840] Weighted P-Frames: Y:55.0% UV:55.0%\n[libx264 @ 0x55d705593840] ref P L0: 40.1% 16.4% 19.1% 18.1% 6.4%\n[libx264 @ 0x55d705593840] ref B L0: 86.8% 10.3% 2.9%\n[libx264 @ 0x55d705593840] ref B L1: 95.1% 4.9%\n[libx264 @ 0x55d705593840] kb/s:1685.59\n\n100%|██████████| 120/120 [03:04<00:00, 1.54s/it]", "metrics": { "predict_time": 184.779911, "total_time": 184.750456 }, "output": [ "https://replicate.delivery/pbxt/INuyN3Ih5oIUEdp3pferTSFYiiqV0Nhuo3lilYkMyVYJmy4PA/frame000000.jpg", "https://replicate.delivery/pbxt/PrybiLZclTq4BRZ6cafxKw9xFaVYeDR3eKHviceamchEZKjfB/frame000005.jpg", "https://replicate.delivery/pbxt/oWETmnXhVIp0KJySQnPijh1D7yYsqob1bQrCCAWUsELmpMeHA/frame000010.jpg", "https://replicate.delivery/pbxt/G2A3VKoJq2ZWBJWUfRxEyiPME9UHMyOtqycw5734uXTQTZ8HA/frame000015.jpg", "https://replicate.delivery/pbxt/u5GsR3rjd0oxPpNhgzDek2OeBI96c64STHMZ4ASfG01QNlxfA/frame000020.jpg", "https://replicate.delivery/pbxt/3UjShU2hI6pWGxkPEwxnPzAXCs8ZquJ9uUmeRiq1vEuXTZ8HA/frame000025.jpg", "https://replicate.delivery/pbxt/8MjfVbVNwNx9c6Qj7vUHe9fIEOkBqyP4qNtrFveenSx72UGfD/frame000030.jpg", "https://replicate.delivery/pbxt/GFPb4JEN9IYQB9JsMAUfAfgDHwTtGtVFzNyTgzTFJ6JfNlxfA/frame000035.jpg", "https://replicate.delivery/pbxt/2oRNssd1wo4RNpvfL2kqsqgITGVhmDcSRE5aAo1WpdNlTZ8HA/frame000040.jpg", "https://replicate.delivery/pbxt/RIPBDlwJrcKtDJNxtbre1K6Fg84WJE0umuUUse6RIfbdOlxfA/frame000045.jpg", "https://replicate.delivery/pbxt/NqOm3zPB6QquLFcRTA5DrPhKsKV68QKzTFHniLY4vfTrTZ8HA/frame000050.jpg", "https://replicate.delivery/pbxt/8vZeFW8YrVxuXKOHhXzImKsSIfA7BxQd2hV2aHwfnsx7OlxfA/frame000055.jpg", "https://replicate.delivery/pbxt/pMys9L1ceHRLE6YKQUdIhZeSfOtqecFcjeVEWTu0DLmo8UGfD/frame000060.jpg", "https://replicate.delivery/pbxt/x6LQPcpuxXYiDN5hfwd3XUa03VzqIkbbHtB7gZmFZuC2TZ8HA/frame000065.jpg", "https://replicate.delivery/pbxt/OGvvVPRMvfznKicQgVoheMSVgjMHn9xVgBhfLSh1iXtpPlxfA/frame000070.jpg", "https://replicate.delivery/pbxt/fkcCh8XFYaTgSyNFNw47wLze7VmvCwMepjeDdaLeZE7bfpMeHA/frame000075.jpg", "https://replicate.delivery/pbxt/7oUEufxkiMUoFiueH8VEh3h0NLJRcVKjtAParXzD8YNDoy4PA/frame000000.jpg", "https://replicate.delivery/pbxt/mHbRWxPVQSKAFVmebdd5ctH3Hv7qS3CfnQ8g0shyRKRKoy4PA/frame000005.jpg", "https://replicate.delivery/pbxt/8NYsAa9gBNbxARQCfbHXLltIydMn3BxbwApKG70at2NJUZ8HA/frame000010.jpg", "https://replicate.delivery/pbxt/Yaq3fzcWzw2WBaTcKGJ2nwmWR7Jey8ID7qWVsld3YkNaoy4PA/frame000015.jpg", "https://replicate.delivery/pbxt/uKmLrXiYq6JYJNLWJZ01P1ViJrOjcVYOLFvWWieacDhQUZ8HA/frame000020.jpg", "https://replicate.delivery/pbxt/QF13GA1e4ftfxIGIGLJlPuAjXfT0cA10HXPrf0YpMwOGFVGfD/frame000025.jpg", "https://replicate.delivery/pbxt/akhcL4GZohaPMVvLTNlkMOzmfefpS8sReUDRm0cipczDjKjfB/frame000030.jpg", "https://replicate.delivery/pbxt/uBIeRvoJSkRJOKmTKUW0CbcuAP6VXtrfIypjfH1NLzpuRlxfA/frame000035.jpg", "https://replicate.delivery/pbxt/rASVJaUV2mqPDZr2pBO2V94iGzBOWeh7m9lyEVtjvc6foy4PA/out.mp4", "https://replicate.delivery/pbxt/hszH7CFDQkbNB5LlMNe5FM7fI814v4RKr3Z4bIbvBpoApy4PA/out.mp4" ], "started_at": "2022-10-23T17:19:02.383414Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5cdcmxg5ovbyfdl633uriwmxii", "cancel": "https://api.replicate.com/v1/predictions/5cdcmxg5ovbyfdl633uriwmxii/cancel" }, "version": "aecb4d8545c9456f101d37d85ef14641ab98b336156a1465c1a544613ee82c38" }
Generated in0%| | 0/120 [00:00<?, ?it/s] 1%| | 1/120 [00:02<05:36, 2.83s/it] 2%|▏ | 2/120 [00:04<04:03, 2.06s/it] 2%|▎ | 3/120 [00:05<03:31, 1.81s/it] 3%|▎ | 4/120 [00:07<03:15, 1.69s/it] 4%|▍ | 5/120 [00:08<03:09, 1.64s/it] 5%|▌ | 6/120 [00:10<03:01, 1.59s/it] 6%|▌ | 7/120 [00:11<02:58, 1.58s/it] 7%|▋ | 8/120 [00:13<02:53, 1.55s/it] 8%|▊ | 9/120 [00:14<02:51, 1.54s/it] 8%|▊ | 10/120 [00:16<02:49, 1.54s/it] 9%|▉ | 11/120 [00:18<02:47, 1.54s/it] 10%|█ | 12/120 [00:19<02:47, 1.55s/it] 11%|█ | 13/120 [00:21<02:45, 1.54s/it] 12%|█▏ | 14/120 [00:22<02:43, 1.54s/it] 12%|█▎ | 15/120 [00:24<02:42, 1.55s/it] 13%|█▎ | 16/120 [00:25<02:41, 1.55s/it] 14%|█▍ | 17/120 [00:27<02:38, 1.54s/it] 15%|█▌ | 18/120 [00:28<02:37, 1.54s/it] 16%|█▌ | 19/120 [00:30<02:35, 1.54s/it] 17%|█▋ | 20/120 [00:31<02:34, 1.54s/it] 18%|█▊ | 21/120 [00:33<02:32, 1.54s/it] 18%|█▊ | 22/120 [00:35<02:30, 1.54s/it] 19%|█▉ | 23/120 [00:36<02:28, 1.53s/it] 20%|██ | 24/120 [00:38<02:26, 1.53s/it] 21%|██ | 25/120 [00:39<02:25, 1.54s/it] 22%|██▏ | 26/120 [00:41<02:24, 1.54s/it] 22%|██▎ | 27/120 [00:42<02:22, 1.54s/it] 23%|██▎ | 28/120 [00:44<02:21, 1.54s/it] 24%|██▍ | 29/120 [00:45<02:20, 1.54s/it] 25%|██▌ | 30/120 [00:47<02:18, 1.54s/it] 26%|██▌ | 31/120 [00:48<02:17, 1.54s/it] 27%|██▋ | 32/120 [00:50<02:15, 1.53s/it] 28%|██▊ | 33/120 [00:51<02:13, 1.54s/it] 28%|██▊ | 34/120 [00:53<02:11, 1.53s/it] 29%|██▉ | 35/120 [00:54<02:10, 1.54s/it] 30%|███ | 36/120 [00:56<02:08, 1.54s/it] 31%|███ | 37/120 [00:58<02:07, 1.54s/it] 32%|███▏ | 38/120 [00:59<02:06, 1.54s/it] 32%|███▎ | 39/120 [01:01<02:04, 1.53s/it] 33%|███▎ | 40/120 [01:02<02:02, 1.53s/it] 34%|███▍ | 41/120 [01:04<02:00, 1.53s/it] 35%|███▌ | 42/120 [01:05<01:59, 1.53s/it] 36%|███▌ | 43/120 [01:07<01:58, 1.54s/it] 37%|███▋ | 44/120 [01:08<01:56, 1.53s/it] 38%|███▊ | 45/120 [01:10<01:55, 1.54s/it] 38%|███▊ | 46/120 [01:11<01:53, 1.53s/it] 39%|███▉ | 47/120 [01:13<01:51, 1.52s/it] 40%|████ | 48/120 [01:14<01:49, 1.53s/it] 41%|████ | 49/120 [01:16<01:48, 1.52s/it] 42%|████▏ | 50/120 [01:17<01:46, 1.52s/it] 42%|████▎ | 51/120 [01:19<01:45, 1.53s/it] 43%|████▎ | 52/120 [01:20<01:43, 1.52s/it] 44%|████▍ | 53/120 [01:22<01:41, 1.51s/it] 45%|████▌ | 54/120 [01:23<01:39, 1.51s/it] 46%|████▌ | 55/120 [01:25<01:38, 1.51s/it] 47%|████▋ | 56/120 [01:27<01:37, 1.52s/it] 48%|████▊ | 57/120 [01:28<01:35, 1.52s/it] 48%|████▊ | 58/120 [01:30<01:34, 1.52s/it] 49%|████▉ | 59/120 [01:31<01:32, 1.52s/it] 50%|█████ | 60/120 [01:33<01:30, 1.52s/it] 51%|█████ | 61/120 [01:34<01:29, 1.52s/it] 52%|█████▏ | 62/120 [01:36<01:28, 1.52s/it] 52%|█████▎ | 63/120 [01:37<01:26, 1.52s/it] 53%|█████▎ | 64/120 [01:39<01:24, 1.51s/it] 54%|█████▍ | 65/120 [01:40<01:22, 1.51s/it] 55%|█████▌ | 66/120 [01:42<01:21, 1.51s/it] 56%|█████▌ | 67/120 [01:43<01:19, 1.51s/it] 57%|█████▋ | 68/120 [01:45<01:17, 1.50s/it] 57%|█████▊ | 69/120 [01:46<01:16, 1.49s/it] 58%|█████▊ | 70/120 [01:48<01:14, 1.50s/it] 59%|█████▉ | 71/120 [01:49<01:13, 1.51s/it] 60%|██████ | 72/120 [01:51<01:12, 1.51s/it] 61%|██████ | 73/120 [01:52<01:10, 1.51s/it] 62%|██████▏ | 74/120 [01:54<01:09, 1.51s/it] 62%|██████▎ | 75/120 [01:55<01:08, 1.52s/it] 63%|██████▎ | 76/120 [01:57<01:07, 1.52s/it] 64%|██████▍ | 77/120 [01:58<01:05, 1.52s/it] 65%|██████▌ | 78/120 [02:00<01:03, 1.52s/it] 66%|██████▌ | 79/120 [02:01<01:02, 1.52s/it] 67%|██████▋ | 80/120 [02:03<01:00, 1.52s/it] 68%|██████▊ | 81/120 [02:04<00:59, 1.52s/it] 68%|██████▊ | 82/120 [02:06<00:57, 1.52s/it] 69%|██████▉ | 83/120 [02:07<00:55, 1.51s/it] 70%|███████ | 84/120 [02:09<00:54, 1.50s/it] 71%|███████ | 85/120 [02:10<00:52, 1.50s/it] 72%|███████▏ | 86/120 [02:12<00:51, 1.51s/it] 72%|███████▎ | 87/120 [02:13<00:49, 1.50s/it] 73%|███████▎ | 88/120 [02:15<00:47, 1.50s/it] 74%|███████▍ | 89/120 [02:16<00:46, 1.50s/it] 75%|███████▌ | 90/120 [02:18<00:45, 1.50s/it] 76%|███████▌ | 91/120 [02:19<00:43, 1.51s/it] 77%|███████▋ | 92/120 [02:21<00:42, 1.51s/it] 78%|███████▊ | 93/120 [02:22<00:40, 1.50s/it] 78%|███████▊ | 94/120 [02:24<00:38, 1.50s/it] 79%|███████▉ | 95/120 [02:25<00:37, 1.50s/it] 80%|████████ | 96/120 [02:27<00:36, 1.50s/it] 81%|████████ | 97/120 [02:28<00:34, 1.50s/it] 82%|████████▏ | 98/120 [02:30<00:32, 1.50s/it] 82%|████████▎ | 99/120 [02:31<00:31, 1.49s/it] 83%|████████▎ | 100/120 [02:33<00:29, 1.49s/it] 84%|████████▍ | 101/120 [02:34<00:28, 1.49s/it] 85%|████████▌ | 102/120 [02:36<00:26, 1.50s/it] 86%|████████▌ | 103/120 [02:37<00:25, 1.51s/it] 87%|████████▋ | 104/120 [02:39<00:24, 1.51s/it] 88%|████████▊ | 105/120 [02:40<00:22, 1.50s/it] 88%|████████▊ | 106/120 [02:42<00:20, 1.49s/it] 89%|████████▉ | 107/120 [02:43<00:19, 1.49s/it] 90%|█████████ | 108/120 [02:45<00:17, 1.49s/it] 91%|█████████ | 109/120 [02:46<00:16, 1.49s/it] 92%|█████████▏| 110/120 [02:48<00:14, 1.50s/it] 92%|█████████▎| 111/120 [02:49<00:13, 1.49s/it] 93%|█████████▎| 112/120 [02:51<00:11, 1.49s/it] 94%|█████████▍| 113/120 [02:52<00:10, 1.48s/it] 95%|█████████▌| 114/120 [02:54<00:08, 1.49s/it] 96%|█████████▌| 115/120 [02:55<00:07, 1.49s/it] 97%|█████████▋| 116/120 [02:57<00:05, 1.49s/it] 98%|█████████▊| 117/120 [02:58<00:04, 1.50s/it] 98%|█████████▊| 118/120 [03:00<00:03, 1.51s/it] 99%|█████████▉| 119/120 [03:01<00:01, 1.51s/it] 100%|██████████| 120/120 [03:03<00:00, 1.51s/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:03.20, 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 @ 0x55d70599d880] deprecated pixel format used, make sure you did set range correctly [libx264 @ 0x55d705593840] using SAR=1/1 [libx264 @ 0x55d705593840] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x55d705593840] profile High, level 2.2 [libx264 @ 0x55d705593840] 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= 80 fps=0.0 q=-1.0 Lsize= 2060kB time=00:00:09.62 bitrate=1753.3kbits/s speed= 10x video:2058kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.086920% [libx264 @ 0x55d705593840] frame I:2 Avg QP:25.74 size: 37269 [libx264 @ 0x55d705593840] frame P:20 Avg QP:27.24 size: 31342 [libx264 @ 0x55d705593840] frame B:58 Avg QP:27.93 size: 24235 [libx264 @ 0x55d705593840] consecutive B-frames: 2.5% 0.0% 7.5% 90.0% [libx264 @ 0x55d705593840] mb I I16..4: 0.0% 97.0% 3.0% [libx264 @ 0x55d705593840] mb P I16..4: 0.0% 86.6% 4.1% P16..4: 3.2% 3.8% 2.4% 0.0% 0.0% skip: 0.0% [libx264 @ 0x55d705593840] mb B I16..4: 0.0% 28.3% 4.7% B16..8: 16.5% 10.4% 6.1% direct:33.8% skip: 0.2% L0:33.7% L1:25.1% BI:41.2% [libx264 @ 0x55d705593840] 8x8 transform intra:90.8% inter:90.0% [libx264 @ 0x55d705593840] coded y,uvDC,uvAC intra: 98.8% 98.2% 71.4% inter: 96.5% 94.1% 25.9% [libx264 @ 0x55d705593840] i16 v,h,dc,p: 7% 7% 0% 86% [libx264 @ 0x55d705593840] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 16% 15% 5% 8% 9% 8% 7% 11% [libx264 @ 0x55d705593840] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 15% 9% 7% 10% 10% 10% 9% 10% [libx264 @ 0x55d705593840] i8c dc,h,v,p: 50% 23% 15% 11% [libx264 @ 0x55d705593840] Weighted P-Frames: Y:55.0% UV:55.0% [libx264 @ 0x55d705593840] ref P L0: 40.1% 16.4% 19.1% 18.1% 6.4% [libx264 @ 0x55d705593840] ref B L0: 86.8% 10.3% 2.9% [libx264 @ 0x55d705593840] ref B L1: 95.1% 4.9% [libx264 @ 0x55d705593840] kb/s:1685.59 100%|██████████| 120/120 [03:04<00:00, 1.54s/it]
Prediction
pschaldenbrand/text2video:ed5518acIDqazx4dkferhvhjg6f53an2y6smStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- fast
- 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
{ "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 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run 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.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run 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.
Set theREPLICATE_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.
You can run this model locally using Cog. First, install Cog: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.
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" }
Generated in0%| | 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]
Prediction
pschaldenbrand/text2video:ed5518acID7u7tpxas6vcv7fo77lywr7ttkqStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- fast
- width
- 640
- height
- 360
- prompts
- A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets
- frame_rate
- 8
- temperature
- 30
- frames_per_promt
- 80
{ "fast": false, "width": 640, "height": 360, "prompts": "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", "frame_rate": 8, "temperature": 30, "frames_per_promt": 80 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run 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: "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", frame_rate: 8, temperature: 30, frames_per_promt: 80 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run 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": "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", "frame_rate": 8, "temperature": 30, "frames_per_promt": 80 } ) # 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.
Set theREPLICATE_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": "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", "frame_rate": 8, "temperature": 30, "frames_per_promt": 80 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog: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="A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets"' \ -i 'frame_rate=8' \ -i 'temperature=30' \ -i 'frames_per_promt=80'
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": "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", "frame_rate": 8, "temperature": 30, "frames_per_promt": 80 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2022-10-25T18:19:41.050084Z", "created_at": "2022-10-25T18:13:00.756603Z", "data_removed": false, "error": null, "id": "7u7tpxas6vcv7fo77lywr7ttkq", "input": { "fast": false, "width": 640, "height": 360, "prompts": "A unicorn walks through a beautiful forest at dawn&The unicorn dances through the forest as the sun sets", "frame_rate": 8, "temperature": 30, "frames_per_promt": 80 }, "logs": "0%| | 0/240 [00:00<?, ?it/s]\n 0%| | 1/240 [00:05<23:25, 5.88s/it]\n 1%| | 2/240 [00:07<13:18, 3.35s/it]\n 1%|▏ | 3/240 [00:09<10:11, 2.58s/it]\n 2%|▏ | 4/240 [00:10<08:35, 2.19s/it]\n 2%|▏ | 5/240 [00:12<07:43, 1.97s/it]\n 2%|▎ | 6/240 [00:13<07:10, 1.84s/it]\n 3%|▎ | 7/240 [00:15<06:48, 1.75s/it]\n 3%|▎ | 8/240 [00:17<06:37, 1.71s/it]\n 4%|▍ | 9/240 [00:18<06:29, 1.69s/it]\n 4%|▍ | 10/240 [00:20<06:22, 1.66s/it]\n 5%|▍ | 11/240 [00:21<06:17, 1.65s/it]\n 5%|▌ | 12/240 [00:23<06:12, 1.63s/it]\n 5%|▌ | 13/240 [00:25<06:08, 1.62s/it]\n 6%|▌ | 14/240 [00:26<06:05, 1.62s/it]\n 6%|▋ | 15/240 [00:28<06:00, 1.60s/it]\n 7%|▋ | 16/240 [00:29<05:58, 1.60s/it]\n 7%|▋ | 17/240 [00:31<05:57, 1.60s/it]\n 8%|▊ | 18/240 [00:33<05:58, 1.61s/it]\n 8%|▊ | 19/240 [00:34<05:55, 1.61s/it]\n 8%|▊ | 20/240 [00:36<05:54, 1.61s/it]\n 9%|▉ | 21/240 [00:38<05:54, 1.62s/it]\n 9%|▉ | 22/240 [00:39<05:57, 1.64s/it]\n 10%|▉ | 23/240 [00:41<06:01, 1.67s/it]\n 10%|█ | 24/240 [00:43<05:59, 1.66s/it]\n 10%|█ | 25/240 [00:44<05:57, 1.66s/it]\n 11%|█ | 26/240 [00:46<05:53, 1.65s/it]\n 11%|█▏ | 27/240 [00:47<05:50, 1.65s/it]\n 12%|█▏ | 28/240 [00:49<05:50, 1.65s/it]\n 12%|█▏ | 29/240 [00:51<05:47, 1.65s/it]\n 12%|█▎ | 30/240 [00:52<05:41, 1.63s/it]\n 13%|█▎ | 31/240 [00:54<05:38, 1.62s/it]\n 13%|█▎ | 32/240 [00:56<05:34, 1.61s/it]\n 14%|█▍ | 33/240 [00:57<05:33, 1.61s/it]\n 14%|█▍ | 34/240 [00:59<05:35, 1.63s/it]\n 15%|█▍ | 35/240 [01:00<05:33, 1.62s/it]\n 15%|█▌ | 36/240 [01:02<05:32, 1.63s/it]\n 15%|█▌ | 37/240 [01:04<05:31, 1.63s/it]\n 16%|█▌ | 38/240 [01:05<05:29, 1.63s/it]\n 16%|█▋ | 39/240 [01:07<05:27, 1.63s/it]\n 17%|█▋ | 40/240 [01:09<05:28, 1.64s/it]\n 17%|█▋ | 41/240 [01:10<05:27, 1.65s/it]\n 18%|█▊ | 42/240 [01:12<05:25, 1.64s/it]\n 18%|█▊ | 43/240 [01:14<05:21, 1.63s/it]\n 18%|█▊ | 44/240 [01:15<05:18, 1.63s/it]\n 19%|█▉ | 45/240 [01:17<05:17, 1.63s/it]\n 19%|█▉ | 46/240 [01:18<05:16, 1.63s/it]\n 20%|█▉ | 47/240 [01:20<05:15, 1.64s/it]\n 20%|██ | 48/240 [01:22<05:13, 1.63s/it]\n 20%|██ | 49/240 [01:23<05:09, 1.62s/it]\n 21%|██ | 50/240 [01:25<05:07, 1.62s/it]\n 21%|██▏ | 51/240 [01:27<05:06, 1.62s/it]\n 22%|██▏ | 52/240 [01:28<05:05, 1.63s/it]\n 22%|██▏ | 53/240 [01:30<05:07, 1.64s/it]\n 22%|██▎ | 54/240 [01:32<05:08, 1.66s/it]\n 23%|██▎ | 55/240 [01:33<05:07, 1.66s/it]\n 23%|██▎ | 56/240 [01:35<05:04, 1.66s/it]\n 24%|██▍ | 57/240 [01:37<05:01, 1.65s/it]\n 24%|██▍ | 58/240 [01:38<04:58, 1.64s/it]\n 25%|██▍ | 59/240 [01:40<04:58, 1.65s/it]\n 25%|██▌ | 60/240 [01:41<04:56, 1.65s/it]\n 25%|██▌ | 61/240 [01:43<04:55, 1.65s/it]\n 26%|██▌ | 62/240 [01:45<04:53, 1.65s/it]\n 26%|██▋ | 63/240 [01:46<04:52, 1.65s/it]\n 27%|██▋ | 64/240 [01:48<04:50, 1.65s/it]\n 27%|██▋ | 65/240 [01:50<04:51, 1.67s/it]\n 28%|██▊ | 66/240 [01:51<04:50, 1.67s/it]\n 28%|██▊ | 67/240 [01:53<04:48, 1.67s/it]\n 28%|██▊ | 68/240 [01:55<04:46, 1.66s/it]\n 29%|██▉ | 69/240 [01:56<04:43, 1.66s/it]\n 29%|██▉ | 70/240 [01:58<04:42, 1.66s/it]\n 30%|██▉ | 71/240 [02:00<04:40, 1.66s/it]\n 30%|███ | 72/240 [02:01<04:37, 1.65s/it]\n 30%|███ | 73/240 [02:03<04:34, 1.64s/it]\n 31%|███ | 74/240 [02:05<04:32, 1.64s/it]\n 31%|███▏ | 75/240 [02:06<04:30, 1.64s/it]\n 32%|███▏ | 76/240 [02:08<04:28, 1.64s/it]\n 32%|███▏ | 77/240 [02:10<04:29, 1.65s/it]\n 32%|███▎ | 78/240 [02:11<04:26, 1.65s/it]\n 33%|███▎ | 79/240 [02:13<04:25, 1.65s/it]\n 33%|███▎ | 80/240 [02:15<04:23, 1.65s/it]\n 34%|███▍ | 81/240 [02:16<04:22, 1.65s/it]\n 34%|███▍ | 82/240 [02:18<04:20, 1.65s/it]\n 35%|███▍ | 83/240 [02:19<04:20, 1.66s/it]\n 35%|███▌ | 84/240 [02:21<04:18, 1.66s/it]\n 35%|███▌ | 85/240 [02:23<04:15, 1.65s/it]\n 36%|███▌ | 86/240 [02:24<04:11, 1.63s/it]\n 36%|███▋ | 87/240 [02:26<04:10, 1.64s/it]\n 37%|███▋ | 88/240 [02:28<04:11, 1.65s/it]\n 37%|███▋ | 89/240 [02:29<04:10, 1.66s/it]\n 38%|███▊ | 90/240 [02:31<04:10, 1.67s/it]\n 38%|███▊ | 91/240 [02:33<04:07, 1.66s/it]\n 38%|███▊ | 92/240 [02:34<04:04, 1.65s/it]\n 39%|███▉ | 93/240 [02:36<04:01, 1.64s/it]\n 39%|███▉ | 94/240 [02:38<03:59, 1.64s/it]\n 40%|███▉ | 95/240 [02:39<03:58, 1.64s/it]\n 40%|████ | 96/240 [02:41<03:54, 1.63s/it]\n 40%|████ | 97/240 [02:42<03:53, 1.63s/it]\n 41%|████ | 98/240 [02:44<03:51, 1.63s/it]\n 41%|████▏ | 99/240 [02:46<03:49, 1.63s/it]\n 42%|████▏ | 100/240 [02:47<03:48, 1.64s/it]\n 42%|████▏ | 101/240 [02:49<03:48, 1.64s/it]\n 42%|████▎ | 102/240 [02:51<03:45, 1.64s/it]\n 43%|████▎ | 103/240 [02:52<03:43, 1.63s/it]\n 43%|████▎ | 104/240 [02:54<03:42, 1.63s/it]\n 44%|████▍ | 105/240 [02:56<03:40, 1.63s/it]\n 44%|████▍ | 106/240 [02:57<03:38, 1.63s/it]\n 45%|████▍ | 107/240 [02:59<03:38, 1.64s/it]\n 45%|████▌ | 108/240 [03:00<03:36, 1.64s/it]\n 45%|████▌ | 109/240 [03:02<03:34, 1.64s/it]\n 46%|████▌ | 110/240 [03:04<03:33, 1.64s/it]\n 46%|████▋ | 111/240 [03:05<03:32, 1.64s/it]\n 47%|████▋ | 112/240 [03:07<03:30, 1.65s/it]\n 47%|████▋ | 113/240 [03:09<03:31, 1.66s/it]\n 48%|████▊ | 114/240 [03:10<03:29, 1.66s/it]\n 48%|████▊ | 115/240 [03:12<03:26, 1.65s/it]\n 48%|████▊ | 116/240 [03:14<03:24, 1.65s/it]\n 49%|████▉ | 117/240 [03:15<03:21, 1.64s/it]\n 49%|████▉ | 118/240 [03:17<03:19, 1.63s/it]\n 50%|████▉ | 119/240 [03:19<03:19, 1.65s/it]\n 50%|█████ | 120/240 [03:20<03:18, 1.65s/it]\n 50%|█████ | 121/240 [03:22<03:17, 1.66s/it]\n 51%|█████ | 122/240 [03:24<03:15, 1.66s/it]\n 51%|█████▏ | 123/240 [03:25<03:13, 1.65s/it]\n 52%|█████▏ | 124/240 [03:27<03:12, 1.66s/it]\n 52%|█████▏ | 125/240 [03:29<03:12, 1.67s/it]\n 52%|█████▎ | 126/240 [03:30<03:09, 1.67s/it]\n 53%|█████▎ | 127/240 [03:32<03:07, 1.66s/it]\n 53%|█████▎ | 128/240 [03:34<03:05, 1.65s/it]\n 54%|█████▍ | 129/240 [03:35<03:03, 1.66s/it]\n 54%|█████▍ | 130/240 [03:37<03:01, 1.65s/it]\n 55%|█████▍ | 131/240 [03:39<03:01, 1.67s/it]\n 55%|█████▌ | 132/240 [03:40<02:59, 1.67s/it]\n 55%|█████▌ | 133/240 [03:42<02:58, 1.67s/it]\n 56%|█████▌ | 134/240 [03:44<02:56, 1.67s/it]\n 56%|█████▋ | 135/240 [03:45<02:55, 1.67s/it]\n 57%|█████▋ | 136/240 [03:47<02:54, 1.68s/it]\n 57%|█████▋ | 137/240 [03:49<02:53, 1.68s/it]\n 57%|█████▊ | 138/240 [03:50<02:51, 1.69s/it]\n 58%|█████▊ | 139/240 [03:52<02:51, 1.70s/it]\n 58%|█████▊ | 140/240 [03:54<02:48, 1.68s/it]\n 59%|█████▉ | 141/240 [03:55<02:45, 1.67s/it]\n 59%|█████▉ | 142/240 [03:57<02:43, 1.67s/it]\n 60%|█████▉ | 143/240 [03:59<02:42, 1.68s/it]\n 60%|██████ | 144/240 [04:00<02:39, 1.66s/it]\n 60%|██████ | 145/240 [04:02<02:37, 1.66s/it]\n 61%|██████ | 146/240 [04:04<02:35, 1.65s/it]\n 61%|██████▏ | 147/240 [04:05<02:33, 1.65s/it]\n 62%|██████▏ | 148/240 [04:07<02:30, 1.64s/it]\n 62%|██████▏ | 149/240 [04:09<02:30, 1.65s/it]\n 62%|██████▎ | 150/240 [04:10<02:28, 1.65s/it]\n 63%|██████▎ | 151/240 [04:12<02:26, 1.64s/it]\n 63%|██████▎ | 152/240 [04:13<02:23, 1.64s/it]\n 64%|██████▍ | 153/240 [04:15<02:22, 1.63s/it]\n 64%|██████▍ | 154/240 [04:17<02:21, 1.65s/it]\n 65%|██████▍ | 155/240 [04:18<02:21, 1.66s/it]\n 65%|██████▌ | 156/240 [04:20<02:18, 1.65s/it]\n 65%|██████▌ | 157/240 [04:22<02:16, 1.65s/it]\n 66%|██████▌ | 158/240 [04:23<02:16, 1.66s/it]\n 66%|██████▋ | 159/240 [04:25<02:13, 1.65s/it]\n 67%|██████▋ | 160/240 [04:27<02:11, 1.64s/it]\n 67%|██████▋ | 161/240 [04:28<02:08, 1.63s/it]\n 68%|██████▊ | 162/240 [04:30<02:07, 1.63s/it]\n 68%|██████▊ | 163/240 [04:31<02:04, 1.62s/it]\n 68%|██████▊ | 164/240 [04:33<02:03, 1.63s/it]\n 69%|██████▉ | 165/240 [04:35<02:02, 1.64s/it]\n 69%|██████▉ | 166/240 [04:36<02:00, 1.63s/it]\n 70%|██████▉ | 167/240 [04:38<01:58, 1.63s/it]\n 70%|███████ | 168/240 [04:40<01:57, 1.63s/it]\n 70%|███████ | 169/240 [04:41<01:56, 1.64s/it]\n 71%|███████ | 170/240 [04:43<01:54, 1.64s/it]\n 71%|███████▏ | 171/240 [04:45<01:52, 1.63s/it]\n 72%|███████▏ | 172/240 [04:46<01:50, 1.62s/it]\n 72%|███████▏ | 173/240 [04:48<01:48, 1.62s/it]\n 72%|███████▎ | 174/240 [04:49<01:47, 1.63s/it]\n 73%|███████▎ | 175/240 [04:51<01:46, 1.64s/it]\n 73%|███████▎ | 176/240 [04:53<01:44, 1.64s/it]\n 74%|███████▍ | 177/240 [04:54<01:42, 1.63s/it]\n 74%|███████▍ | 178/240 [04:56<01:40, 1.62s/it]\n 75%|███████▍ | 179/240 [04:58<01:38, 1.62s/it]\n 75%|███████▌ | 180/240 [04:59<01:37, 1.63s/it]\n 75%|███████▌ | 181/240 [05:01<01:36, 1.63s/it]\n 76%|███████▌ | 182/240 [05:02<01:34, 1.63s/it]\n 76%|███████▋ | 183/240 [05:04<01:33, 1.64s/it]\n 77%|███████▋ | 184/240 [05:06<01:32, 1.64s/it]\n 77%|███████▋ | 185/240 [05:07<01:30, 1.64s/it]\n 78%|███████▊ | 186/240 [05:09<01:28, 1.64s/it]\n 78%|███████▊ | 187/240 [05:11<01:26, 1.64s/it]\n 78%|███████▊ | 188/240 [05:12<01:24, 1.63s/it]\n 79%|███████▉ | 189/240 [05:14<01:22, 1.61s/it]\n 79%|███████▉ | 190/240 [05:15<01:20, 1.61s/it]\n 80%|███████▉ | 191/240 [05:17<01:19, 1.62s/it]\n 80%|████████ | 192/240 [05:19<01:17, 1.62s/it]\n 80%|████████ | 193/240 [05:20<01:15, 1.61s/it]\n 81%|████████ | 194/240 [05:22<01:14, 1.61s/it]\n 81%|████████▏ | 195/240 [05:24<01:12, 1.60s/it]\n 82%|████████▏ | 196/240 [05:25<01:10, 1.60s/it]\n 82%|████████▏ | 197/240 [05:27<01:08, 1.60s/it]\n 82%|████████▎ | 198/240 [05:28<01:08, 1.64s/it]\n 83%|████████▎ | 199/240 [05:30<01:07, 1.64s/it]\n 83%|████████▎ | 200/240 [05:32<01:04, 1.62s/it]\n 84%|████████▍ | 201/240 [05:33<01:03, 1.63s/it]\n 84%|████████▍ | 202/240 [05:35<01:01, 1.62s/it]\n 85%|████████▍ | 203/240 [05:36<00:59, 1.61s/it]\n 85%|████████▌ | 204/240 [05:38<00:57, 1.60s/it]\n 85%|████████▌ | 205/240 [05:40<00:56, 1.60s/it]\n 86%|████████▌ | 206/240 [05:41<00:54, 1.61s/it]\n 86%|████████▋ | 207/240 [05:43<00:53, 1.61s/it]\n 87%|████████▋ | 208/240 [05:45<00:51, 1.62s/it]\n 87%|████████▋ | 209/240 [05:46<00:50, 1.62s/it]\n 88%|████████▊ | 210/240 [05:48<00:48, 1.62s/it]\n 88%|████████▊ | 211/240 [05:49<00:47, 1.63s/it]\n 88%|████████▊ | 212/240 [05:51<00:45, 1.62s/it]\n 89%|████████▉ | 213/240 [05:53<00:43, 1.62s/it]\n 89%|████████▉ | 214/240 [05:54<00:42, 1.62s/it]\n 90%|████████▉ | 215/240 [05:56<00:40, 1.61s/it]\n 90%|█████████ | 216/240 [05:57<00:38, 1.61s/it]\n 90%|█████████ | 217/240 [05:59<00:37, 1.62s/it]\n 91%|█████████ | 218/240 [06:01<00:35, 1.62s/it]\n 91%|█████████▏| 219/240 [06:02<00:33, 1.61s/it]\n 92%|█████████▏| 220/240 [06:04<00:32, 1.61s/it]\n 92%|█████████▏| 221/240 [06:06<00:30, 1.61s/it]\n 92%|█████████▎| 222/240 [06:07<00:28, 1.61s/it]\n 93%|█████████▎| 223/240 [06:09<00:27, 1.62s/it]\n 93%|█████████▎| 224/240 [06:10<00:25, 1.61s/it]\n 94%|█████████▍| 225/240 [06:12<00:24, 1.61s/it]\n 94%|█████████▍| 226/240 [06:14<00:22, 1.61s/it]\n 95%|█████████▍| 227/240 [06:15<00:20, 1.60s/it]\n 95%|█████████▌| 228/240 [06:17<00:19, 1.59s/it]\n 95%|█████████▌| 229/240 [06:18<00:17, 1.59s/it]\n 96%|█████████▌| 230/240 [06:20<00:15, 1.59s/it]\n 96%|█████████▋| 231/240 [06:22<00:14, 1.60s/it]\n 97%|█████████▋| 232/240 [06:23<00:12, 1.59s/it]\n 97%|█████████▋| 233/240 [06:25<00:11, 1.59s/it]\n 98%|█████████▊| 234/240 [06:26<00:09, 1.59s/it]\n 98%|█████████▊| 235/240 [06:28<00:07, 1.59s/it]\n 98%|█████████▊| 236/240 [06:30<00:06, 1.60s/it]\n 99%|█████████▉| 237/240 [06:31<00:04, 1.60s/it]\n 99%|█████████▉| 238/240 [06:33<00:03, 1.61s/it]\n100%|█████████▉| 239/240 [06:34<00:01, 1.60s/it]\n100%|██████████| 240/240 [06:36<00:00, 1.60s/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:09.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 @ 0x565063d3d8c0] deprecated pixel format used, make sure you did set range correctly\n[libx264 @ 0x5650638183c0] using SAR=1/1\n[libx264 @ 0x5650638183c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x5650638183c0] profile High, level 2.2\n[libx264 @ 0x5650638183c0] 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= 76 fps=0.0 q=26.0 size= 256kB time=00:00:02.25 bitrate= 932.2kbits/s speed=4.44x\nframe= 115 fps=114 q=26.0 size= 1280kB time=00:00:07.12 bitrate=1471.7kbits/s speed=7.07x\nframe= 156 fps=103 q=26.0 size= 2304kB time=00:00:12.25 bitrate=1540.8kbits/s speed=8.07x\nframe= 193 fps= 94 q=26.0 size= 3072kB time=00:00:16.87 bitrate=1491.3kbits/s speed=8.26x\nframe= 235 fps= 92 q=26.0 size= 4096kB time=00:00:22.12 bitrate=1516.6kbits/s speed=8.69x\nframe= 240 fps= 74 q=-1.0 Lsize= 5520kB time=00:00:29.62 bitrate=1526.5kbits/s speed=9.15x\nvideo:5517kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.066276%\n[libx264 @ 0x5650638183c0] frame I:10 Avg QP:24.03 size: 34146\n[libx264 @ 0x5650638183c0] frame P:65 Avg QP:26.67 size: 25655\n[libx264 @ 0x5650638183c0] frame B:165 Avg QP:27.20 size: 22057\n[libx264 @ 0x5650638183c0] consecutive B-frames: 7.1% 2.5% 3.8% 86.7%\n[libx264 @ 0x5650638183c0] mb I I16..4: 0.0% 97.6% 2.4%\n[libx264 @ 0x5650638183c0] mb P I16..4: 0.1% 86.9% 2.4% P16..4: 4.3% 4.1% 2.2% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x5650638183c0] mb B I16..4: 0.1% 42.3% 4.4% B16..8: 12.7% 9.2% 4.6% direct:26.1% skip: 0.7% L0:37.5% L1:32.9% BI:29.6%\n[libx264 @ 0x5650638183c0] 8x8 transform intra:93.6% inter:92.1%\n[libx264 @ 0x5650638183c0] coded y,uvDC,uvAC intra: 97.9% 93.4% 53.6% inter: 92.3% 88.3% 11.7%\n[libx264 @ 0x5650638183c0] i16 v,h,dc,p: 2% 2% 0% 96%\n[libx264 @ 0x5650638183c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 16% 18% 5% 7% 8% 8% 8% 10%\n[libx264 @ 0x5650638183c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 11% 8% 10% 12% 9% 11% 10%\n[libx264 @ 0x5650638183c0] i8c dc,h,v,p: 49% 23% 20% 8%\n[libx264 @ 0x5650638183c0] Weighted P-Frames: Y:40.0% UV:40.0%\n[libx264 @ 0x5650638183c0] ref P L0: 43.2% 13.1% 20.9% 17.2% 5.6%\n[libx264 @ 0x5650638183c0] ref B L0: 81.9% 13.7% 4.4%\n[libx264 @ 0x5650638183c0] ref B L1: 93.4% 6.6%\n[libx264 @ 0x5650638183c0] kb/s:1506.23\n\n100%|██████████| 240/240 [06:40<00:00, 1.67s/it]", "metrics": { "predict_time": 400.32062, "total_time": 400.293481 }, "output": [ "https://replicate.delivery/pbxt/HBe8ZpOLdOWAaKGOHd3nRjTSZuG59Fjbj2uKKGebVilykd5PA/frame000000.jpg", "https://replicate.delivery/pbxt/Ruu413GfoKwzN652Rf4MZuCAONf4r5wdqGtbqivLq3d1J7yfA/frame000005.jpg", "https://replicate.delivery/pbxt/fWg8eCDbfhbfGRf0TJlDh5m11zeGcosI85bFf45mqz0Hhyu8HA/frame000010.jpg", "https://replicate.delivery/pbxt/LLFnwbpegUSOPiq0a5BJdC450eTMvii0KVIsaffpt1MqU2lfB/frame000015.jpg", "https://replicate.delivery/pbxt/h9iPM1fhS8RxPaxXv8jZzQuBEx9m2t9iDe8ksfplWGIlK7yfA/frame000020.jpg", "https://replicate.delivery/pbxt/X13UruoueOw8NSw0e3mlW4IOlsSQrPV0HFXRczR2KYRbld5PA/frame000025.jpg", "https://replicate.delivery/pbxt/BYZ7DvedTyx8HSS2jKvHH6F113XUQwVGvCeEhxWv90xjld5PA/frame000030.jpg", "https://replicate.delivery/pbxt/eDB8p1jhfJkZwEZzvNpmnfwHN4H5k7ec0VIiXBxhmjNvW2lfB/frame000035.jpg", "https://replicate.delivery/pbxt/X7kKGOcvpOr3CxGSXysnfkE29bf6mAmCoE87evp1RqUnL7yfA/frame000040.jpg", "https://replicate.delivery/pbxt/X3aSwanTpkLgF9l6ZVoOwb5JvlhF9mWXYjYHfgWeVaX7ld5PA/frame000045.jpg", "https://replicate.delivery/pbxt/U7HHSb1ORezdZa7kJsJbR0XSpXNfGWbuEKBBBW7o7c0Emd5PA/frame000050.jpg", "https://replicate.delivery/pbxt/2yh7JFIzssapHJHpAPhuHrqeLiSt4eKwKbA4dzN6qMDMmd5PA/frame000055.jpg", "https://replicate.delivery/pbxt/fxQcaIi36UwAYq3GRkzI9pLq0FiHhXayjMW4X2PqNLPKzu8HA/frame000060.jpg", "https://replicate.delivery/pbxt/JrR76QbeZrVmb6j4Xc1BSE5k3cbF11CuLo7Cm5dLvRbOzu8HA/frame000065.jpg", "https://replicate.delivery/pbxt/ihaEuINFZv5WCN6ynjbc4kIzQqiiPy46AVo23co9CzbpZXeHA/frame000070.jpg", "https://replicate.delivery/pbxt/KPqxYmEG3SKyJpZj5fb6sxQ97P0J6kdkvjcSzsdlOYjWzu8HA/frame000075.jpg", "https://replicate.delivery/pbxt/5emgx66ccjTIIyelnE0bzGhRng8pvEC4ovqihnlp3u21md5PA/frame000080.jpg", "https://replicate.delivery/pbxt/YwdMNHn4CCIXL1sqjpUrsXTbqG57HbMWeTxZWNMgiOpemd5PA/frame000085.jpg", "https://replicate.delivery/pbxt/7PRVeKyqXWSeNkUr5fGXqKBv0HnbaWH5HDbrpPWR1hqNO7yfA/frame000090.jpg", "https://replicate.delivery/pbxt/a4iHLgeP4CyQIiTo8zMfnaef4IlfSrSbqHZ5tJ4OWSg05sLfD/frame000095.jpg", "https://replicate.delivery/pbxt/OX5a9YfXMa0nKqfYwMzBN8Jl7N4QRhGWMpj2pFJGX3LWnd5PA/frame000100.jpg", "https://replicate.delivery/pbxt/Zz9GsHSXoOY8BdadkODpSXLzEyFuzfjyCd9Bvz7GiBEvzu8HA/frame000105.jpg", "https://replicate.delivery/pbxt/OWfbGoH5rfmHik2rCXShqOWPA25vHwNI8eHcDUZfxedy8sLfD/frame000110.jpg", "https://replicate.delivery/pbxt/dFSR7fEoWi1DdKKqSJjkZUrRvEEjZyUezh3UHrzrcfueesLfD/frame000115.jpg", "https://replicate.delivery/pbxt/OMro9RB1fE0yf0RoEXzehjji0k3ehdqWTMmfMrI80hZ6eZXeHA/frame000120.jpg", "https://replicate.delivery/pbxt/CJR5o0Idt9YqANfXxGzU0zwlKtkDVNNPGmpO0D4Qj8nfnd5PA/frame000125.jpg", "https://replicate.delivery/pbxt/xCggDzY4eZSBWy1IAbByHpOsDW5xALFkD9zOL0FkYeyIod5PA/frame000130.jpg", "https://replicate.delivery/pbxt/GGUo9qYevjTpDaz4cOx7G2JPyLHOSf4fNqXrwt37uicgQ7yfA/frame000135.jpg", "https://replicate.delivery/pbxt/f0fsVUFc4VthTUOWKgfXr7RMHrFlrvTFzwDgwzrSa8xwQ7yfA/frame000140.jpg", "https://replicate.delivery/pbxt/w30iVJPzHLYyHlwfiQQL3G4dtFsFSL0yY29tSw7TyP3Q0u8HA/frame000145.jpg", "https://replicate.delivery/pbxt/6qTaXkLUtiqMNN8wexeaZllcZ5ubdPLT6eLG4YamvRWTR7yfA/frame000150.jpg", "https://replicate.delivery/pbxt/1bIpxQLnLV7nL1WdeXBaX9z0KdSR1t6AcfzVvR0sqC4xod5PA/frame000155.jpg", "https://replicate.delivery/pbxt/XC6j0aC6d0JaF1uRIvIG0y5cdleoRfTd7YvzgWgl6Dn5od5PA/frame000160.jpg", "https://replicate.delivery/pbxt/fQRLTFvFNb1mFqy8qKYIpPv5R3fGFGj5WxbBUKOgo4ABpd5PA/frame000165.jpg", "https://replicate.delivery/pbxt/mTHRf5fl6kgjeoJEfsnsouSRNLNvgEfepmtqfsyP6hKRl0u8HA/frame000170.jpg", "https://replicate.delivery/pbxt/e5DwCXkfClra1khCC2RpyjHGKmDl7jTtRnxPIietNSwlS7yfA/frame000175.jpg", "https://replicate.delivery/pbxt/30V9DZCUOr6GM57tZbiCLi5adnZrLHM8K6QfR34FzaZt0u8HA/frame000180.jpg", "https://replicate.delivery/pbxt/KNLCk7yGkErtA10UxK8DkhcjOLCx6MEQvcuGEIZ2UPkYaXeHA/frame000185.jpg", "https://replicate.delivery/pbxt/kZ3rSmRUjUbYJ5KZPwMdv7gKbEkWIeZPWCeHh6bA3Sxqpd5PA/frame000190.jpg", "https://replicate.delivery/pbxt/7y87XZJra4b6DFvcs34jPCvqftoPU8vdJIJqx0icDFS50u8HA/frame000195.jpg", "https://replicate.delivery/pbxt/dKwGQmFBMz7FFlDIDPkfKrOXYqDgOtgxylm2RHu8HoH90u8HA/frame000200.jpg", "https://replicate.delivery/pbxt/pUeKsV3e4EliUkwiHntPeKm3g9bRxkjDKESzRgT08hCEU7yfA/frame000205.jpg", "https://replicate.delivery/pbxt/lJz5gzjJKGqedyjYUZfLHwMbqL9yBm6xfzPT9Iwtp6iUU7yfA/frame000210.jpg", "https://replicate.delivery/pbxt/VGSgSpIoJPbSPJXOlffq6TGCmLPSEg1Kbk2uCP4SnOuSqd5PA/frame000215.jpg", "https://replicate.delivery/pbxt/iZfGQ4gtIASqQSe365C26e516VBgOpVa9bIWA6L4Wbk3U7yfA/frame000220.jpg", "https://replicate.delivery/pbxt/LfTAcKftySlcsk3kEB7eG8fVMw63E0PPosHSDjbFg4WNq2lfB/frame000225.jpg", "https://replicate.delivery/pbxt/t6bmmf1lzgzHJijRmfu3lkIDWYAe8hjh9Q4m4Pq0uimWV7yfA/frame000230.jpg", "https://replicate.delivery/pbxt/jCqFpSqpNUbHAxkpxFlNDFo4HvpbeSpXdh76eeDWfbxKr2lfB/frame000235.jpg", "https://replicate.delivery/pbxt/4qig7QqygGbCFh7c6r4O4FXAKfIi5m7fEPSgxKM1yT19qd5PA/out.mp4", "https://replicate.delivery/pbxt/U10ySdYePYSLGChWuNrXAiVbgzLOfBxgXcGD2c7E2IneV7yfA/out.mp4" ], "started_at": "2022-10-25T18:13:00.729464Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7u7tpxas6vcv7fo77lywr7ttkq", "cancel": "https://api.replicate.com/v1/predictions/7u7tpxas6vcv7fo77lywr7ttkq/cancel" }, "version": "ed5518ac356d730caf25255a80e87c16823cf379398afbe26a7dc2e97cc58fee" }
Generated in0%| | 0/240 [00:00<?, ?it/s] 0%| | 1/240 [00:05<23:25, 5.88s/it] 1%| | 2/240 [00:07<13:18, 3.35s/it] 1%|▏ | 3/240 [00:09<10:11, 2.58s/it] 2%|▏ | 4/240 [00:10<08:35, 2.19s/it] 2%|▏ | 5/240 [00:12<07:43, 1.97s/it] 2%|▎ | 6/240 [00:13<07:10, 1.84s/it] 3%|▎ | 7/240 [00:15<06:48, 1.75s/it] 3%|▎ | 8/240 [00:17<06:37, 1.71s/it] 4%|▍ | 9/240 [00:18<06:29, 1.69s/it] 4%|▍ | 10/240 [00:20<06:22, 1.66s/it] 5%|▍ | 11/240 [00:21<06:17, 1.65s/it] 5%|▌ | 12/240 [00:23<06:12, 1.63s/it] 5%|▌ | 13/240 [00:25<06:08, 1.62s/it] 6%|▌ | 14/240 [00:26<06:05, 1.62s/it] 6%|▋ | 15/240 [00:28<06:00, 1.60s/it] 7%|▋ | 16/240 [00:29<05:58, 1.60s/it] 7%|▋ | 17/240 [00:31<05:57, 1.60s/it] 8%|▊ | 18/240 [00:33<05:58, 1.61s/it] 8%|▊ | 19/240 [00:34<05:55, 1.61s/it] 8%|▊ | 20/240 [00:36<05:54, 1.61s/it] 9%|▉ | 21/240 [00:38<05:54, 1.62s/it] 9%|▉ | 22/240 [00:39<05:57, 1.64s/it] 10%|▉ | 23/240 [00:41<06:01, 1.67s/it] 10%|█ | 24/240 [00:43<05:59, 1.66s/it] 10%|█ | 25/240 [00:44<05:57, 1.66s/it] 11%|█ | 26/240 [00:46<05:53, 1.65s/it] 11%|█▏ | 27/240 [00:47<05:50, 1.65s/it] 12%|█▏ | 28/240 [00:49<05:50, 1.65s/it] 12%|█▏ | 29/240 [00:51<05:47, 1.65s/it] 12%|█▎ | 30/240 [00:52<05:41, 1.63s/it] 13%|█▎ | 31/240 [00:54<05:38, 1.62s/it] 13%|█▎ | 32/240 [00:56<05:34, 1.61s/it] 14%|█▍ | 33/240 [00:57<05:33, 1.61s/it] 14%|█▍ | 34/240 [00:59<05:35, 1.63s/it] 15%|█▍ | 35/240 [01:00<05:33, 1.62s/it] 15%|█▌ | 36/240 [01:02<05:32, 1.63s/it] 15%|█▌ | 37/240 [01:04<05:31, 1.63s/it] 16%|█▌ | 38/240 [01:05<05:29, 1.63s/it] 16%|█▋ | 39/240 [01:07<05:27, 1.63s/it] 17%|█▋ | 40/240 [01:09<05:28, 1.64s/it] 17%|█▋ | 41/240 [01:10<05:27, 1.65s/it] 18%|█▊ | 42/240 [01:12<05:25, 1.64s/it] 18%|█▊ | 43/240 [01:14<05:21, 1.63s/it] 18%|█▊ | 44/240 [01:15<05:18, 1.63s/it] 19%|█▉ | 45/240 [01:17<05:17, 1.63s/it] 19%|█▉ | 46/240 [01:18<05:16, 1.63s/it] 20%|█▉ | 47/240 [01:20<05:15, 1.64s/it] 20%|██ | 48/240 [01:22<05:13, 1.63s/it] 20%|██ | 49/240 [01:23<05:09, 1.62s/it] 21%|██ | 50/240 [01:25<05:07, 1.62s/it] 21%|██▏ | 51/240 [01:27<05:06, 1.62s/it] 22%|██▏ | 52/240 [01:28<05:05, 1.63s/it] 22%|██▏ | 53/240 [01:30<05:07, 1.64s/it] 22%|██▎ | 54/240 [01:32<05:08, 1.66s/it] 23%|██▎ | 55/240 [01:33<05:07, 1.66s/it] 23%|██▎ | 56/240 [01:35<05:04, 1.66s/it] 24%|██▍ | 57/240 [01:37<05:01, 1.65s/it] 24%|██▍ | 58/240 [01:38<04:58, 1.64s/it] 25%|██▍ | 59/240 [01:40<04:58, 1.65s/it] 25%|██▌ | 60/240 [01:41<04:56, 1.65s/it] 25%|██▌ | 61/240 [01:43<04:55, 1.65s/it] 26%|██▌ | 62/240 [01:45<04:53, 1.65s/it] 26%|██▋ | 63/240 [01:46<04:52, 1.65s/it] 27%|██▋ | 64/240 [01:48<04:50, 1.65s/it] 27%|██▋ | 65/240 [01:50<04:51, 1.67s/it] 28%|██▊ | 66/240 [01:51<04:50, 1.67s/it] 28%|██▊ | 67/240 [01:53<04:48, 1.67s/it] 28%|██▊ | 68/240 [01:55<04:46, 1.66s/it] 29%|██▉ | 69/240 [01:56<04:43, 1.66s/it] 29%|██▉ | 70/240 [01:58<04:42, 1.66s/it] 30%|██▉ | 71/240 [02:00<04:40, 1.66s/it] 30%|███ | 72/240 [02:01<04:37, 1.65s/it] 30%|███ | 73/240 [02:03<04:34, 1.64s/it] 31%|███ | 74/240 [02:05<04:32, 1.64s/it] 31%|███▏ | 75/240 [02:06<04:30, 1.64s/it] 32%|███▏ | 76/240 [02:08<04:28, 1.64s/it] 32%|███▏ | 77/240 [02:10<04:29, 1.65s/it] 32%|███▎ | 78/240 [02:11<04:26, 1.65s/it] 33%|███▎ | 79/240 [02:13<04:25, 1.65s/it] 33%|███▎ | 80/240 [02:15<04:23, 1.65s/it] 34%|███▍ | 81/240 [02:16<04:22, 1.65s/it] 34%|███▍ | 82/240 [02:18<04:20, 1.65s/it] 35%|███▍ | 83/240 [02:19<04:20, 1.66s/it] 35%|███▌ | 84/240 [02:21<04:18, 1.66s/it] 35%|███▌ | 85/240 [02:23<04:15, 1.65s/it] 36%|███▌ | 86/240 [02:24<04:11, 1.63s/it] 36%|███▋ | 87/240 [02:26<04:10, 1.64s/it] 37%|███▋ | 88/240 [02:28<04:11, 1.65s/it] 37%|███▋ | 89/240 [02:29<04:10, 1.66s/it] 38%|███▊ | 90/240 [02:31<04:10, 1.67s/it] 38%|███▊ | 91/240 [02:33<04:07, 1.66s/it] 38%|███▊ | 92/240 [02:34<04:04, 1.65s/it] 39%|███▉ | 93/240 [02:36<04:01, 1.64s/it] 39%|███▉ | 94/240 [02:38<03:59, 1.64s/it] 40%|███▉ | 95/240 [02:39<03:58, 1.64s/it] 40%|████ | 96/240 [02:41<03:54, 1.63s/it] 40%|████ | 97/240 [02:42<03:53, 1.63s/it] 41%|████ | 98/240 [02:44<03:51, 1.63s/it] 41%|████▏ | 99/240 [02:46<03:49, 1.63s/it] 42%|████▏ | 100/240 [02:47<03:48, 1.64s/it] 42%|████▏ | 101/240 [02:49<03:48, 1.64s/it] 42%|████▎ | 102/240 [02:51<03:45, 1.64s/it] 43%|████▎ | 103/240 [02:52<03:43, 1.63s/it] 43%|████▎ | 104/240 [02:54<03:42, 1.63s/it] 44%|████▍ | 105/240 [02:56<03:40, 1.63s/it] 44%|████▍ | 106/240 [02:57<03:38, 1.63s/it] 45%|████▍ | 107/240 [02:59<03:38, 1.64s/it] 45%|████▌ | 108/240 [03:00<03:36, 1.64s/it] 45%|████▌ | 109/240 [03:02<03:34, 1.64s/it] 46%|████▌ | 110/240 [03:04<03:33, 1.64s/it] 46%|████▋ | 111/240 [03:05<03:32, 1.64s/it] 47%|████▋ | 112/240 [03:07<03:30, 1.65s/it] 47%|████▋ | 113/240 [03:09<03:31, 1.66s/it] 48%|████▊ | 114/240 [03:10<03:29, 1.66s/it] 48%|████▊ | 115/240 [03:12<03:26, 1.65s/it] 48%|████▊ | 116/240 [03:14<03:24, 1.65s/it] 49%|████▉ | 117/240 [03:15<03:21, 1.64s/it] 49%|████▉ | 118/240 [03:17<03:19, 1.63s/it] 50%|████▉ | 119/240 [03:19<03:19, 1.65s/it] 50%|█████ | 120/240 [03:20<03:18, 1.65s/it] 50%|█████ | 121/240 [03:22<03:17, 1.66s/it] 51%|█████ | 122/240 [03:24<03:15, 1.66s/it] 51%|█████▏ | 123/240 [03:25<03:13, 1.65s/it] 52%|█████▏ | 124/240 [03:27<03:12, 1.66s/it] 52%|█████▏ | 125/240 [03:29<03:12, 1.67s/it] 52%|█████▎ | 126/240 [03:30<03:09, 1.67s/it] 53%|█████▎ | 127/240 [03:32<03:07, 1.66s/it] 53%|█████▎ | 128/240 [03:34<03:05, 1.65s/it] 54%|█████▍ | 129/240 [03:35<03:03, 1.66s/it] 54%|█████▍ | 130/240 [03:37<03:01, 1.65s/it] 55%|█████▍ | 131/240 [03:39<03:01, 1.67s/it] 55%|█████▌ | 132/240 [03:40<02:59, 1.67s/it] 55%|█████▌ | 133/240 [03:42<02:58, 1.67s/it] 56%|█████▌ | 134/240 [03:44<02:56, 1.67s/it] 56%|█████▋ | 135/240 [03:45<02:55, 1.67s/it] 57%|█████▋ | 136/240 [03:47<02:54, 1.68s/it] 57%|█████▋ | 137/240 [03:49<02:53, 1.68s/it] 57%|█████▊ | 138/240 [03:50<02:51, 1.69s/it] 58%|█████▊ | 139/240 [03:52<02:51, 1.70s/it] 58%|█████▊ | 140/240 [03:54<02:48, 1.68s/it] 59%|█████▉ | 141/240 [03:55<02:45, 1.67s/it] 59%|█████▉ | 142/240 [03:57<02:43, 1.67s/it] 60%|█████▉ | 143/240 [03:59<02:42, 1.68s/it] 60%|██████ | 144/240 [04:00<02:39, 1.66s/it] 60%|██████ | 145/240 [04:02<02:37, 1.66s/it] 61%|██████ | 146/240 [04:04<02:35, 1.65s/it] 61%|██████▏ | 147/240 [04:05<02:33, 1.65s/it] 62%|██████▏ | 148/240 [04:07<02:30, 1.64s/it] 62%|██████▏ | 149/240 [04:09<02:30, 1.65s/it] 62%|██████▎ | 150/240 [04:10<02:28, 1.65s/it] 63%|██████▎ | 151/240 [04:12<02:26, 1.64s/it] 63%|██████▎ | 152/240 [04:13<02:23, 1.64s/it] 64%|██████▍ | 153/240 [04:15<02:22, 1.63s/it] 64%|██████▍ | 154/240 [04:17<02:21, 1.65s/it] 65%|██████▍ | 155/240 [04:18<02:21, 1.66s/it] 65%|██████▌ | 156/240 [04:20<02:18, 1.65s/it] 65%|██████▌ | 157/240 [04:22<02:16, 1.65s/it] 66%|██████▌ | 158/240 [04:23<02:16, 1.66s/it] 66%|██████▋ | 159/240 [04:25<02:13, 1.65s/it] 67%|██████▋ | 160/240 [04:27<02:11, 1.64s/it] 67%|██████▋ | 161/240 [04:28<02:08, 1.63s/it] 68%|██████▊ | 162/240 [04:30<02:07, 1.63s/it] 68%|██████▊ | 163/240 [04:31<02:04, 1.62s/it] 68%|██████▊ | 164/240 [04:33<02:03, 1.63s/it] 69%|██████▉ | 165/240 [04:35<02:02, 1.64s/it] 69%|██████▉ | 166/240 [04:36<02:00, 1.63s/it] 70%|██████▉ | 167/240 [04:38<01:58, 1.63s/it] 70%|███████ | 168/240 [04:40<01:57, 1.63s/it] 70%|███████ | 169/240 [04:41<01:56, 1.64s/it] 71%|███████ | 170/240 [04:43<01:54, 1.64s/it] 71%|███████▏ | 171/240 [04:45<01:52, 1.63s/it] 72%|███████▏ | 172/240 [04:46<01:50, 1.62s/it] 72%|███████▏ | 173/240 [04:48<01:48, 1.62s/it] 72%|███████▎ | 174/240 [04:49<01:47, 1.63s/it] 73%|███████▎ | 175/240 [04:51<01:46, 1.64s/it] 73%|███████▎ | 176/240 [04:53<01:44, 1.64s/it] 74%|███████▍ | 177/240 [04:54<01:42, 1.63s/it] 74%|███████▍ | 178/240 [04:56<01:40, 1.62s/it] 75%|███████▍ | 179/240 [04:58<01:38, 1.62s/it] 75%|███████▌ | 180/240 [04:59<01:37, 1.63s/it] 75%|███████▌ | 181/240 [05:01<01:36, 1.63s/it] 76%|███████▌ | 182/240 [05:02<01:34, 1.63s/it] 76%|███████▋ | 183/240 [05:04<01:33, 1.64s/it] 77%|███████▋ | 184/240 [05:06<01:32, 1.64s/it] 77%|███████▋ | 185/240 [05:07<01:30, 1.64s/it] 78%|███████▊ | 186/240 [05:09<01:28, 1.64s/it] 78%|███████▊ | 187/240 [05:11<01:26, 1.64s/it] 78%|███████▊ | 188/240 [05:12<01:24, 1.63s/it] 79%|███████▉ | 189/240 [05:14<01:22, 1.61s/it] 79%|███████▉ | 190/240 [05:15<01:20, 1.61s/it] 80%|███████▉ | 191/240 [05:17<01:19, 1.62s/it] 80%|████████ | 192/240 [05:19<01:17, 1.62s/it] 80%|████████ | 193/240 [05:20<01:15, 1.61s/it] 81%|████████ | 194/240 [05:22<01:14, 1.61s/it] 81%|████████▏ | 195/240 [05:24<01:12, 1.60s/it] 82%|████████▏ | 196/240 [05:25<01:10, 1.60s/it] 82%|████████▏ | 197/240 [05:27<01:08, 1.60s/it] 82%|████████▎ | 198/240 [05:28<01:08, 1.64s/it] 83%|████████▎ | 199/240 [05:30<01:07, 1.64s/it] 83%|████████▎ | 200/240 [05:32<01:04, 1.62s/it] 84%|████████▍ | 201/240 [05:33<01:03, 1.63s/it] 84%|████████▍ | 202/240 [05:35<01:01, 1.62s/it] 85%|████████▍ | 203/240 [05:36<00:59, 1.61s/it] 85%|████████▌ | 204/240 [05:38<00:57, 1.60s/it] 85%|████████▌ | 205/240 [05:40<00:56, 1.60s/it] 86%|████████▌ | 206/240 [05:41<00:54, 1.61s/it] 86%|████████▋ | 207/240 [05:43<00:53, 1.61s/it] 87%|████████▋ | 208/240 [05:45<00:51, 1.62s/it] 87%|████████▋ | 209/240 [05:46<00:50, 1.62s/it] 88%|████████▊ | 210/240 [05:48<00:48, 1.62s/it] 88%|████████▊ | 211/240 [05:49<00:47, 1.63s/it] 88%|████████▊ | 212/240 [05:51<00:45, 1.62s/it] 89%|████████▉ | 213/240 [05:53<00:43, 1.62s/it] 89%|████████▉ | 214/240 [05:54<00:42, 1.62s/it] 90%|████████▉ | 215/240 [05:56<00:40, 1.61s/it] 90%|█████████ | 216/240 [05:57<00:38, 1.61s/it] 90%|█████████ | 217/240 [05:59<00:37, 1.62s/it] 91%|█████████ | 218/240 [06:01<00:35, 1.62s/it] 91%|█████████▏| 219/240 [06:02<00:33, 1.61s/it] 92%|█████████▏| 220/240 [06:04<00:32, 1.61s/it] 92%|█████████▏| 221/240 [06:06<00:30, 1.61s/it] 92%|█████████▎| 222/240 [06:07<00:28, 1.61s/it] 93%|█████████▎| 223/240 [06:09<00:27, 1.62s/it] 93%|█████████▎| 224/240 [06:10<00:25, 1.61s/it] 94%|█████████▍| 225/240 [06:12<00:24, 1.61s/it] 94%|█████████▍| 226/240 [06:14<00:22, 1.61s/it] 95%|█████████▍| 227/240 [06:15<00:20, 1.60s/it] 95%|█████████▌| 228/240 [06:17<00:19, 1.59s/it] 95%|█████████▌| 229/240 [06:18<00:17, 1.59s/it] 96%|█████████▌| 230/240 [06:20<00:15, 1.59s/it] 96%|█████████▋| 231/240 [06:22<00:14, 1.60s/it] 97%|█████████▋| 232/240 [06:23<00:12, 1.59s/it] 97%|█████████▋| 233/240 [06:25<00:11, 1.59s/it] 98%|█████████▊| 234/240 [06:26<00:09, 1.59s/it] 98%|█████████▊| 235/240 [06:28<00:07, 1.59s/it] 98%|█████████▊| 236/240 [06:30<00:06, 1.60s/it] 99%|█████████▉| 237/240 [06:31<00:04, 1.60s/it] 99%|█████████▉| 238/240 [06:33<00:03, 1.61s/it] 100%|█████████▉| 239/240 [06:34<00:01, 1.60s/it] 100%|██████████| 240/240 [06:36<00:00, 1.60s/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:09.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 @ 0x565063d3d8c0] deprecated pixel format used, make sure you did set range correctly [libx264 @ 0x5650638183c0] using SAR=1/1 [libx264 @ 0x5650638183c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x5650638183c0] profile High, level 2.2 [libx264 @ 0x5650638183c0] 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= 76 fps=0.0 q=26.0 size= 256kB time=00:00:02.25 bitrate= 932.2kbits/s speed=4.44x frame= 115 fps=114 q=26.0 size= 1280kB time=00:00:07.12 bitrate=1471.7kbits/s speed=7.07x frame= 156 fps=103 q=26.0 size= 2304kB time=00:00:12.25 bitrate=1540.8kbits/s speed=8.07x frame= 193 fps= 94 q=26.0 size= 3072kB time=00:00:16.87 bitrate=1491.3kbits/s speed=8.26x frame= 235 fps= 92 q=26.0 size= 4096kB time=00:00:22.12 bitrate=1516.6kbits/s speed=8.69x frame= 240 fps= 74 q=-1.0 Lsize= 5520kB time=00:00:29.62 bitrate=1526.5kbits/s speed=9.15x video:5517kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.066276% [libx264 @ 0x5650638183c0] frame I:10 Avg QP:24.03 size: 34146 [libx264 @ 0x5650638183c0] frame P:65 Avg QP:26.67 size: 25655 [libx264 @ 0x5650638183c0] frame B:165 Avg QP:27.20 size: 22057 [libx264 @ 0x5650638183c0] consecutive B-frames: 7.1% 2.5% 3.8% 86.7% [libx264 @ 0x5650638183c0] mb I I16..4: 0.0% 97.6% 2.4% [libx264 @ 0x5650638183c0] mb P I16..4: 0.1% 86.9% 2.4% P16..4: 4.3% 4.1% 2.2% 0.0% 0.0% skip: 0.0% [libx264 @ 0x5650638183c0] mb B I16..4: 0.1% 42.3% 4.4% B16..8: 12.7% 9.2% 4.6% direct:26.1% skip: 0.7% L0:37.5% L1:32.9% BI:29.6% [libx264 @ 0x5650638183c0] 8x8 transform intra:93.6% inter:92.1% [libx264 @ 0x5650638183c0] coded y,uvDC,uvAC intra: 97.9% 93.4% 53.6% inter: 92.3% 88.3% 11.7% [libx264 @ 0x5650638183c0] i16 v,h,dc,p: 2% 2% 0% 96% [libx264 @ 0x5650638183c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 16% 18% 5% 7% 8% 8% 8% 10% [libx264 @ 0x5650638183c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 11% 8% 10% 12% 9% 11% 10% [libx264 @ 0x5650638183c0] i8c dc,h,v,p: 49% 23% 20% 8% [libx264 @ 0x5650638183c0] Weighted P-Frames: Y:40.0% UV:40.0% [libx264 @ 0x5650638183c0] ref P L0: 43.2% 13.1% 20.9% 17.2% 5.6% [libx264 @ 0x5650638183c0] ref B L0: 81.9% 13.7% 4.4% [libx264 @ 0x5650638183c0] ref B L1: 93.4% 6.6% [libx264 @ 0x5650638183c0] kb/s:1506.23 100%|██████████| 240/240 [06:40<00:00, 1.67s/it]
Want to make some of these yourself?
Run this model