Prediction
ID
i3p45mtb7hlersug7xeese7gla
Status
Succeeded
Source
Web
Hardware
A40 (Large)
Total duration
Created
by @fofr
Input
- cond_aug
- 0.02
- decoding_t
- 7
- video_length
- 25_frames_with_svd_xt
- sizing_strategy
- crop_to_16_9
- motion_bucket_id
- 127
- frames_per_second
- 6
{
"cond_aug": 0.02,
"decoding_t": 7,
"input_image": "https://replicate.delivery/pbxt/Jvga0VMSjaBR4qENfrZjLChE5XeCWf4i4JPag16bt8j0pTJ5/2023-08-08--08-39-15-u-q4-fofr_a_screenshot_from_Tron_Legacy_wide_angle_291c6e0d-e57d-46fe-92dd-cbe1ef0ab348.png",
"video_length": "25_frames_with_svd_xt",
"sizing_strategy": "crop_to_16_9",
"motion_bucket_id": 127,
"frames_per_second": 6
}
Install Replicate’s Node.js client library:
npm install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run stability-ai/stable-video-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"stability-ai/stable-video-diffusion:3f0457e4619daac51203dedb472816fd4af51f3149fa7a9e0b5ffcf1b8172438",
{
input: {
cond_aug: 0.02,
decoding_t: 7,
input_image: "https://replicate.delivery/pbxt/Jvga0VMSjaBR4qENfrZjLChE5XeCWf4i4JPag16bt8j0pTJ5/2023-08-08--08-39-15-u-q4-fofr_a_screenshot_from_Tron_Legacy_wide_angle_291c6e0d-e57d-46fe-92dd-cbe1ef0ab348.png",
video_length: "25_frames_with_svd_xt",
sizing_strategy: "crop_to_16_9",
motion_bucket_id: 127,
frames_per_second: 6
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:
pip install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:
import replicate
Run stability-ai/stable-video-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"stability-ai/stable-video-diffusion:3f0457e4619daac51203dedb472816fd4af51f3149fa7a9e0b5ffcf1b8172438",
input={
"cond_aug": 0.02,
"decoding_t": 7,
"input_image": "https://replicate.delivery/pbxt/Jvga0VMSjaBR4qENfrZjLChE5XeCWf4i4JPag16bt8j0pTJ5/2023-08-08--08-39-15-u-q4-fofr_a_screenshot_from_Tron_Legacy_wide_angle_291c6e0d-e57d-46fe-92dd-cbe1ef0ab348.png",
"video_length": "25_frames_with_svd_xt",
"sizing_strategy": "crop_to_16_9",
"motion_bucket_id": 127,
"frames_per_second": 6
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run stability-ai/stable-video-diffusion 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": "stability-ai/stable-video-diffusion:3f0457e4619daac51203dedb472816fd4af51f3149fa7a9e0b5ffcf1b8172438",
"input": {
"cond_aug": 0.02,
"decoding_t": 7,
"input_image": "https://replicate.delivery/pbxt/Jvga0VMSjaBR4qENfrZjLChE5XeCWf4i4JPag16bt8j0pTJ5/2023-08-08--08-39-15-u-q4-fofr_a_screenshot_from_Tron_Legacy_wide_angle_291c6e0d-e57d-46fe-92dd-cbe1ef0ab348.png",
"video_length": "25_frames_with_svd_xt",
"sizing_strategy": "crop_to_16_9",
"motion_bucket_id": 127,
"frames_per_second": 6
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{
"completed_at": "2023-11-23T22:35:19.771033Z",
"created_at": "2023-11-23T22:33:27.105049Z",
"data_removed": false,
"error": null,
"id": "i3p45mtb7hlersug7xeese7gla",
"input": {
"cond_aug": 0.02,
"decoding_t": 7,
"input_image": "https://replicate.delivery/pbxt/Jvga0VMSjaBR4qENfrZjLChE5XeCWf4i4JPag16bt8j0pTJ5/2023-08-08--08-39-15-u-q4-fofr_a_screenshot_from_Tron_Legacy_wide_angle_291c6e0d-e57d-46fe-92dd-cbe1ef0ab348.png",
"video_length": "25_frames_with_svd_xt",
"sizing_strategy": "crop_to_16_9",
"motion_bucket_id": 127,
"frames_per_second": 6
},
"logs": "Using seed: 54317\nResizing and cropping to 16:9\nScale factor w: 1.0, Scale factor h: 0.5625\nNew width: 1024, New height: 1024\nLeft: 0.0, Top: 224.0, Right: 1024.0, Bottom: 800.0\nResized and cropped dimensions: 1024x576\nSet consts\nLoaded model\n############################## Sampling setting ##############################\nSampler: EulerEDMSampler\nDiscretization: EDMDiscretization\nGuider: LinearPredictionGuider\nSampling with EulerEDMSampler for 31 steps: 0%| | 0/31 [00:00<?, ?it/s]\nSampling with EulerEDMSampler for 31 steps: 3%|▎ | 1/31 [00:03<01:30, 3.02s/it]\nSampling with EulerEDMSampler for 31 steps: 6%|▋ | 2/31 [00:06<01:30, 3.14s/it]\nSampling with EulerEDMSampler for 31 steps: 10%|▉ | 3/31 [00:09<01:28, 3.18s/it]\nSampling with EulerEDMSampler for 31 steps: 13%|█▎ | 4/31 [00:12<01:26, 3.20s/it]\nSampling with EulerEDMSampler for 31 steps: 16%|█▌ | 5/31 [00:15<01:23, 3.21s/it]\nSampling with EulerEDMSampler for 31 steps: 19%|█▉ | 6/31 [00:19<01:20, 3.22s/it]\nSampling with EulerEDMSampler for 31 steps: 23%|██▎ | 7/31 [00:22<01:17, 3.22s/it]\nSampling with EulerEDMSampler for 31 steps: 26%|██▌ | 8/31 [00:25<01:14, 3.22s/it]\nSampling with EulerEDMSampler for 31 steps: 29%|██▉ | 9/31 [00:28<01:10, 3.23s/it]\nSampling with EulerEDMSampler for 31 steps: 32%|███▏ | 10/31 [00:32<01:07, 3.23s/it]\nSampling with EulerEDMSampler for 31 steps: 35%|███▌ | 11/31 [00:35<01:04, 3.23s/it]\nSampling with EulerEDMSampler for 31 steps: 39%|███▊ | 12/31 [00:38<01:01, 3.23s/it]\nSampling with EulerEDMSampler for 31 steps: 42%|████▏ | 13/31 [00:41<00:58, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 45%|████▌ | 14/31 [00:45<00:55, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 48%|████▊ | 15/31 [00:48<00:51, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 52%|█████▏ | 16/31 [00:51<00:48, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 55%|█████▍ | 17/31 [00:54<00:45, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 58%|█████▊ | 18/31 [00:57<00:42, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 61%|██████▏ | 19/31 [01:01<00:38, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 65%|██████▍ | 20/31 [01:04<00:35, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 68%|██████▊ | 21/31 [01:07<00:32, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 71%|███████ | 22/31 [01:10<00:29, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 74%|███████▍ | 23/31 [01:14<00:25, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 77%|███████▋ | 24/31 [01:17<00:22, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 81%|████████ | 25/31 [01:20<00:19, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 84%|████████▍ | 26/31 [01:23<00:16, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 87%|████████▋ | 27/31 [01:27<00:12, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 90%|█████████ | 28/31 [01:30<00:09, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 94%|█████████▎| 29/31 [01:33<00:06, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 97%|█████████▋| 30/31 [01:36<00:03, 3.24s/it]\nSampling with EulerEDMSampler for 31 steps: 97%|█████████▋| 30/31 [01:36<00:03, 3.23s/it]\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, image2, from 'output//frame_%06d.png':\nDuration: 00:00:01.00, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 1024x576, 25 fps, 25 tbr, 25 tbn, 25 tbc\nStream mapping:\nStream #0:0 -> #0:0 (png (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x55a9ac0e6940] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55a9ac0e6940] profile High, level 3.1, 4:2:0, 8-bit\n[libx264 @ 0x55a9ac0e6940] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - 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=15 lookahead_threads=2 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=7 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to 'output/000125.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1024x576, q=2-31, 7 fps, 14336 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 25 fps=0.0 q=-1.0 Lsize= 565kB time=00:00:03.14 bitrate=1472.5kbits/s speed= 10x\nvideo:564kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.200927%\n[libx264 @ 0x55a9ac0e6940] frame I:1 Avg QP:20.78 size: 94419\n[libx264 @ 0x55a9ac0e6940] frame P:6 Avg QP:21.98 size: 41750\n[libx264 @ 0x55a9ac0e6940] frame B:18 Avg QP:24.84 size: 12873\n[libx264 @ 0x55a9ac0e6940] consecutive B-frames: 4.0% 0.0% 0.0% 96.0%\n[libx264 @ 0x55a9ac0e6940] mb I I16..4: 4.6% 54.9% 40.5%\n[libx264 @ 0x55a9ac0e6940] mb P I16..4: 2.7% 19.9% 2.8% P16..4: 24.0% 29.9% 19.5% 0.0% 0.0% skip: 1.2%\n[libx264 @ 0x55a9ac0e6940] mb B I16..4: 0.7% 3.3% 0.3% B16..8: 41.1% 16.9% 4.0% direct: 8.6% skip:25.1% L0:30.4% L1:30.6% BI:38.9%\n[libx264 @ 0x55a9ac0e6940] 8x8 transform intra:70.7% inter:68.5%\n[libx264 @ 0x55a9ac0e6940] coded y,uvDC,uvAC intra: 72.8% 98.6% 89.1% inter: 33.8% 49.5% 21.4%\n[libx264 @ 0x55a9ac0e6940] i16 v,h,dc,p: 9% 16% 5% 70%\n[libx264 @ 0x55a9ac0e6940] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 19% 9% 6% 15% 7% 14% 6% 11%\n[libx264 @ 0x55a9ac0e6940] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 15% 8% 9% 17% 9% 13% 6% 6%\n[libx264 @ 0x55a9ac0e6940] i8c dc,h,v,p: 41% 20% 17% 21%\n[libx264 @ 0x55a9ac0e6940] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x55a9ac0e6940] ref P L0: 62.3% 14.1% 15.8% 7.9%\n[libx264 @ 0x55a9ac0e6940] ref B L0: 92.6% 5.7% 1.7%\n[libx264 @ 0x55a9ac0e6940] ref B L1: 98.5% 1.5%\n[libx264 @ 0x55a9ac0e6940] kb/s:1291.66",
"metrics": {
"predict_time": 112.58973,
"total_time": 112.665984
},
"output": "https://replicate.delivery/pbxt/DB31roGf7bzgeU35BeAhT3WQOG6tNWqLPvbZUE507VEMtw2jA/000125.mp4",
"started_at": "2023-11-23T22:33:27.181303Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/i3p45mtb7hlersug7xeese7gla",
"cancel": "https://api.replicate.com/v1/predictions/i3p45mtb7hlersug7xeese7gla/cancel"
},
"version": "3f0457e4619daac51203dedb472816fd4af51f3149fa7a9e0b5ffcf1b8172438"
}
Generated in
Using seed: 54317
Resizing and cropping to 16:9
Scale factor w: 1.0, Scale factor h: 0.5625
New width: 1024, New height: 1024
Left: 0.0, Top: 224.0, Right: 1024.0, Bottom: 800.0
Resized and cropped dimensions: 1024x576
Set consts
Loaded model
############################## Sampling setting ##############################
Sampler: EulerEDMSampler
Discretization: EDMDiscretization
Guider: LinearPredictionGuider
Sampling with EulerEDMSampler for 31 steps: 0%| | 0/31 [00:00<?, ?it/s]
Sampling with EulerEDMSampler for 31 steps: 3%|▎ | 1/31 [00:03<01:30, 3.02s/it]
Sampling with EulerEDMSampler for 31 steps: 6%|▋ | 2/31 [00:06<01:30, 3.14s/it]
Sampling with EulerEDMSampler for 31 steps: 10%|▉ | 3/31 [00:09<01:28, 3.18s/it]
Sampling with EulerEDMSampler for 31 steps: 13%|█▎ | 4/31 [00:12<01:26, 3.20s/it]
Sampling with EulerEDMSampler for 31 steps: 16%|█▌ | 5/31 [00:15<01:23, 3.21s/it]
Sampling with EulerEDMSampler for 31 steps: 19%|█▉ | 6/31 [00:19<01:20, 3.22s/it]
Sampling with EulerEDMSampler for 31 steps: 23%|██▎ | 7/31 [00:22<01:17, 3.22s/it]
Sampling with EulerEDMSampler for 31 steps: 26%|██▌ | 8/31 [00:25<01:14, 3.22s/it]
Sampling with EulerEDMSampler for 31 steps: 29%|██▉ | 9/31 [00:28<01:10, 3.23s/it]
Sampling with EulerEDMSampler for 31 steps: 32%|███▏ | 10/31 [00:32<01:07, 3.23s/it]
Sampling with EulerEDMSampler for 31 steps: 35%|███▌ | 11/31 [00:35<01:04, 3.23s/it]
Sampling with EulerEDMSampler for 31 steps: 39%|███▊ | 12/31 [00:38<01:01, 3.23s/it]
Sampling with EulerEDMSampler for 31 steps: 42%|████▏ | 13/31 [00:41<00:58, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 45%|████▌ | 14/31 [00:45<00:55, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 48%|████▊ | 15/31 [00:48<00:51, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 52%|█████▏ | 16/31 [00:51<00:48, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 55%|█████▍ | 17/31 [00:54<00:45, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 58%|█████▊ | 18/31 [00:57<00:42, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 61%|██████▏ | 19/31 [01:01<00:38, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 65%|██████▍ | 20/31 [01:04<00:35, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 68%|██████▊ | 21/31 [01:07<00:32, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 71%|███████ | 22/31 [01:10<00:29, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 74%|███████▍ | 23/31 [01:14<00:25, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 77%|███████▋ | 24/31 [01:17<00:22, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 81%|████████ | 25/31 [01:20<00:19, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 84%|████████▍ | 26/31 [01:23<00:16, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 87%|████████▋ | 27/31 [01:27<00:12, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 90%|█████████ | 28/31 [01:30<00:09, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 94%|█████████▎| 29/31 [01:33<00:06, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 97%|█████████▋| 30/31 [01:36<00:03, 3.24s/it]
Sampling with EulerEDMSampler for 31 steps: 97%|█████████▋| 30/31 [01:36<00:03, 3.23s/it]
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Input #0, image2, from 'output//frame_%06d.png':
Duration: 00:00:01.00, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgb24(pc), 1024x576, 25 fps, 25 tbr, 25 tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x55a9ac0e6940] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x55a9ac0e6940] profile High, level 3.1, 4:2:0, 8-bit
[libx264 @ 0x55a9ac0e6940] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - 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=15 lookahead_threads=2 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=7 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'output/000125.mp4':
Metadata:
encoder : Lavf58.76.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1024x576, q=2-31, 7 fps, 14336 tbn
Metadata:
encoder : Lavc58.134.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
frame= 25 fps=0.0 q=-1.0 Lsize= 565kB time=00:00:03.14 bitrate=1472.5kbits/s speed= 10x
video:564kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.200927%
[libx264 @ 0x55a9ac0e6940] frame I:1 Avg QP:20.78 size: 94419
[libx264 @ 0x55a9ac0e6940] frame P:6 Avg QP:21.98 size: 41750
[libx264 @ 0x55a9ac0e6940] frame B:18 Avg QP:24.84 size: 12873
[libx264 @ 0x55a9ac0e6940] consecutive B-frames: 4.0% 0.0% 0.0% 96.0%
[libx264 @ 0x55a9ac0e6940] mb I I16..4: 4.6% 54.9% 40.5%
[libx264 @ 0x55a9ac0e6940] mb P I16..4: 2.7% 19.9% 2.8% P16..4: 24.0% 29.9% 19.5% 0.0% 0.0% skip: 1.2%
[libx264 @ 0x55a9ac0e6940] mb B I16..4: 0.7% 3.3% 0.3% B16..8: 41.1% 16.9% 4.0% direct: 8.6% skip:25.1% L0:30.4% L1:30.6% BI:38.9%
[libx264 @ 0x55a9ac0e6940] 8x8 transform intra:70.7% inter:68.5%
[libx264 @ 0x55a9ac0e6940] coded y,uvDC,uvAC intra: 72.8% 98.6% 89.1% inter: 33.8% 49.5% 21.4%
[libx264 @ 0x55a9ac0e6940] i16 v,h,dc,p: 9% 16% 5% 70%
[libx264 @ 0x55a9ac0e6940] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 19% 9% 6% 15% 7% 14% 6% 11%
[libx264 @ 0x55a9ac0e6940] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 15% 8% 9% 17% 9% 13% 6% 6%
[libx264 @ 0x55a9ac0e6940] i8c dc,h,v,p: 41% 20% 17% 21%
[libx264 @ 0x55a9ac0e6940] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x55a9ac0e6940] ref P L0: 62.3% 14.1% 15.8% 7.9%
[libx264 @ 0x55a9ac0e6940] ref B L0: 92.6% 5.7% 1.7%
[libx264 @ 0x55a9ac0e6940] ref B L1: 98.5% 1.5%
[libx264 @ 0x55a9ac0e6940] kb/s:1291.66