Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
camenduru /aniportrait-vid2vid:c8c8ffd7
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run camenduru/aniportrait-vid2vid using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"camenduru/aniportrait-vid2vid:c8c8ffd70ec5e1a1149fda35e32f81f52d9b6f21905301585d8670bafad96db2",
{
input: {
cfg: 3.5,
seed: 42,
steps: 25,
width: 512,
height: 512,
lenght: 512,
ref_image_path: "https://replicate.delivery/pbxt/Ke4ygcXlrD5mR4m1jRtTskVcwZ0ht48yiI5Mctb9ihrxvBbR/917bd7512eae29e24e2b97a389.jpg",
source_video_path: "https://replicate.delivery/pbxt/Ke3UqttnvH0VfcCC1zFlnOUGCZBaAHkpJprTEfecngcEuiXd/Aragaki_song.mp4"
}
}
);
// To access the file URL:
console.log(output[0].url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run camenduru/aniportrait-vid2vid using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"camenduru/aniportrait-vid2vid:c8c8ffd70ec5e1a1149fda35e32f81f52d9b6f21905301585d8670bafad96db2",
input={
"cfg": 3.5,
"seed": 42,
"steps": 25,
"width": 512,
"height": 512,
"lenght": 512,
"ref_image_path": "https://replicate.delivery/pbxt/Ke4ygcXlrD5mR4m1jRtTskVcwZ0ht48yiI5Mctb9ihrxvBbR/917bd7512eae29e24e2b97a389.jpg",
"source_video_path": "https://replicate.delivery/pbxt/Ke3UqttnvH0VfcCC1zFlnOUGCZBaAHkpJprTEfecngcEuiXd/Aragaki_song.mp4"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/aniportrait-vid2vid 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": "camenduru/aniportrait-vid2vid:c8c8ffd70ec5e1a1149fda35e32f81f52d9b6f21905301585d8670bafad96db2",
"input": {
"cfg": 3.5,
"seed": 42,
"steps": 25,
"width": 512,
"height": 512,
"lenght": 512,
"ref_image_path": "https://replicate.delivery/pbxt/Ke4ygcXlrD5mR4m1jRtTskVcwZ0ht48yiI5Mctb9ihrxvBbR/917bd7512eae29e24e2b97a389.jpg",
"source_video_path": "https://replicate.delivery/pbxt/Ke3UqttnvH0VfcCC1zFlnOUGCZBaAHkpJprTEfecngcEuiXd/Aragaki_song.mp4"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-03-28T00:22:57.981876Z",
"created_at": "2024-03-28T00:10:42.417978Z",
"data_removed": false,
"error": null,
"id": "3al72bjbchvh4wi7ib5csl7p5e",
"input": {
"cfg": 3.5,
"seed": 42,
"steps": 25,
"width": 512,
"height": 512,
"lenght": 512,
"ref_image_path": "https://replicate.delivery/pbxt/Ke4ygcXlrD5mR4m1jRtTskVcwZ0ht48yiI5Mctb9ihrxvBbR/917bd7512eae29e24e2b97a389.jpg",
"source_video_path": "https://replicate.delivery/pbxt/Ke3UqttnvH0VfcCC1zFlnOUGCZBaAHkpJprTEfecngcEuiXd/Aragaki_song.mp4"
},
"logs": "source video has 1202 frames, with 25 fps\n/content/AniPortrait/src/pipelines/pipeline_pose2vid_long.py:408: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.denoising_unet.in_channels\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:23<09:16, 23.17s/it]\n 8%|▊ | 2/25 [00:45<08:46, 22.88s/it]\n 12%|█▏ | 3/25 [01:08<08:20, 22.73s/it]\n 16%|█▌ | 4/25 [01:31<07:56, 22.70s/it]\n 20%|██ | 5/25 [01:53<07:34, 22.75s/it]\n 24%|██▍ | 6/25 [02:16<07:12, 22.74s/it]\n 28%|██▊ | 7/25 [02:39<06:48, 22.72s/it]\n 32%|███▏ | 8/25 [03:01<06:25, 22.70s/it]\n 36%|███▌ | 9/25 [03:24<06:03, 22.72s/it]\n 40%|████ | 10/25 [03:47<05:40, 22.73s/it]\n 44%|████▍ | 11/25 [04:10<05:18, 22.75s/it]\n 48%|████▊ | 12/25 [04:33<04:56, 22.79s/it]\n 52%|█████▏ | 13/25 [04:56<04:33, 22.83s/it]\n 56%|█████▌ | 14/25 [05:18<04:11, 22.83s/it]\n 60%|██████ | 15/25 [05:41<03:48, 22.81s/it]\n 64%|██████▍ | 16/25 [06:04<03:24, 22.77s/it]\n 68%|██████▊ | 17/25 [06:27<03:01, 22.74s/it]\n 72%|███████▏ | 18/25 [06:49<02:38, 22.71s/it]\n 76%|███████▌ | 19/25 [07:12<02:16, 22.71s/it]\n 80%|████████ | 20/25 [07:35<01:53, 22.72s/it]\n 84%|████████▍ | 21/25 [07:57<01:30, 22.73s/it]\n 88%|████████▊ | 22/25 [08:20<01:08, 22.72s/it]\n 92%|█████████▏| 23/25 [08:43<00:45, 22.71s/it]\n 96%|█████████▌| 24/25 [09:05<00:22, 22.71s/it]\n100%|██████████| 25/25 [09:28<00:00, 22.73s/it]\n100%|██████████| 25/25 [09:28<00:00, 22.75s/it]\n 0%| | 0/512 [00:00<?, ?it/s]\n 1%| | 5/512 [00:00<00:11, 45.21it/s]\n 2%|▏ | 10/512 [00:00<00:16, 31.37it/s]\n 3%|▎ | 14/512 [00:00<00:17, 28.87it/s]\n 4%|▎ | 18/512 [00:00<00:17, 27.69it/s]\n 4%|▍ | 21/512 [00:00<00:18, 27.13it/s]\n 5%|▍ | 24/512 [00:00<00:18, 26.75it/s]\n 5%|▌ | 27/512 [00:00<00:18, 26.47it/s]\n 6%|▌ | 30/512 [00:01<00:18, 26.28it/s]\n 6%|▋ | 33/512 [00:01<00:18, 26.13it/s]\n 7%|▋ | 36/512 [00:01<00:18, 26.05it/s]\n 8%|▊ | 39/512 [00:01<00:18, 25.98it/s]\n 8%|▊ | 42/512 [00:01<00:18, 25.93it/s]\n 9%|▉ | 45/512 [00:01<00:18, 25.90it/s]\n 9%|▉ | 48/512 [00:01<00:17, 25.88it/s]\n 10%|▉ | 51/512 [00:01<00:17, 25.86it/s]\n 11%|█ | 54/512 [00:02<00:17, 25.85it/s]\n 11%|█ | 57/512 [00:02<00:17, 25.84it/s]\n 12%|█▏ | 60/512 [00:02<00:17, 25.84it/s]\n 12%|█▏ | 63/512 [00:02<00:17, 25.83it/s]\n 13%|█▎ | 66/512 [00:02<00:17, 25.83it/s]\n 13%|█▎ | 69/512 [00:02<00:17, 25.84it/s]\n 14%|█▍ | 72/512 [00:02<00:17, 25.84it/s]\n 15%|█▍ | 75/512 [00:02<00:16, 25.84it/s]\n 15%|█▌ | 78/512 [00:02<00:16, 25.83it/s]\n 16%|█▌ | 81/512 [00:03<00:16, 25.83it/s]\n 16%|█▋ | 84/512 [00:03<00:16, 25.83it/s]\n 17%|█▋ | 87/512 [00:03<00:16, 25.81it/s]\n 18%|█▊ | 90/512 [00:03<00:16, 25.83it/s]\n 18%|█▊ | 93/512 [00:03<00:16, 25.83it/s]\n 19%|█▉ | 96/512 [00:03<00:16, 25.83it/s]\n 19%|█▉ | 99/512 [00:03<00:15, 25.83it/s]\n 20%|█▉ | 102/512 [00:03<00:15, 25.83it/s]\n 21%|██ | 105/512 [00:03<00:15, 25.83it/s]\n 21%|██ | 108/512 [00:04<00:15, 25.83it/s]\n 22%|██▏ | 111/512 [00:04<00:15, 25.83it/s]\n 22%|██▏ | 114/512 [00:04<00:15, 25.83it/s]\n 23%|██▎ | 117/512 [00:04<00:15, 25.83it/s]\n 23%|██▎ | 120/512 [00:04<00:15, 25.83it/s]\n 24%|██▍ | 123/512 [00:04<00:15, 25.83it/s]\n 25%|██▍ | 126/512 [00:04<00:14, 25.83it/s]\n 25%|██▌ | 129/512 [00:04<00:14, 25.84it/s]\n 26%|██▌ | 132/512 [00:05<00:14, 25.84it/s]\n 26%|██▋ | 135/512 [00:05<00:14, 25.83it/s]\n 27%|██▋ | 138/512 [00:05<00:14, 25.83it/s]\n 28%|██▊ | 141/512 [00:05<00:14, 25.83it/s]\n 28%|██▊ | 144/512 [00:05<00:14, 25.83it/s]\n 29%|██▊ | 147/512 [00:05<00:14, 25.83it/s]\n 29%|██▉ | 150/512 [00:05<00:14, 25.83it/s]\n 30%|██▉ | 153/512 [00:05<00:13, 25.83it/s]\n 30%|███ | 156/512 [00:05<00:13, 25.83it/s]\n 31%|███ | 159/512 [00:06<00:13, 25.82it/s]\n 32%|███▏ | 162/512 [00:06<00:13, 25.82it/s]\n 32%|███▏ | 165/512 [00:06<00:13, 25.82it/s]\n 33%|███▎ | 168/512 [00:06<00:13, 25.82it/s]\n 33%|███▎ | 171/512 [00:06<00:13, 25.82it/s]\n 34%|███▍ | 174/512 [00:06<00:13, 25.82it/s]\n 35%|███▍ | 177/512 [00:06<00:12, 25.82it/s]\n 35%|███▌ | 180/512 [00:06<00:12, 25.83it/s]\n 36%|███▌ | 183/512 [00:07<00:12, 25.83it/s]\n 36%|███▋ | 186/512 [00:07<00:12, 25.83it/s]\n 37%|███▋ | 189/512 [00:07<00:12, 25.83it/s]\n 38%|███▊ | 192/512 [00:07<00:12, 25.83it/s]\n 38%|███▊ | 195/512 [00:07<00:12, 25.83it/s]\n 39%|███▊ | 198/512 [00:07<00:12, 25.83it/s]\n 39%|███▉ | 201/512 [00:07<00:12, 25.82it/s]\n 40%|███▉ | 204/512 [00:07<00:11, 25.82it/s]\n 40%|████ | 207/512 [00:07<00:11, 25.81it/s]\n 41%|████ | 210/512 [00:08<00:11, 25.81it/s]\n 42%|████▏ | 213/512 [00:08<00:11, 25.81it/s]\n 42%|████▏ | 216/512 [00:08<00:11, 25.81it/s]\n 43%|████▎ | 219/512 [00:08<00:11, 25.81it/s]\n 43%|████▎ | 222/512 [00:08<00:11, 25.81it/s]\n 44%|████▍ | 225/512 [00:08<00:11, 25.81it/s]\n 45%|████▍ | 228/512 [00:08<00:11, 25.81it/s]\n 45%|████▌ | 231/512 [00:08<00:11, 25.01it/s]\n 46%|████▌ | 234/512 [00:08<00:10, 26.05it/s]\n 46%|████▋ | 237/512 [00:09<00:10, 25.97it/s]\n 47%|████▋ | 240/512 [00:09<00:10, 25.92it/s]\n 47%|████▋ | 243/512 [00:09<00:10, 25.88it/s]\n 48%|████▊ | 246/512 [00:09<00:10, 25.86it/s]\n 49%|████▊ | 249/512 [00:09<00:10, 25.84it/s]\n 49%|████▉ | 252/512 [00:09<00:10, 25.83it/s]\n 50%|████▉ | 255/512 [00:09<00:09, 25.82it/s]\n 50%|█████ | 258/512 [00:09<00:09, 25.82it/s]\n 51%|█████ | 261/512 [00:10<00:09, 25.82it/s]\n 52%|█████▏ | 264/512 [00:10<00:09, 25.80it/s]\n 52%|█████▏ | 267/512 [00:10<00:09, 25.81it/s]\n 53%|█████▎ | 270/512 [00:10<00:09, 25.80it/s]\n 53%|█████▎ | 273/512 [00:10<00:09, 25.80it/s]\n 54%|█████▍ | 276/512 [00:10<00:09, 25.80it/s]\n 54%|█████▍ | 279/512 [00:10<00:09, 25.80it/s]\n 55%|█████▌ | 282/512 [00:10<00:08, 25.80it/s]\n 56%|█████▌ | 285/512 [00:10<00:08, 25.80it/s]\n 56%|█████▋ | 288/512 [00:11<00:08, 25.80it/s]\n 57%|█████▋ | 291/512 [00:11<00:08, 25.80it/s]\n 57%|█████▋ | 294/512 [00:11<00:08, 25.80it/s]\n 58%|█████▊ | 297/512 [00:11<00:08, 25.80it/s]\n 59%|█████▊ | 300/512 [00:11<00:08, 25.80it/s]\n 59%|█████▉ | 303/512 [00:11<00:08, 25.80it/s]\n 60%|█████▉ | 306/512 [00:11<00:07, 25.79it/s]\n 60%|██████ | 309/512 [00:11<00:07, 25.80it/s]\n 61%|██████ | 312/512 [00:12<00:07, 25.80it/s]\n 62%|██████▏ | 315/512 [00:12<00:07, 25.80it/s]\n 62%|██████▏ | 318/512 [00:12<00:07, 25.80it/s]\n 63%|██████▎ | 321/512 [00:12<00:07, 25.80it/s]\n 63%|██████▎ | 324/512 [00:12<00:07, 25.80it/s]\n 64%|██████▍ | 327/512 [00:12<00:07, 25.79it/s]\n 64%|██████▍ | 330/512 [00:12<00:07, 25.80it/s]\n 65%|██████▌ | 333/512 [00:12<00:06, 25.80it/s]\n 66%|██████▌ | 336/512 [00:12<00:06, 25.80it/s]\n 66%|██████▌ | 339/512 [00:13<00:06, 25.80it/s]\n 67%|██████▋ | 342/512 [00:13<00:06, 25.80it/s]\n 67%|██████▋ | 345/512 [00:13<00:06, 25.79it/s]\n 68%|██████▊ | 348/512 [00:13<00:06, 25.81it/s]\n 69%|██████▊ | 351/512 [00:13<00:06, 25.81it/s]\n 69%|██████▉ | 354/512 [00:13<00:06, 25.81it/s]\n 70%|██████▉ | 357/512 [00:13<00:06, 25.80it/s]\n 70%|███████ | 360/512 [00:13<00:05, 25.80it/s]\n 71%|███████ | 363/512 [00:13<00:06, 24.83it/s]\n 71%|███████▏ | 366/512 [00:14<00:05, 26.10it/s]\n 72%|███████▏ | 369/512 [00:14<00:05, 26.01it/s]\n 73%|███████▎ | 372/512 [00:14<00:05, 25.95it/s]\n 73%|███████▎ | 375/512 [00:14<00:05, 25.90it/s]\n 74%|███████▍ | 378/512 [00:14<00:05, 25.88it/s]\n 74%|███████▍ | 381/512 [00:14<00:05, 25.85it/s]\n 75%|███████▌ | 384/512 [00:14<00:04, 25.84it/s]\n 76%|███████▌ | 387/512 [00:14<00:04, 25.83it/s]\n 76%|███████▌ | 390/512 [00:15<00:04, 25.82it/s]\n 77%|███████▋ | 393/512 [00:15<00:04, 25.81it/s]\n 77%|███████▋ | 396/512 [00:15<00:04, 25.81it/s]\n 78%|███████▊ | 399/512 [00:15<00:04, 25.81it/s]\n 79%|███████▊ | 402/512 [00:15<00:04, 25.81it/s]\n 79%|███████▉ | 405/512 [00:15<00:04, 25.81it/s]\n 80%|███████▉ | 408/512 [00:15<00:04, 25.81it/s]\n 80%|████████ | 411/512 [00:15<00:03, 25.78it/s]\n 81%|████████ | 414/512 [00:15<00:03, 25.80it/s]\n 81%|████████▏ | 417/512 [00:16<00:03, 25.81it/s]\n 82%|████████▏ | 420/512 [00:16<00:03, 25.81it/s]\n 83%|████████▎ | 423/512 [00:16<00:03, 25.80it/s]\n 83%|████████▎ | 426/512 [00:16<00:03, 25.80it/s]\n 84%|████████▍ | 429/512 [00:16<00:03, 25.80it/s]\n 84%|████████▍ | 432/512 [00:16<00:03, 25.80it/s]\n 85%|████████▍ | 435/512 [00:16<00:02, 25.80it/s]\n 86%|████████▌ | 438/512 [00:16<00:02, 25.80it/s]\n 86%|████████▌ | 441/512 [00:17<00:02, 25.80it/s]\n 87%|████████▋ | 444/512 [00:17<00:02, 25.80it/s]\n 87%|████████▋ | 447/512 [00:17<00:02, 25.80it/s]\n 88%|████████▊ | 450/512 [00:17<00:02, 25.80it/s]\n 88%|████████▊ | 453/512 [00:17<00:02, 25.79it/s]\n 89%|████████▉ | 456/512 [00:17<00:02, 25.79it/s]\n 90%|████████▉ | 459/512 [00:17<00:02, 25.79it/s]\n 90%|█████████ | 462/512 [00:17<00:01, 25.79it/s]\n 91%|█████████ | 465/512 [00:17<00:01, 25.79it/s]\n 91%|█████████▏| 468/512 [00:18<00:01, 25.80it/s]\n 92%|█████████▏| 471/512 [00:18<00:01, 25.80it/s]\n 93%|█████████▎| 474/512 [00:18<00:01, 25.80it/s]\n 93%|█████████▎| 477/512 [00:18<00:01, 25.80it/s]\n 94%|█████████▍| 480/512 [00:18<00:01, 25.80it/s]\n 94%|█████████▍| 483/512 [00:18<00:01, 25.80it/s]\n 95%|█████████▍| 486/512 [00:18<00:01, 25.79it/s]\n 96%|█████████▌| 489/512 [00:18<00:00, 25.80it/s]\n 96%|█████████▌| 492/512 [00:18<00:00, 25.80it/s]\n 97%|█████████▋| 495/512 [00:19<00:00, 25.75it/s]\n 97%|█████████▋| 498/512 [00:19<00:00, 25.81it/s]\n 98%|█████████▊| 501/512 [00:19<00:00, 25.81it/s]\n 98%|█████████▊| 504/512 [00:19<00:00, 25.81it/s]\n 99%|█████████▉| 507/512 [00:19<00:00, 25.81it/s]\n100%|█████████▉| 510/512 [00:19<00:00, 25.81it/s]\n100%|██████████| 512/512 [00:19<00:00, 25.92it/s]\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/noaudio.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf60.16.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 1056 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1053 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nInput #1, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmp4thxrfywAragaki_song.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.20.100\nDuration: 00:00:48.11, start: 0.000000, bitrate: 793 kb/s\nStream #1:0[0x1](eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(progressive), 256x256, 470 kb/s, SAR 1:1 DAR 1:1, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : ?Mainconcept Video Media Handler\nvendor_id : [0][0][0][0]\nStream #1:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 318 kb/s (default)\nMetadata:\nhandler_name : #Mainconcept MP4 Sound Media Handler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #1:1 (aac) -> atrim:default (graph 0)\nStream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))\natrim:default (graph 0) -> Stream #0:1 (aac)\nPress [q] to stop, [?] for help\n[libx264 @ 0x59a1bf9d0d00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x59a1bf9d0d00] profile High, level 3.1, 4:2:0, 8-bit\n[libx264 @ 0x59a1bf9d0d00] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 1544x516, q=2-31, 25 fps, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nStream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s\nMetadata:\nencoder : Lavc59.37.100 aac\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 119 fps=0.0 q=28.0 size= 256kB time=00:00:02.26 bitrate= 927.6kbits/s speed=4.08x\nframe= 219 fps=208 q=28.0 size= 768kB time=00:00:06.27 bitrate=1003.2kbits/s speed=5.94x\nframe= 321 fps=206 q=28.0 size= 1280kB time=00:00:10.34 bitrate=1013.5kbits/s speed=6.65x\nframe= 415 fps=202 q=28.0 size= 1792kB time=00:00:14.10 bitrate=1041.1kbits/s speed=6.86x\nframe= 511 fps=200 q=28.0 size= 2560kB time=00:00:17.94 bitrate=1168.9kbits/s speed=7.02x\nframe= 512 fps=181 q=-1.0 Lsize= 3035kB time=00:00:20.48 bitrate=1214.1kbits/s speed=7.24x\nvideo:2693kB audio:326kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.550677%\n[libx264 @ 0x59a1bf9d0d00] frame I:3 Avg QP:18.79 size: 51300\n[libx264 @ 0x59a1bf9d0d00] frame P:129 Avg QP:22.30 size: 10624\n[libx264 @ 0x59a1bf9d0d00] frame B:380 Avg QP:25.61 size: 3244\n[libx264 @ 0x59a1bf9d0d00] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%\n[libx264 @ 0x59a1bf9d0d00] mb I I16..4: 15.7% 70.4% 13.9%\n[libx264 @ 0x59a1bf9d0d00] mb P I16..4: 1.6% 2.9% 0.2% P16..4: 37.3% 12.3% 4.3% 0.0% 0.0% skip:41.4%\n[libx264 @ 0x59a1bf9d0d00] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 31.0% 3.0% 0.5% direct: 0.5% skip:64.8% L0:46.4% L1:50.7% BI: 2.9%\n[libx264 @ 0x59a1bf9d0d00] 8x8 transform intra:63.7% inter:84.1%\n[libx264 @ 0x59a1bf9d0d00] coded y,uvDC,uvAC intra: 44.6% 61.1% 16.4% inter: 8.3% 9.3% 0.0%\n[libx264 @ 0x59a1bf9d0d00] i16 v,h,dc,p: 41% 30% 9% 20%\n[libx264 @ 0x59a1bf9d0d00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 13% 22% 3% 5% 7% 4% 9% 4%\n[libx264 @ 0x59a1bf9d0d00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 33% 23% 8% 4% 7% 7% 7% 8% 4%\n[libx264 @ 0x59a1bf9d0d00] i8c dc,h,v,p: 47% 18% 27% 7%\n[libx264 @ 0x59a1bf9d0d00] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x59a1bf9d0d00] ref P L0: 54.5% 12.6% 23.3% 9.6%\n[libx264 @ 0x59a1bf9d0d00] ref B L0: 83.6% 13.1% 3.4%\n[libx264 @ 0x59a1bf9d0d00] ref B L1: 94.0% 6.0%\n[libx264 @ 0x59a1bf9d0d00] kb/s:1076.99\n[aac @ 0x59a1bf9e1000] Qavg: 838.797\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\nStream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:0 (h264) -> crop:default\ncrop:default -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x57e7d405d280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x57e7d405d280] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x57e7d405d280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part1.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 502 fps=0.0 q=28.0 size= 0kB time=00:00:17.56 bitrate= 0.0kbits/s speed=32.1x\nframe= 512 fps=0.0 q=-1.0 Lsize= 130kB time=00:00:20.36 bitrate= 52.3kbits/s speed= 35x\nvideo:123kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.540757%\n[libx264 @ 0x57e7d405d280] frame I:3 Avg QP:15.42 size: 25437\n[libx264 @ 0x57e7d405d280] frame P:129 Avg QP:17.89 size: 215\n[libx264 @ 0x57e7d405d280] frame B:380 Avg QP:26.93 size: 56\n[libx264 @ 0x57e7d405d280] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%\n[libx264 @ 0x57e7d405d280] mb I I16..4: 14.8% 66.9% 18.3%\n[libx264 @ 0x57e7d405d280] mb P I16..4: 0.1% 0.2% 0.0% P16..4: 3.7% 0.5% 0.3% 0.0% 0.0% skip:95.2%\n[libx264 @ 0x57e7d405d280] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 1.9% 0.1% 0.0% direct: 0.0% skip:98.0% L0:45.7% L1:53.7% BI: 0.6%\n[libx264 @ 0x57e7d405d280] 8x8 transform intra:64.9% inter:87.9%\n[libx264 @ 0x57e7d405d280] coded y,uvDC,uvAC intra: 70.7% 74.7% 43.2% inter: 0.2% 0.7% 0.0%\n[libx264 @ 0x57e7d405d280] i16 v,h,dc,p: 37% 39% 9% 15%\n[libx264 @ 0x57e7d405d280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 21% 16% 4% 5% 6% 6% 10% 7%\n[libx264 @ 0x57e7d405d280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 23% 7% 5% 7% 6% 7% 9% 4%\n[libx264 @ 0x57e7d405d280] i8c dc,h,v,p: 43% 21% 27% 8%\n[libx264 @ 0x57e7d405d280] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x57e7d405d280] ref P L0: 58.0% 5.7% 19.1% 17.3%\n[libx264 @ 0x57e7d405d280] ref B L0: 47.0% 51.1% 1.9%\n[libx264 @ 0x57e7d405d280] ref B L1: 95.5% 4.5%\n[libx264 @ 0x57e7d405d280] kb/s:49.00\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\nStream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:0 (h264) -> crop:default\ncrop:default -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x5946ff7c4280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x5946ff7c4280] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x5946ff7c4280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part2.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 192 fps=0.0 q=28.0 size= 256kB time=00:00:05.16 bitrate= 406.5kbits/s speed=9.63x\nframe= 374 fps=360 q=28.0 size= 768kB time=00:00:12.44 bitrate= 505.8kbits/s speed= 12x\nframe= 512 fps=329 q=-1.0 Lsize= 1630kB time=00:00:20.36 bitrate= 655.8kbits/s speed=13.1x\nvideo:1623kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.421453%\n[libx264 @ 0x5946ff7c4280] frame I:3 Avg QP:20.48 size: 15833\n[libx264 @ 0x5946ff7c4280] frame P:129 Avg QP:22.98 size: 6485\n[libx264 @ 0x5946ff7c4280] frame B:380 Avg QP:26.39 size: 2046\n[libx264 @ 0x5946ff7c4280] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%\n[libx264 @ 0x5946ff7c4280] mb I I16..4: 17.7% 67.9% 14.5%\n[libx264 @ 0x5946ff7c4280] mb P I16..4: 2.9% 4.6% 0.4% P16..4: 52.9% 20.4% 7.3% 0.0% 0.0% skip:11.4%\n[libx264 @ 0x5946ff7c4280] mb B I16..4: 0.2% 0.3% 0.0% B16..8: 50.3% 6.0% 0.9% direct: 1.2% skip:41.0% L0:47.6% L1:48.5% BI: 3.9%\n[libx264 @ 0x5946ff7c4280] 8x8 transform intra:59.4% inter:80.5%\n[libx264 @ 0x5946ff7c4280] coded y,uvDC,uvAC intra: 36.4% 49.0% 10.7% inter: 16.3% 13.3% 0.1%\n[libx264 @ 0x5946ff7c4280] i16 v,h,dc,p: 40% 35% 11% 14%\n[libx264 @ 0x5946ff7c4280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 15% 30% 3% 3% 5% 3% 9% 3%\n[libx264 @ 0x5946ff7c4280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 25% 10% 5% 6% 7% 7% 8% 4%\n[libx264 @ 0x5946ff7c4280] i8c dc,h,v,p: 50% 21% 24% 4%\n[libx264 @ 0x5946ff7c4280] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x5946ff7c4280] ref P L0: 49.4% 14.4% 25.6% 10.6%\n[libx264 @ 0x5946ff7c4280] ref B L0: 82.1% 14.3% 3.6%\n[libx264 @ 0x5946ff7c4280] ref B L1: 93.1% 6.9%\n[libx264 @ 0x5946ff7c4280] kb/s:648.99\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\nStream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:0 (h264) -> crop:default\ncrop:default -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x575c52fa2280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x575c52fa2280] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x575c52fa2280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part3.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 230 fps=0.0 q=28.0 size= 256kB time=00:00:06.68 bitrate= 314.0kbits/s speed=12.5x\nframe= 446 fps=431 q=28.0 size= 512kB time=00:00:15.32 bitrate= 273.8kbits/s speed=14.8x\nframe= 512 fps=391 q=-1.0 Lsize= 859kB time=00:00:20.36 bitrate= 345.7kbits/s speed=15.5x\nvideo:852kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.800721%\n[libx264 @ 0x575c52fa2280] frame I:3 Avg QP:20.25 size: 11686\n[libx264 @ 0x575c52fa2280] frame P:142 Avg QP:22.28 size: 3861\n[libx264 @ 0x575c52fa2280] frame B:367 Avg QP:26.03 size: 787\n[libx264 @ 0x575c52fa2280] consecutive B-frames: 1.0% 10.2% 0.6% 88.3%\n[libx264 @ 0x575c52fa2280] mb I I16..4: 17.9% 65.4% 16.7%\n[libx264 @ 0x575c52fa2280] mb P I16..4: 2.6% 3.9% 0.4% P16..4: 54.7% 14.6% 4.5% 0.0% 0.0% skip:19.3%\n[libx264 @ 0x575c52fa2280] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 36.0% 1.6% 0.1% direct: 0.4% skip:61.6% L0:43.3% L1:54.0% BI: 2.7%\n[libx264 @ 0x575c52fa2280] 8x8 transform intra:58.5% inter:85.2%\n[libx264 @ 0x575c52fa2280] coded y,uvDC,uvAC intra: 41.4% 75.7% 31.6% inter: 7.1% 14.9% 0.1%\n[libx264 @ 0x575c52fa2280] i16 v,h,dc,p: 48% 21% 8% 22%\n[libx264 @ 0x575c52fa2280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 13% 20% 3% 4% 7% 4% 8% 3%\n[libx264 @ 0x575c52fa2280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 24% 8% 3% 8% 8% 6% 4% 2%\n[libx264 @ 0x575c52fa2280] i8c dc,h,v,p: 43% 18% 30% 9%\n[libx264 @ 0x575c52fa2280] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x575c52fa2280] ref P L0: 63.7% 10.2% 19.9% 6.2%\n[libx264 @ 0x575c52fa2280] ref B L0: 89.7% 8.1% 2.2%\n[libx264 @ 0x575c52fa2280] ref B L1: 97.1% 2.9%\n[libx264 @ 0x575c52fa2280] kb/s:340.68\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\nStream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nOutput #0, adts, to 'audio_from_video.aac':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nStream mapping:\nStream #0:1 -> #0:0 (copy)\nPress [q] to stop, [?] for help\nsize= 0kB time=00:00:00.00 bitrate=N/A speed=N/A\nsize= 332kB time=00:00:20.48 bitrate= 132.8kbits/s speed=5.62e+03x\nvideo:0kB audio:326kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.018193%\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part1.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 52 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 49 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\n[aac @ 0x55611f3cd800] Estimating duration from bitrate, this may be inaccurate\nInput #1, aac, from 'audio_from_video.aac':\nDuration: 00:00:19.13, bitrate: 142 kb/s\nStream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s\nStream mapping:\nStream #0:0 (h264) -> concat\nStream #1:0 (aac) -> concat\nconcat -> Stream #0:0 (aac)\nconcat -> Stream #0:1 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x55611f3f7300] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x55611f3f7300] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x55611f3f7300] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part1_a.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s\nMetadata:\nencoder : Lavc59.37.100 aac\nStream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 299 fps=0.0 q=28.0 size= 0kB time=00:00:11.86 bitrate= 0.0kbits/s speed= 23x\nframe= 512 fps=0.0 q=-1.0 Lsize= 464kB time=00:00:20.50 bitrate= 185.2kbits/s speed=24.4x\nvideo:122kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 3.722900%\n[aac @ 0x55611f3e9840] Qavg: 838.445\n[libx264 @ 0x55611f3f7300] frame I:3 Avg QP:15.40 size: 25336\n[libx264 @ 0x55611f3f7300] frame P:129 Avg QP:17.70 size: 207\n[libx264 @ 0x55611f3f7300] frame B:380 Avg QP:26.22 size: 55\n[libx264 @ 0x55611f3f7300] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%\n[libx264 @ 0x55611f3f7300] mb I I16..4: 14.7% 66.8% 18.5%\n[libx264 @ 0x55611f3f7300] mb P I16..4: 0.2% 0.2% 0.0% P16..4: 3.5% 0.4% 0.3% 0.0% 0.0% skip:95.4%\n[libx264 @ 0x55611f3f7300] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 1.7% 0.1% 0.0% direct: 0.0% skip:98.2% L0:53.7% L1:45.4% BI: 0.9%\n[libx264 @ 0x55611f3f7300] 8x8 transform intra:64.3% inter:88.4%\n[libx264 @ 0x55611f3f7300] coded y,uvDC,uvAC intra: 67.5% 73.9% 40.7% inter: 0.1% 0.7% 0.0%\n[libx264 @ 0x55611f3f7300] i16 v,h,dc,p: 37% 38% 11% 14%\n[libx264 @ 0x55611f3f7300] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 22% 17% 4% 4% 5% 6% 10% 6%\n[libx264 @ 0x55611f3f7300] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 33% 24% 7% 5% 7% 6% 7% 9% 4%\n[libx264 @ 0x55611f3f7300] i8c dc,h,v,p: 44% 22% 27% 7%\n[libx264 @ 0x55611f3f7300] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x55611f3f7300] ref P L0: 56.8% 5.4% 18.9% 19.0%\n[libx264 @ 0x55611f3f7300] ref B L0: 39.5% 58.6% 1.9%\n[libx264 @ 0x55611f3f7300] ref B L1: 95.3% 4.7%\n[libx264 @ 0x55611f3f7300] kb/s:48.33\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part2.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 651 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 649 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\n[aac @ 0x55d31b5ed080] Estimating duration from bitrate, this may be inaccurate\nInput #1, aac, from 'audio_from_video.aac':\nDuration: 00:00:19.13, bitrate: 142 kb/s\nStream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s\nStream mapping:\nStream #0:0 (h264) -> concat\nStream #1:0 (aac) -> concat\nconcat -> Stream #0:0 (aac)\nconcat -> Stream #0:1 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x55d31b609b80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x55d31b609b80] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x55d31b609b80] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part2_a.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s\nMetadata:\nencoder : Lavc59.37.100 aac\nStream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 190 fps=0.0 q=28.0 size= 256kB time=00:00:07.53 bitrate= 278.5kbits/s speed=14.6x\nframe= 388 fps=382 q=28.0 size= 1024kB time=00:00:15.44 bitrate= 543.1kbits/s speed=15.2x\nframe= 512 fps=352 q=-1.0 Lsize= 1791kB time=00:00:20.50 bitrate= 715.7kbits/s speed=14.1x\nvideo:1449kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.937705%\n[aac @ 0x55d31b5fd840] Qavg: 838.445\n[libx264 @ 0x55d31b609b80] frame I:3 Avg QP:20.12 size: 15521\n[libx264 @ 0x55d31b609b80] frame P:129 Avg QP:22.46 size: 5964\n[libx264 @ 0x55d31b609b80] frame B:380 Avg QP:26.21 size: 1756\n[libx264 @ 0x55d31b609b80] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%\n[libx264 @ 0x55d31b609b80] mb I I16..4: 18.0% 69.6% 12.4%\n[libx264 @ 0x55d31b609b80] mb P I16..4: 3.0% 5.5% 0.4% P16..4: 53.7% 19.4% 6.5% 0.0% 0.0% skip:11.5%\n[libx264 @ 0x55d31b609b80] mb B I16..4: 0.3% 0.4% 0.0% B16..8: 48.7% 5.3% 0.7% direct: 0.9% skip:43.8% L0:47.5% L1:48.8% BI: 3.7%\n[libx264 @ 0x55d31b609b80] 8x8 transform intra:63.1% inter:83.8%\n[libx264 @ 0x55d31b609b80] coded y,uvDC,uvAC intra: 33.2% 49.8% 9.4% inter: 13.4% 12.9% 0.0%\n[libx264 @ 0x55d31b609b80] i16 v,h,dc,p: 36% 36% 13% 14%\n[libx264 @ 0x55d31b609b80] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 16% 30% 2% 3% 4% 3% 7% 3%\n[libx264 @ 0x55d31b609b80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 26% 10% 4% 6% 6% 7% 8% 4%\n[libx264 @ 0x55d31b609b80] i8c dc,h,v,p: 50% 22% 24% 3%\n[libx264 @ 0x55d31b609b80] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x55d31b609b80] ref P L0: 50.5% 14.4% 25.0% 10.1%\n[libx264 @ 0x55d31b609b80] ref B L0: 82.5% 14.0% 3.5%\n[libx264 @ 0x55d31b609b80] ref B L1: 93.5% 6.5%\n[libx264 @ 0x55d31b609b80] kb/s:579.32\nffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers\nbuilt with gcc 12 (Debian 12.2.0-14)\nconfiguration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared\nlibavutil 57. 28.100 / 57. 28.100\nlibavcodec 59. 37.100 / 59. 37.100\nlibavformat 59. 27.100 / 59. 27.100\nlibavdevice 59. 7.100 / 59. 7.100\nlibavfilter 8. 44.100 / 8. 44.100\nlibswscale 6. 7.100 / 6. 7.100\nlibswresample 4. 7.100 / 4. 7.100\nlibpostproc 56. 6.100 / 56. 6.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part3.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nDuration: 00:00:20.48, start: 0.000000, bitrate: 343 kb/s\nStream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 340 kb/s, 25 fps, 25 tbr, 12800 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc59.37.100 libx264\n[aac @ 0x56e68f646080] Estimating duration from bitrate, this may be inaccurate\nInput #1, aac, from 'audio_from_video.aac':\nDuration: 00:00:19.13, bitrate: 142 kb/s\nStream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s\nStream mapping:\nStream #0:0 (h264) -> concat\nStream #1:0 (aac) -> concat\nconcat -> Stream #0:0 (aac)\nconcat -> Stream #0:1 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x56e68f656840] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x56e68f656840] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x56e68f656840] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part3_a.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf59.27.100\nStream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s\nMetadata:\nencoder : Lavc59.37.100 aac\nStream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn\nMetadata:\nencoder : Lavc59.37.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= 215 fps=0.0 q=28.0 size= 256kB time=00:00:08.55 bitrate= 245.2kbits/s speed=16.6x\nframe= 466 fps=456 q=28.0 size= 768kB time=00:00:18.53 bitrate= 339.4kbits/s speed=18.1x\nframe= 512 fps=413 q=-1.0 Lsize= 1174kB time=00:00:20.50 bitrate= 469.3kbits/s speed=16.5x\nvideo:832kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.437059%\n[aac @ 0x56e68f659a80] Qavg: 838.445\n[libx264 @ 0x56e68f656840] frame I:3 Avg QP:20.16 size: 11345\n[libx264 @ 0x56e68f656840] frame P:168 Avg QP:21.99 size: 3461\n[libx264 @ 0x56e68f656840] frame B:341 Avg QP:25.67 size: 693\n[libx264 @ 0x56e68f656840] consecutive B-frames: 1.0% 30.5% 0.6% 68.0%\n[libx264 @ 0x56e68f656840] mb I I16..4: 18.0% 67.9% 14.1%\n[libx264 @ 0x56e68f656840] mb P I16..4: 2.4% 3.8% 0.3% P16..4: 55.7% 12.8% 3.7% 0.0% 0.0% skip:21.3%\n[libx264 @ 0x56e68f656840] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 33.8% 1.3% 0.1% direct: 0.4% skip:64.3% L0:42.6% L1:54.8% BI: 2.6%\n[libx264 @ 0x56e68f656840] 8x8 transform intra:60.0% inter:88.3%\n[libx264 @ 0x56e68f656840] coded y,uvDC,uvAC intra: 39.1% 77.3% 27.8% inter: 6.5% 15.5% 0.1%\n[libx264 @ 0x56e68f656840] i16 v,h,dc,p: 49% 23% 9% 20%\n[libx264 @ 0x56e68f656840] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 14% 20% 3% 4% 7% 3% 7% 3%\n[libx264 @ 0x56e68f656840] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 37% 25% 7% 3% 9% 8% 6% 4% 2%\n[libx264 @ 0x56e68f656840] i8c dc,h,v,p: 43% 18% 31% 8%\n[libx264 @ 0x56e68f656840] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x56e68f656840] ref P L0: 64.8% 10.0% 18.8% 6.4%\n[libx264 @ 0x56e68f656840] ref B L0: 89.7% 8.5% 1.8%\n[libx264 @ 0x56e68f656840] ref B L1: 97.6% 2.4%\n[libx264 @ 0x56e68f656840] kb/s:332.69",
"metrics": {
"predict_time": 635.860677,
"total_time": 735.563898
},
"output": [
"https://replicate.delivery/pbxt/HeLL8wGnlw0VWK1BYaphHx2eOZ2q2mNXgoS5OW3Q55hhpmkSA/output.mp4",
"https://replicate.delivery/pbxt/zDPLsmSbkLa9JdyiGD4cCUQz27KVFqhYqsZHiD2bOgTYqJpE/output_part1_a.mp4",
"https://replicate.delivery/pbxt/yu2CSGuKpoYOMZYHKAuc2PClaeIzwVxuTjfMI2cVuDmhpmkSA/output_part2_a.mp4",
"https://replicate.delivery/pbxt/Re4Z3Be4ZFnvfJGlpf6ESucfvLfCvaX9hTYGazQuQNexwUTSJA/output_part3_a.mp4"
],
"started_at": "2024-03-28T00:12:22.121199Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/3al72bjbchvh4wi7ib5csl7p5e",
"cancel": "https://api.replicate.com/v1/predictions/3al72bjbchvh4wi7ib5csl7p5e/cancel"
},
"version": "c8c8ffd70ec5e1a1149fda35e32f81f52d9b6f21905301585d8670bafad96db2"
}
source video has 1202 frames, with 25 fps
/content/AniPortrait/src/pipelines/pipeline_pose2vid_long.py:408: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.
num_channels_latents = self.denoising_unet.in_channels
0%| | 0/25 [00:00<?, ?it/s]
4%|▍ | 1/25 [00:23<09:16, 23.17s/it]
8%|▊ | 2/25 [00:45<08:46, 22.88s/it]
12%|█▏ | 3/25 [01:08<08:20, 22.73s/it]
16%|█▌ | 4/25 [01:31<07:56, 22.70s/it]
20%|██ | 5/25 [01:53<07:34, 22.75s/it]
24%|██▍ | 6/25 [02:16<07:12, 22.74s/it]
28%|██▊ | 7/25 [02:39<06:48, 22.72s/it]
32%|███▏ | 8/25 [03:01<06:25, 22.70s/it]
36%|███▌ | 9/25 [03:24<06:03, 22.72s/it]
40%|████ | 10/25 [03:47<05:40, 22.73s/it]
44%|████▍ | 11/25 [04:10<05:18, 22.75s/it]
48%|████▊ | 12/25 [04:33<04:56, 22.79s/it]
52%|█████▏ | 13/25 [04:56<04:33, 22.83s/it]
56%|█████▌ | 14/25 [05:18<04:11, 22.83s/it]
60%|██████ | 15/25 [05:41<03:48, 22.81s/it]
64%|██████▍ | 16/25 [06:04<03:24, 22.77s/it]
68%|██████▊ | 17/25 [06:27<03:01, 22.74s/it]
72%|███████▏ | 18/25 [06:49<02:38, 22.71s/it]
76%|███████▌ | 19/25 [07:12<02:16, 22.71s/it]
80%|████████ | 20/25 [07:35<01:53, 22.72s/it]
84%|████████▍ | 21/25 [07:57<01:30, 22.73s/it]
88%|████████▊ | 22/25 [08:20<01:08, 22.72s/it]
92%|█████████▏| 23/25 [08:43<00:45, 22.71s/it]
96%|█████████▌| 24/25 [09:05<00:22, 22.71s/it]
100%|██████████| 25/25 [09:28<00:00, 22.73s/it]
100%|██████████| 25/25 [09:28<00:00, 22.75s/it]
0%| | 0/512 [00:00<?, ?it/s]
1%| | 5/512 [00:00<00:11, 45.21it/s]
2%|▏ | 10/512 [00:00<00:16, 31.37it/s]
3%|▎ | 14/512 [00:00<00:17, 28.87it/s]
4%|▎ | 18/512 [00:00<00:17, 27.69it/s]
4%|▍ | 21/512 [00:00<00:18, 27.13it/s]
5%|▍ | 24/512 [00:00<00:18, 26.75it/s]
5%|▌ | 27/512 [00:00<00:18, 26.47it/s]
6%|▌ | 30/512 [00:01<00:18, 26.28it/s]
6%|▋ | 33/512 [00:01<00:18, 26.13it/s]
7%|▋ | 36/512 [00:01<00:18, 26.05it/s]
8%|▊ | 39/512 [00:01<00:18, 25.98it/s]
8%|▊ | 42/512 [00:01<00:18, 25.93it/s]
9%|▉ | 45/512 [00:01<00:18, 25.90it/s]
9%|▉ | 48/512 [00:01<00:17, 25.88it/s]
10%|▉ | 51/512 [00:01<00:17, 25.86it/s]
11%|█ | 54/512 [00:02<00:17, 25.85it/s]
11%|█ | 57/512 [00:02<00:17, 25.84it/s]
12%|█▏ | 60/512 [00:02<00:17, 25.84it/s]
12%|█▏ | 63/512 [00:02<00:17, 25.83it/s]
13%|█▎ | 66/512 [00:02<00:17, 25.83it/s]
13%|█▎ | 69/512 [00:02<00:17, 25.84it/s]
14%|█▍ | 72/512 [00:02<00:17, 25.84it/s]
15%|█▍ | 75/512 [00:02<00:16, 25.84it/s]
15%|█▌ | 78/512 [00:02<00:16, 25.83it/s]
16%|█▌ | 81/512 [00:03<00:16, 25.83it/s]
16%|█▋ | 84/512 [00:03<00:16, 25.83it/s]
17%|█▋ | 87/512 [00:03<00:16, 25.81it/s]
18%|█▊ | 90/512 [00:03<00:16, 25.83it/s]
18%|█▊ | 93/512 [00:03<00:16, 25.83it/s]
19%|█▉ | 96/512 [00:03<00:16, 25.83it/s]
19%|█▉ | 99/512 [00:03<00:15, 25.83it/s]
20%|█▉ | 102/512 [00:03<00:15, 25.83it/s]
21%|██ | 105/512 [00:03<00:15, 25.83it/s]
21%|██ | 108/512 [00:04<00:15, 25.83it/s]
22%|██▏ | 111/512 [00:04<00:15, 25.83it/s]
22%|██▏ | 114/512 [00:04<00:15, 25.83it/s]
23%|██▎ | 117/512 [00:04<00:15, 25.83it/s]
23%|██▎ | 120/512 [00:04<00:15, 25.83it/s]
24%|██▍ | 123/512 [00:04<00:15, 25.83it/s]
25%|██▍ | 126/512 [00:04<00:14, 25.83it/s]
25%|██▌ | 129/512 [00:04<00:14, 25.84it/s]
26%|██▌ | 132/512 [00:05<00:14, 25.84it/s]
26%|██▋ | 135/512 [00:05<00:14, 25.83it/s]
27%|██▋ | 138/512 [00:05<00:14, 25.83it/s]
28%|██▊ | 141/512 [00:05<00:14, 25.83it/s]
28%|██▊ | 144/512 [00:05<00:14, 25.83it/s]
29%|██▊ | 147/512 [00:05<00:14, 25.83it/s]
29%|██▉ | 150/512 [00:05<00:14, 25.83it/s]
30%|██▉ | 153/512 [00:05<00:13, 25.83it/s]
30%|███ | 156/512 [00:05<00:13, 25.83it/s]
31%|███ | 159/512 [00:06<00:13, 25.82it/s]
32%|███▏ | 162/512 [00:06<00:13, 25.82it/s]
32%|███▏ | 165/512 [00:06<00:13, 25.82it/s]
33%|███▎ | 168/512 [00:06<00:13, 25.82it/s]
33%|███▎ | 171/512 [00:06<00:13, 25.82it/s]
34%|███▍ | 174/512 [00:06<00:13, 25.82it/s]
35%|███▍ | 177/512 [00:06<00:12, 25.82it/s]
35%|███▌ | 180/512 [00:06<00:12, 25.83it/s]
36%|███▌ | 183/512 [00:07<00:12, 25.83it/s]
36%|███▋ | 186/512 [00:07<00:12, 25.83it/s]
37%|███▋ | 189/512 [00:07<00:12, 25.83it/s]
38%|███▊ | 192/512 [00:07<00:12, 25.83it/s]
38%|███▊ | 195/512 [00:07<00:12, 25.83it/s]
39%|███▊ | 198/512 [00:07<00:12, 25.83it/s]
39%|███▉ | 201/512 [00:07<00:12, 25.82it/s]
40%|███▉ | 204/512 [00:07<00:11, 25.82it/s]
40%|████ | 207/512 [00:07<00:11, 25.81it/s]
41%|████ | 210/512 [00:08<00:11, 25.81it/s]
42%|████▏ | 213/512 [00:08<00:11, 25.81it/s]
42%|████▏ | 216/512 [00:08<00:11, 25.81it/s]
43%|████▎ | 219/512 [00:08<00:11, 25.81it/s]
43%|████▎ | 222/512 [00:08<00:11, 25.81it/s]
44%|████▍ | 225/512 [00:08<00:11, 25.81it/s]
45%|████▍ | 228/512 [00:08<00:11, 25.81it/s]
45%|████▌ | 231/512 [00:08<00:11, 25.01it/s]
46%|████▌ | 234/512 [00:08<00:10, 26.05it/s]
46%|████▋ | 237/512 [00:09<00:10, 25.97it/s]
47%|████▋ | 240/512 [00:09<00:10, 25.92it/s]
47%|████▋ | 243/512 [00:09<00:10, 25.88it/s]
48%|████▊ | 246/512 [00:09<00:10, 25.86it/s]
49%|████▊ | 249/512 [00:09<00:10, 25.84it/s]
49%|████▉ | 252/512 [00:09<00:10, 25.83it/s]
50%|████▉ | 255/512 [00:09<00:09, 25.82it/s]
50%|█████ | 258/512 [00:09<00:09, 25.82it/s]
51%|█████ | 261/512 [00:10<00:09, 25.82it/s]
52%|█████▏ | 264/512 [00:10<00:09, 25.80it/s]
52%|█████▏ | 267/512 [00:10<00:09, 25.81it/s]
53%|█████▎ | 270/512 [00:10<00:09, 25.80it/s]
53%|█████▎ | 273/512 [00:10<00:09, 25.80it/s]
54%|█████▍ | 276/512 [00:10<00:09, 25.80it/s]
54%|█████▍ | 279/512 [00:10<00:09, 25.80it/s]
55%|█████▌ | 282/512 [00:10<00:08, 25.80it/s]
56%|█████▌ | 285/512 [00:10<00:08, 25.80it/s]
56%|█████▋ | 288/512 [00:11<00:08, 25.80it/s]
57%|█████▋ | 291/512 [00:11<00:08, 25.80it/s]
57%|█████▋ | 294/512 [00:11<00:08, 25.80it/s]
58%|█████▊ | 297/512 [00:11<00:08, 25.80it/s]
59%|█████▊ | 300/512 [00:11<00:08, 25.80it/s]
59%|█████▉ | 303/512 [00:11<00:08, 25.80it/s]
60%|█████▉ | 306/512 [00:11<00:07, 25.79it/s]
60%|██████ | 309/512 [00:11<00:07, 25.80it/s]
61%|██████ | 312/512 [00:12<00:07, 25.80it/s]
62%|██████▏ | 315/512 [00:12<00:07, 25.80it/s]
62%|██████▏ | 318/512 [00:12<00:07, 25.80it/s]
63%|██████▎ | 321/512 [00:12<00:07, 25.80it/s]
63%|██████▎ | 324/512 [00:12<00:07, 25.80it/s]
64%|██████▍ | 327/512 [00:12<00:07, 25.79it/s]
64%|██████▍ | 330/512 [00:12<00:07, 25.80it/s]
65%|██████▌ | 333/512 [00:12<00:06, 25.80it/s]
66%|██████▌ | 336/512 [00:12<00:06, 25.80it/s]
66%|██████▌ | 339/512 [00:13<00:06, 25.80it/s]
67%|██████▋ | 342/512 [00:13<00:06, 25.80it/s]
67%|██████▋ | 345/512 [00:13<00:06, 25.79it/s]
68%|██████▊ | 348/512 [00:13<00:06, 25.81it/s]
69%|██████▊ | 351/512 [00:13<00:06, 25.81it/s]
69%|██████▉ | 354/512 [00:13<00:06, 25.81it/s]
70%|██████▉ | 357/512 [00:13<00:06, 25.80it/s]
70%|███████ | 360/512 [00:13<00:05, 25.80it/s]
71%|███████ | 363/512 [00:13<00:06, 24.83it/s]
71%|███████▏ | 366/512 [00:14<00:05, 26.10it/s]
72%|███████▏ | 369/512 [00:14<00:05, 26.01it/s]
73%|███████▎ | 372/512 [00:14<00:05, 25.95it/s]
73%|███████▎ | 375/512 [00:14<00:05, 25.90it/s]
74%|███████▍ | 378/512 [00:14<00:05, 25.88it/s]
74%|███████▍ | 381/512 [00:14<00:05, 25.85it/s]
75%|███████▌ | 384/512 [00:14<00:04, 25.84it/s]
76%|███████▌ | 387/512 [00:14<00:04, 25.83it/s]
76%|███████▌ | 390/512 [00:15<00:04, 25.82it/s]
77%|███████▋ | 393/512 [00:15<00:04, 25.81it/s]
77%|███████▋ | 396/512 [00:15<00:04, 25.81it/s]
78%|███████▊ | 399/512 [00:15<00:04, 25.81it/s]
79%|███████▊ | 402/512 [00:15<00:04, 25.81it/s]
79%|███████▉ | 405/512 [00:15<00:04, 25.81it/s]
80%|███████▉ | 408/512 [00:15<00:04, 25.81it/s]
80%|████████ | 411/512 [00:15<00:03, 25.78it/s]
81%|████████ | 414/512 [00:15<00:03, 25.80it/s]
81%|████████▏ | 417/512 [00:16<00:03, 25.81it/s]
82%|████████▏ | 420/512 [00:16<00:03, 25.81it/s]
83%|████████▎ | 423/512 [00:16<00:03, 25.80it/s]
83%|████████▎ | 426/512 [00:16<00:03, 25.80it/s]
84%|████████▍ | 429/512 [00:16<00:03, 25.80it/s]
84%|████████▍ | 432/512 [00:16<00:03, 25.80it/s]
85%|████████▍ | 435/512 [00:16<00:02, 25.80it/s]
86%|████████▌ | 438/512 [00:16<00:02, 25.80it/s]
86%|████████▌ | 441/512 [00:17<00:02, 25.80it/s]
87%|████████▋ | 444/512 [00:17<00:02, 25.80it/s]
87%|████████▋ | 447/512 [00:17<00:02, 25.80it/s]
88%|████████▊ | 450/512 [00:17<00:02, 25.80it/s]
88%|████████▊ | 453/512 [00:17<00:02, 25.79it/s]
89%|████████▉ | 456/512 [00:17<00:02, 25.79it/s]
90%|████████▉ | 459/512 [00:17<00:02, 25.79it/s]
90%|█████████ | 462/512 [00:17<00:01, 25.79it/s]
91%|█████████ | 465/512 [00:17<00:01, 25.79it/s]
91%|█████████▏| 468/512 [00:18<00:01, 25.80it/s]
92%|█████████▏| 471/512 [00:18<00:01, 25.80it/s]
93%|█████████▎| 474/512 [00:18<00:01, 25.80it/s]
93%|█████████▎| 477/512 [00:18<00:01, 25.80it/s]
94%|█████████▍| 480/512 [00:18<00:01, 25.80it/s]
94%|█████████▍| 483/512 [00:18<00:01, 25.80it/s]
95%|█████████▍| 486/512 [00:18<00:01, 25.79it/s]
96%|█████████▌| 489/512 [00:18<00:00, 25.80it/s]
96%|█████████▌| 492/512 [00:18<00:00, 25.80it/s]
97%|█████████▋| 495/512 [00:19<00:00, 25.75it/s]
97%|█████████▋| 498/512 [00:19<00:00, 25.81it/s]
98%|█████████▊| 501/512 [00:19<00:00, 25.81it/s]
98%|█████████▊| 504/512 [00:19<00:00, 25.81it/s]
99%|█████████▉| 507/512 [00:19<00:00, 25.81it/s]
100%|█████████▉| 510/512 [00:19<00:00, 25.81it/s]
100%|██████████| 512/512 [00:19<00:00, 25.92it/s]
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/noaudio.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf60.16.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 1056 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1053 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmp4thxrfywAragaki_song.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.20.100
Duration: 00:00:48.11, start: 0.000000, bitrate: 793 kb/s
Stream #1:0[0x1](eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(progressive), 256x256, 470 kb/s, SAR 1:1 DAR 1:1, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : ?Mainconcept Video Media Handler
vendor_id : [0][0][0][0]
Stream #1:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 318 kb/s (default)
Metadata:
handler_name : #Mainconcept MP4 Sound Media Handler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #1:1 (aac) -> atrim:default (graph 0)
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
atrim:default (graph 0) -> Stream #0:1 (aac)
Press [q] to stop, [?] for help
[libx264 @ 0x59a1bf9d0d00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x59a1bf9d0d00] profile High, level 3.1, 4:2:0, 8-bit
[libx264 @ 0x59a1bf9d0d00] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 1544x516, q=2-31, 25 fps, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc59.37.100 aac
frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
frame= 119 fps=0.0 q=28.0 size= 256kB time=00:00:02.26 bitrate= 927.6kbits/s speed=4.08x
frame= 219 fps=208 q=28.0 size= 768kB time=00:00:06.27 bitrate=1003.2kbits/s speed=5.94x
frame= 321 fps=206 q=28.0 size= 1280kB time=00:00:10.34 bitrate=1013.5kbits/s speed=6.65x
frame= 415 fps=202 q=28.0 size= 1792kB time=00:00:14.10 bitrate=1041.1kbits/s speed=6.86x
frame= 511 fps=200 q=28.0 size= 2560kB time=00:00:17.94 bitrate=1168.9kbits/s speed=7.02x
frame= 512 fps=181 q=-1.0 Lsize= 3035kB time=00:00:20.48 bitrate=1214.1kbits/s speed=7.24x
video:2693kB audio:326kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.550677%
[libx264 @ 0x59a1bf9d0d00] frame I:3 Avg QP:18.79 size: 51300
[libx264 @ 0x59a1bf9d0d00] frame P:129 Avg QP:22.30 size: 10624
[libx264 @ 0x59a1bf9d0d00] frame B:380 Avg QP:25.61 size: 3244
[libx264 @ 0x59a1bf9d0d00] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%
[libx264 @ 0x59a1bf9d0d00] mb I I16..4: 15.7% 70.4% 13.9%
[libx264 @ 0x59a1bf9d0d00] mb P I16..4: 1.6% 2.9% 0.2% P16..4: 37.3% 12.3% 4.3% 0.0% 0.0% skip:41.4%
[libx264 @ 0x59a1bf9d0d00] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 31.0% 3.0% 0.5% direct: 0.5% skip:64.8% L0:46.4% L1:50.7% BI: 2.9%
[libx264 @ 0x59a1bf9d0d00] 8x8 transform intra:63.7% inter:84.1%
[libx264 @ 0x59a1bf9d0d00] coded y,uvDC,uvAC intra: 44.6% 61.1% 16.4% inter: 8.3% 9.3% 0.0%
[libx264 @ 0x59a1bf9d0d00] i16 v,h,dc,p: 41% 30% 9% 20%
[libx264 @ 0x59a1bf9d0d00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 13% 22% 3% 5% 7% 4% 9% 4%
[libx264 @ 0x59a1bf9d0d00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 33% 23% 8% 4% 7% 7% 7% 8% 4%
[libx264 @ 0x59a1bf9d0d00] i8c dc,h,v,p: 47% 18% 27% 7%
[libx264 @ 0x59a1bf9d0d00] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x59a1bf9d0d00] ref P L0: 54.5% 12.6% 23.3% 9.6%
[libx264 @ 0x59a1bf9d0d00] ref B L0: 83.6% 13.1% 3.4%
[libx264 @ 0x59a1bf9d0d00] ref B L1: 94.0% 6.0%
[libx264 @ 0x59a1bf9d0d00] kb/s:1076.99
[aac @ 0x59a1bf9e1000] Qavg: 838.797
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:0 (h264) -> crop:default
crop:default -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x57e7d405d280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x57e7d405d280] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x57e7d405d280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part1.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 502 fps=0.0 q=28.0 size= 0kB time=00:00:17.56 bitrate= 0.0kbits/s speed=32.1x
frame= 512 fps=0.0 q=-1.0 Lsize= 130kB time=00:00:20.36 bitrate= 52.3kbits/s speed= 35x
video:123kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.540757%
[libx264 @ 0x57e7d405d280] frame I:3 Avg QP:15.42 size: 25437
[libx264 @ 0x57e7d405d280] frame P:129 Avg QP:17.89 size: 215
[libx264 @ 0x57e7d405d280] frame B:380 Avg QP:26.93 size: 56
[libx264 @ 0x57e7d405d280] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%
[libx264 @ 0x57e7d405d280] mb I I16..4: 14.8% 66.9% 18.3%
[libx264 @ 0x57e7d405d280] mb P I16..4: 0.1% 0.2% 0.0% P16..4: 3.7% 0.5% 0.3% 0.0% 0.0% skip:95.2%
[libx264 @ 0x57e7d405d280] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 1.9% 0.1% 0.0% direct: 0.0% skip:98.0% L0:45.7% L1:53.7% BI: 0.6%
[libx264 @ 0x57e7d405d280] 8x8 transform intra:64.9% inter:87.9%
[libx264 @ 0x57e7d405d280] coded y,uvDC,uvAC intra: 70.7% 74.7% 43.2% inter: 0.2% 0.7% 0.0%
[libx264 @ 0x57e7d405d280] i16 v,h,dc,p: 37% 39% 9% 15%
[libx264 @ 0x57e7d405d280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 21% 16% 4% 5% 6% 6% 10% 7%
[libx264 @ 0x57e7d405d280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 23% 7% 5% 7% 6% 7% 9% 4%
[libx264 @ 0x57e7d405d280] i8c dc,h,v,p: 43% 21% 27% 8%
[libx264 @ 0x57e7d405d280] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x57e7d405d280] ref P L0: 58.0% 5.7% 19.1% 17.3%
[libx264 @ 0x57e7d405d280] ref B L0: 47.0% 51.1% 1.9%
[libx264 @ 0x57e7d405d280] ref B L1: 95.5% 4.5%
[libx264 @ 0x57e7d405d280] kb/s:49.00
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:0 (h264) -> crop:default
crop:default -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x5946ff7c4280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x5946ff7c4280] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x5946ff7c4280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part2.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 192 fps=0.0 q=28.0 size= 256kB time=00:00:05.16 bitrate= 406.5kbits/s speed=9.63x
frame= 374 fps=360 q=28.0 size= 768kB time=00:00:12.44 bitrate= 505.8kbits/s speed= 12x
frame= 512 fps=329 q=-1.0 Lsize= 1630kB time=00:00:20.36 bitrate= 655.8kbits/s speed=13.1x
video:1623kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.421453%
[libx264 @ 0x5946ff7c4280] frame I:3 Avg QP:20.48 size: 15833
[libx264 @ 0x5946ff7c4280] frame P:129 Avg QP:22.98 size: 6485
[libx264 @ 0x5946ff7c4280] frame B:380 Avg QP:26.39 size: 2046
[libx264 @ 0x5946ff7c4280] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%
[libx264 @ 0x5946ff7c4280] mb I I16..4: 17.7% 67.9% 14.5%
[libx264 @ 0x5946ff7c4280] mb P I16..4: 2.9% 4.6% 0.4% P16..4: 52.9% 20.4% 7.3% 0.0% 0.0% skip:11.4%
[libx264 @ 0x5946ff7c4280] mb B I16..4: 0.2% 0.3% 0.0% B16..8: 50.3% 6.0% 0.9% direct: 1.2% skip:41.0% L0:47.6% L1:48.5% BI: 3.9%
[libx264 @ 0x5946ff7c4280] 8x8 transform intra:59.4% inter:80.5%
[libx264 @ 0x5946ff7c4280] coded y,uvDC,uvAC intra: 36.4% 49.0% 10.7% inter: 16.3% 13.3% 0.1%
[libx264 @ 0x5946ff7c4280] i16 v,h,dc,p: 40% 35% 11% 14%
[libx264 @ 0x5946ff7c4280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 15% 30% 3% 3% 5% 3% 9% 3%
[libx264 @ 0x5946ff7c4280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 25% 10% 5% 6% 7% 7% 8% 4%
[libx264 @ 0x5946ff7c4280] i8c dc,h,v,p: 50% 21% 24% 4%
[libx264 @ 0x5946ff7c4280] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x5946ff7c4280] ref P L0: 49.4% 14.4% 25.6% 10.6%
[libx264 @ 0x5946ff7c4280] ref B L0: 82.1% 14.3% 3.6%
[libx264 @ 0x5946ff7c4280] ref B L1: 93.1% 6.9%
[libx264 @ 0x5946ff7c4280] kb/s:648.99
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:0 (h264) -> crop:default
crop:default -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x575c52fa2280] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x575c52fa2280] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x575c52fa2280] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part3.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 230 fps=0.0 q=28.0 size= 256kB time=00:00:06.68 bitrate= 314.0kbits/s speed=12.5x
frame= 446 fps=431 q=28.0 size= 512kB time=00:00:15.32 bitrate= 273.8kbits/s speed=14.8x
frame= 512 fps=391 q=-1.0 Lsize= 859kB time=00:00:20.36 bitrate= 345.7kbits/s speed=15.5x
video:852kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.800721%
[libx264 @ 0x575c52fa2280] frame I:3 Avg QP:20.25 size: 11686
[libx264 @ 0x575c52fa2280] frame P:142 Avg QP:22.28 size: 3861
[libx264 @ 0x575c52fa2280] frame B:367 Avg QP:26.03 size: 787
[libx264 @ 0x575c52fa2280] consecutive B-frames: 1.0% 10.2% 0.6% 88.3%
[libx264 @ 0x575c52fa2280] mb I I16..4: 17.9% 65.4% 16.7%
[libx264 @ 0x575c52fa2280] mb P I16..4: 2.6% 3.9% 0.4% P16..4: 54.7% 14.6% 4.5% 0.0% 0.0% skip:19.3%
[libx264 @ 0x575c52fa2280] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 36.0% 1.6% 0.1% direct: 0.4% skip:61.6% L0:43.3% L1:54.0% BI: 2.7%
[libx264 @ 0x575c52fa2280] 8x8 transform intra:58.5% inter:85.2%
[libx264 @ 0x575c52fa2280] coded y,uvDC,uvAC intra: 41.4% 75.7% 31.6% inter: 7.1% 14.9% 0.1%
[libx264 @ 0x575c52fa2280] i16 v,h,dc,p: 48% 21% 8% 22%
[libx264 @ 0x575c52fa2280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 13% 20% 3% 4% 7% 4% 8% 3%
[libx264 @ 0x575c52fa2280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 24% 8% 3% 8% 8% 6% 4% 2%
[libx264 @ 0x575c52fa2280] i8c dc,h,v,p: 43% 18% 30% 9%
[libx264 @ 0x575c52fa2280] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x575c52fa2280] ref P L0: 63.7% 10.2% 19.9% 6.2%
[libx264 @ 0x575c52fa2280] ref B L0: 89.7% 8.1% 2.2%
[libx264 @ 0x575c52fa2280] ref B L1: 97.1% 2.9%
[libx264 @ 0x575c52fa2280] kb/s:340.68
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 1214 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1544x516, 1077 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Output #0, adts, to 'audio_from_video.aac':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 130 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Press [q] to stop, [?] for help
size= 0kB time=00:00:00.00 bitrate=N/A speed=N/A
size= 332kB time=00:00:20.48 bitrate= 132.8kbits/s speed=5.62e+03x
video:0kB audio:326kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.018193%
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part1.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 52 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 49 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
[aac @ 0x55611f3cd800] Estimating duration from bitrate, this may be inaccurate
Input #1, aac, from 'audio_from_video.aac':
Duration: 00:00:19.13, bitrate: 142 kb/s
Stream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s
Stream mapping:
Stream #0:0 (h264) -> concat
Stream #1:0 (aac) -> concat
concat -> Stream #0:0 (aac)
concat -> Stream #0:1 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x55611f3f7300] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x55611f3f7300] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x55611f3f7300] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part1_a.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc59.37.100 aac
Stream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 299 fps=0.0 q=28.0 size= 0kB time=00:00:11.86 bitrate= 0.0kbits/s speed= 23x
frame= 512 fps=0.0 q=-1.0 Lsize= 464kB time=00:00:20.50 bitrate= 185.2kbits/s speed=24.4x
video:122kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 3.722900%
[aac @ 0x55611f3e9840] Qavg: 838.445
[libx264 @ 0x55611f3f7300] frame I:3 Avg QP:15.40 size: 25336
[libx264 @ 0x55611f3f7300] frame P:129 Avg QP:17.70 size: 207
[libx264 @ 0x55611f3f7300] frame B:380 Avg QP:26.22 size: 55
[libx264 @ 0x55611f3f7300] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%
[libx264 @ 0x55611f3f7300] mb I I16..4: 14.7% 66.8% 18.5%
[libx264 @ 0x55611f3f7300] mb P I16..4: 0.2% 0.2% 0.0% P16..4: 3.5% 0.4% 0.3% 0.0% 0.0% skip:95.4%
[libx264 @ 0x55611f3f7300] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 1.7% 0.1% 0.0% direct: 0.0% skip:98.2% L0:53.7% L1:45.4% BI: 0.9%
[libx264 @ 0x55611f3f7300] 8x8 transform intra:64.3% inter:88.4%
[libx264 @ 0x55611f3f7300] coded y,uvDC,uvAC intra: 67.5% 73.9% 40.7% inter: 0.1% 0.7% 0.0%
[libx264 @ 0x55611f3f7300] i16 v,h,dc,p: 37% 38% 11% 14%
[libx264 @ 0x55611f3f7300] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 22% 17% 4% 4% 5% 6% 10% 6%
[libx264 @ 0x55611f3f7300] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 33% 24% 7% 5% 7% 6% 7% 9% 4%
[libx264 @ 0x55611f3f7300] i8c dc,h,v,p: 44% 22% 27% 7%
[libx264 @ 0x55611f3f7300] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x55611f3f7300] ref P L0: 56.8% 5.4% 18.9% 19.0%
[libx264 @ 0x55611f3f7300] ref B L0: 39.5% 58.6% 1.9%
[libx264 @ 0x55611f3f7300] ref B L1: 95.3% 4.7%
[libx264 @ 0x55611f3f7300] kb/s:48.33
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part2.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 651 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 649 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
[aac @ 0x55d31b5ed080] Estimating duration from bitrate, this may be inaccurate
Input #1, aac, from 'audio_from_video.aac':
Duration: 00:00:19.13, bitrate: 142 kb/s
Stream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s
Stream mapping:
Stream #0:0 (h264) -> concat
Stream #1:0 (aac) -> concat
concat -> Stream #0:0 (aac)
concat -> Stream #0:1 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x55d31b609b80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x55d31b609b80] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x55d31b609b80] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part2_a.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc59.37.100 aac
Stream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 190 fps=0.0 q=28.0 size= 256kB time=00:00:07.53 bitrate= 278.5kbits/s speed=14.6x
frame= 388 fps=382 q=28.0 size= 1024kB time=00:00:15.44 bitrate= 543.1kbits/s speed=15.2x
frame= 512 fps=352 q=-1.0 Lsize= 1791kB time=00:00:20.50 bitrate= 715.7kbits/s speed=14.1x
video:1449kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.937705%
[aac @ 0x55d31b5fd840] Qavg: 838.445
[libx264 @ 0x55d31b609b80] frame I:3 Avg QP:20.12 size: 15521
[libx264 @ 0x55d31b609b80] frame P:129 Avg QP:22.46 size: 5964
[libx264 @ 0x55d31b609b80] frame B:380 Avg QP:26.21 size: 1756
[libx264 @ 0x55d31b609b80] consecutive B-frames: 1.0% 0.0% 0.6% 98.4%
[libx264 @ 0x55d31b609b80] mb I I16..4: 18.0% 69.6% 12.4%
[libx264 @ 0x55d31b609b80] mb P I16..4: 3.0% 5.5% 0.4% P16..4: 53.7% 19.4% 6.5% 0.0% 0.0% skip:11.5%
[libx264 @ 0x55d31b609b80] mb B I16..4: 0.3% 0.4% 0.0% B16..8: 48.7% 5.3% 0.7% direct: 0.9% skip:43.8% L0:47.5% L1:48.8% BI: 3.7%
[libx264 @ 0x55d31b609b80] 8x8 transform intra:63.1% inter:83.8%
[libx264 @ 0x55d31b609b80] coded y,uvDC,uvAC intra: 33.2% 49.8% 9.4% inter: 13.4% 12.9% 0.0%
[libx264 @ 0x55d31b609b80] i16 v,h,dc,p: 36% 36% 13% 14%
[libx264 @ 0x55d31b609b80] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 16% 30% 2% 3% 4% 3% 7% 3%
[libx264 @ 0x55d31b609b80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 26% 10% 4% 6% 6% 7% 8% 4%
[libx264 @ 0x55d31b609b80] i8c dc,h,v,p: 50% 22% 24% 3%
[libx264 @ 0x55d31b609b80] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x55d31b609b80] ref P L0: 50.5% 14.4% 25.0% 10.1%
[libx264 @ 0x55d31b609b80] ref B L0: 82.5% 14.0% 3.5%
[libx264 @ 0x55d31b609b80] ref B L1: 93.5% 6.5%
[libx264 @ 0x55d31b609b80] kb/s:579.32
ffmpeg version 5.1.4-0+deb12u1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --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-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --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 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/content/output_part3.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Duration: 00:00:20.48, start: 0.000000, bitrate: 343 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 514x516, 340 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
[aac @ 0x56e68f646080] Estimating duration from bitrate, this may be inaccurate
Input #1, aac, from 'audio_from_video.aac':
Duration: 00:00:19.13, bitrate: 142 kb/s
Stream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 142 kb/s
Stream mapping:
Stream #0:0 (h264) -> concat
Stream #1:0 (aac) -> concat
concat -> Stream #0:0 (aac)
concat -> Stream #0:1 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x56e68f656840] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
[libx264 @ 0x56e68f656840] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x56e68f656840] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - 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=16 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=25 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 '/content/output_part3_a.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf59.27.100
Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc59.37.100 aac
Stream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 514x516, q=2-31, 25 fps, 12800 tbn
Metadata:
encoder : Lavc59.37.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= 215 fps=0.0 q=28.0 size= 256kB time=00:00:08.55 bitrate= 245.2kbits/s speed=16.6x
frame= 466 fps=456 q=28.0 size= 768kB time=00:00:18.53 bitrate= 339.4kbits/s speed=18.1x
frame= 512 fps=413 q=-1.0 Lsize= 1174kB time=00:00:20.50 bitrate= 469.3kbits/s speed=16.5x
video:832kB audio:325kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.437059%
[aac @ 0x56e68f659a80] Qavg: 838.445
[libx264 @ 0x56e68f656840] frame I:3 Avg QP:20.16 size: 11345
[libx264 @ 0x56e68f656840] frame P:168 Avg QP:21.99 size: 3461
[libx264 @ 0x56e68f656840] frame B:341 Avg QP:25.67 size: 693
[libx264 @ 0x56e68f656840] consecutive B-frames: 1.0% 30.5% 0.6% 68.0%
[libx264 @ 0x56e68f656840] mb I I16..4: 18.0% 67.9% 14.1%
[libx264 @ 0x56e68f656840] mb P I16..4: 2.4% 3.8% 0.3% P16..4: 55.7% 12.8% 3.7% 0.0% 0.0% skip:21.3%
[libx264 @ 0x56e68f656840] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 33.8% 1.3% 0.1% direct: 0.4% skip:64.3% L0:42.6% L1:54.8% BI: 2.6%
[libx264 @ 0x56e68f656840] 8x8 transform intra:60.0% inter:88.3%
[libx264 @ 0x56e68f656840] coded y,uvDC,uvAC intra: 39.1% 77.3% 27.8% inter: 6.5% 15.5% 0.1%
[libx264 @ 0x56e68f656840] i16 v,h,dc,p: 49% 23% 9% 20%
[libx264 @ 0x56e68f656840] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 14% 20% 3% 4% 7% 3% 7% 3%
[libx264 @ 0x56e68f656840] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 37% 25% 7% 3% 9% 8% 6% 4% 2%
[libx264 @ 0x56e68f656840] i8c dc,h,v,p: 43% 18% 31% 8%
[libx264 @ 0x56e68f656840] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x56e68f656840] ref P L0: 64.8% 10.0% 18.8% 6.4%
[libx264 @ 0x56e68f656840] ref B L0: 89.7% 8.5% 1.8%
[libx264 @ 0x56e68f656840] ref B L1: 97.6% 2.4%
[libx264 @ 0x56e68f656840] kb/s:332.69