ffprobe_json 18.0 KB
Newer Older
S
Stefano Sabatini 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "packets_and_frames": [
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 0,
            "pts_time": "0.000000",
            "dts": 0,
            "dts_time": "0.000000",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
14
            "pos": "572",
S
Stefano Sabatini 已提交
15 16 17 18 19 20 21 22 23 24 25 26
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 0,
            "pkt_pts_time": "0.000000",
            "pkt_dts": 0,
            "pkt_dts_time": "0.000000",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
27
            "pkt_pos": "572",
28
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
29 30 31 32 33 34 35 36 37 38 39 40
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 1,
            "pts": 0,
            "pts_time": "0.000000",
            "dts": 0,
            "dts_time": "0.000000",
41
            "duration": 2048,
S
Stefano Sabatini 已提交
42 43
            "duration_time": "0.040000",
            "size": "230400",
44
            "pos": "2647",
S
Stefano Sabatini 已提交
45 46 47 48 49 50 51 52 53 54
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
            "pkt_pts": 0,
            "pkt_pts_time": "0.000000",
            "pkt_dts": 0,
            "pkt_dts_time": "0.000000",
55
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
56
            "pkt_duration_time": "0.040000",
57
            "pkt_pos": "2647",
S
Stefano Sabatini 已提交
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
            "width": 320,
            "height": 240,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 2,
            "pts": 0,
            "pts_time": "0.000000",
            "dts": 0,
            "dts_time": "0.000000",
78
            "duration": 2048,
S
Stefano Sabatini 已提交
79 80
            "duration_time": "0.040000",
            "size": "30000",
81
            "pos": "233068",
S
Stefano Sabatini 已提交
82 83 84 85 86 87 88 89 90 91
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
            "pkt_pts": 0,
            "pkt_pts_time": "0.000000",
            "pkt_dts": 0,
            "pkt_dts_time": "0.000000",
92
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
93
            "pkt_duration_time": "0.040000",
94
            "pkt_pos": "233068",
S
Stefano Sabatini 已提交
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
            "width": 100,
            "height": 100,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 1024,
            "pts_time": "0.023220",
            "dts": 1024,
            "dts_time": "0.023220",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
118
            "pos": "263073",
S
Stefano Sabatini 已提交
119 120 121 122 123 124 125 126 127 128 129 130
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 1024,
            "pkt_pts_time": "0.023220",
            "pkt_dts": 1024,
            "pkt_dts_time": "0.023220",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
131
            "pkt_pos": "263073",
132
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
133 134 135 136 137 138 139 140
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 1,
141
            "pts": 2048,
S
Stefano Sabatini 已提交
142
            "pts_time": "0.040000",
143
            "dts": 2048,
S
Stefano Sabatini 已提交
144
            "dts_time": "0.040000",
145
            "duration": 2048,
S
Stefano Sabatini 已提交
146 147
            "duration_time": "0.040000",
            "size": "230400",
148
            "pos": "265151",
S
Stefano Sabatini 已提交
149 150 151 152 153 154
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
155
            "pkt_pts": 2048,
S
Stefano Sabatini 已提交
156
            "pkt_pts_time": "0.040000",
157
            "pkt_dts": 2048,
S
Stefano Sabatini 已提交
158
            "pkt_dts_time": "0.040000",
159
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
160
            "pkt_duration_time": "0.040000",
161
            "pkt_pos": "265151",
S
Stefano Sabatini 已提交
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
            "width": 320,
            "height": 240,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 2,
178
            "pts": 2048,
S
Stefano Sabatini 已提交
179
            "pts_time": "0.040000",
180
            "dts": 2048,
S
Stefano Sabatini 已提交
181
            "dts_time": "0.040000",
182
            "duration": 2048,
S
Stefano Sabatini 已提交
183 184
            "duration_time": "0.040000",
            "size": "30000",
185
            "pos": "495575",
S
Stefano Sabatini 已提交
186 187 188 189 190 191
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
192
            "pkt_pts": 2048,
S
Stefano Sabatini 已提交
193
            "pkt_pts_time": "0.040000",
194
            "pkt_dts": 2048,
S
Stefano Sabatini 已提交
195
            "pkt_dts_time": "0.040000",
196
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
197
            "pkt_duration_time": "0.040000",
198
            "pkt_pos": "495575",
S
Stefano Sabatini 已提交
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
            "width": 100,
            "height": 100,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 2048,
            "pts_time": "0.046440",
            "dts": 2048,
            "dts_time": "0.046440",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
222
            "pos": "525580",
S
Stefano Sabatini 已提交
223 224 225 226 227 228 229 230 231 232 233 234
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 2048,
            "pkt_pts_time": "0.046440",
            "pkt_dts": 2048,
            "pkt_dts_time": "0.046440",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
235
            "pkt_pos": "525580",
236
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 3072,
            "pts_time": "0.069660",
            "dts": 3072,
            "dts_time": "0.069660",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
252
            "pos": "527651",
S
Stefano Sabatini 已提交
253 254 255 256 257 258 259 260 261 262 263 264
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 3072,
            "pkt_pts_time": "0.069660",
            "pkt_dts": 3072,
            "pkt_dts_time": "0.069660",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
265
            "pkt_pos": "527651",
266
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
267 268 269 270 271 272 273 274
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 1,
275
            "pts": 4096,
S
Stefano Sabatini 已提交
276
            "pts_time": "0.080000",
277
            "dts": 4096,
S
Stefano Sabatini 已提交
278
            "dts_time": "0.080000",
279
            "duration": 2048,
S
Stefano Sabatini 已提交
280 281
            "duration_time": "0.040000",
            "size": "230400",
282
            "pos": "529729",
S
Stefano Sabatini 已提交
283 284 285 286 287 288
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
289
            "pkt_pts": 4096,
S
Stefano Sabatini 已提交
290
            "pkt_pts_time": "0.080000",
291
            "pkt_dts": 4096,
S
Stefano Sabatini 已提交
292
            "pkt_dts_time": "0.080000",
293
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
294
            "pkt_duration_time": "0.040000",
295
            "pkt_pos": "529729",
S
Stefano Sabatini 已提交
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
            "width": 320,
            "height": 240,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 2,
312
            "pts": 4096,
S
Stefano Sabatini 已提交
313
            "pts_time": "0.080000",
314
            "dts": 4096,
S
Stefano Sabatini 已提交
315
            "dts_time": "0.080000",
316
            "duration": 2048,
S
Stefano Sabatini 已提交
317 318
            "duration_time": "0.040000",
            "size": "30000",
319
            "pos": "760153",
S
Stefano Sabatini 已提交
320 321 322 323 324 325
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
326
            "pkt_pts": 4096,
S
Stefano Sabatini 已提交
327
            "pkt_pts_time": "0.080000",
328
            "pkt_dts": 4096,
S
Stefano Sabatini 已提交
329
            "pkt_dts_time": "0.080000",
330
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
331
            "pkt_duration_time": "0.040000",
332
            "pkt_pos": "760153",
S
Stefano Sabatini 已提交
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355
            "width": 100,
            "height": 100,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 4096,
            "pts_time": "0.092880",
            "dts": 4096,
            "dts_time": "0.092880",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
356
            "pos": "790158",
S
Stefano Sabatini 已提交
357 358 359 360 361 362 363 364 365 366 367 368
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 4096,
            "pkt_pts_time": "0.092880",
            "pkt_dts": 4096,
            "pkt_dts_time": "0.092880",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
369
            "pkt_pos": "790158",
370
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
371 372 373 374 375 376 377 378 379 380 381 382 383 384 385
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "audio",
            "stream_index": 0,
            "pts": 5120,
            "pts_time": "0.116100",
            "dts": 5120,
            "dts_time": "0.116100",
            "duration": 1024,
            "duration_time": "0.023220",
            "size": "2048",
386
            "pos": "792229",
S
Stefano Sabatini 已提交
387 388 389 390 391 392 393 394 395 396 397 398
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "audio",
            "key_frame": 1,
            "pkt_pts": 5120,
            "pkt_pts_time": "0.116100",
            "pkt_dts": 5120,
            "pkt_dts_time": "0.116100",
            "pkt_duration": 1024,
            "pkt_duration_time": "0.023220",
399
            "pkt_pos": "792229",
400
            "pkt_size": "2048",
S
Stefano Sabatini 已提交
401 402 403 404 405 406 407 408
            "sample_fmt": "s16",
            "nb_samples": 1024,
            "channels": 1
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 1,
409
            "pts": 6144,
S
Stefano Sabatini 已提交
410
            "pts_time": "0.120000",
411
            "dts": 6144,
S
Stefano Sabatini 已提交
412
            "dts_time": "0.120000",
413
            "duration": 2048,
S
Stefano Sabatini 已提交
414 415
            "duration_time": "0.040000",
            "size": "230400",
416
            "pos": "794307",
S
Stefano Sabatini 已提交
417 418 419 420 421 422
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
423
            "pkt_pts": 6144,
S
Stefano Sabatini 已提交
424
            "pkt_pts_time": "0.120000",
425
            "pkt_dts": 6144,
S
Stefano Sabatini 已提交
426
            "pkt_dts_time": "0.120000",
427
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
428
            "pkt_duration_time": "0.040000",
429
            "pkt_pos": "794307",
S
Stefano Sabatini 已提交
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
            "width": 320,
            "height": 240,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        },
        {
            "type": "packet",
            "codec_type": "video",
            "stream_index": 2,
446
            "pts": 6144,
S
Stefano Sabatini 已提交
447
            "pts_time": "0.120000",
448
            "dts": 6144,
S
Stefano Sabatini 已提交
449
            "dts_time": "0.120000",
450
            "duration": 2048,
S
Stefano Sabatini 已提交
451 452
            "duration_time": "0.040000",
            "size": "30000",
453
            "pos": "1024731",
S
Stefano Sabatini 已提交
454 455 456 457 458 459
            "flags": "K"
        },
        {
            "type": "frame",
            "media_type": "video",
            "key_frame": 1,
460
            "pkt_pts": 6144,
S
Stefano Sabatini 已提交
461
            "pkt_pts_time": "0.120000",
462
            "pkt_dts": 6144,
S
Stefano Sabatini 已提交
463
            "pkt_dts_time": "0.120000",
464
            "pkt_duration": 2048,
S
Stefano Sabatini 已提交
465
            "pkt_duration_time": "0.040000",
466
            "pkt_pos": "1024731",
S
Stefano Sabatini 已提交
467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485
            "width": 100,
            "height": 100,
            "pix_fmt": "rgb24",
            "sample_aspect_ratio": "1:1",
            "pict_type": "I",
            "coded_picture_number": 0,
            "display_picture_number": 0,
            "interlaced_frame": 0,
            "top_field_first": 0,
            "repeat_pict": 0,
            "reference": 0
        }
    ],
    "streams": [
        {
            "index": 0,
            "codec_name": "pcm_s16le",
            "codec_type": "audio",
            "codec_time_base": "1/44100",
486 487
            "codec_tag_string": "PSD[16]",
            "codec_tag": "0x10445350",
S
Stefano Sabatini 已提交
488 489 490 491 492 493 494 495 496
            "sample_fmt": "s16",
            "sample_rate": "44100",
            "channels": 1,
            "bits_per_sample": 16,
            "r_frame_rate": "0/0",
            "avg_frame_rate": "0/0",
            "time_base": "1/44100",
            "start_pts": 0,
            "start_time": "0.000000",
497 498
            "duration_ts": 527406,
            "duration": "11.959320",
S
Stefano Sabatini 已提交
499 500
            "bit_rate": "705600",
            "nb_read_frames": "6",
501 502 503 504 505 506 507 508 509 510 511 512 513
            "nb_read_packets": "6",
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 0,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0
514 515 516
            },
            "tags": {
                "E": "mc²"
517
            }
S
Stefano Sabatini 已提交
518 519 520 521 522
        },
        {
            "index": 1,
            "codec_name": "rawvideo",
            "codec_type": "video",
523
            "codec_time_base": "1/51200",
S
Stefano Sabatini 已提交
524 525 526 527 528 529 530 531 532 533
            "codec_tag_string": "RGB[24]",
            "codec_tag": "0x18424752",
            "width": 320,
            "height": 240,
            "has_b_frames": 0,
            "sample_aspect_ratio": "1:1",
            "display_aspect_ratio": "4:3",
            "pix_fmt": "rgb24",
            "level": -99,
            "r_frame_rate": "25/1",
534 535
            "avg_frame_rate": "25/1",
            "time_base": "1/51200",
S
Stefano Sabatini 已提交
536 537
            "start_pts": 0,
            "start_time": "0.000000",
538 539
            "duration_ts": 612317,
            "duration": "11.959316",
S
Stefano Sabatini 已提交
540
            "nb_read_frames": "4",
541 542 543 544 545 546 547 548 549 550 551 552 553
            "nb_read_packets": "4",
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 0,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0
554 555 556 557
            },
            "tags": {
                "title": "foobar",
                "duration_ts": "field-and-tags-conflict-attempt"
558
            }
S
Stefano Sabatini 已提交
559 560 561 562 563
        },
        {
            "index": 2,
            "codec_name": "rawvideo",
            "codec_type": "video",
564
            "codec_time_base": "1/51200",
S
Stefano Sabatini 已提交
565 566 567 568 569 570 571 572 573 574
            "codec_tag_string": "RGB[24]",
            "codec_tag": "0x18424752",
            "width": 100,
            "height": 100,
            "has_b_frames": 0,
            "sample_aspect_ratio": "1:1",
            "display_aspect_ratio": "1:1",
            "pix_fmt": "rgb24",
            "level": -99,
            "r_frame_rate": "25/1",
575 576
            "avg_frame_rate": "25/1",
            "time_base": "1/51200",
S
Stefano Sabatini 已提交
577 578
            "start_pts": 0,
            "start_time": "0.000000",
579 580
            "duration_ts": 612317,
            "duration": "11.959316",
S
Stefano Sabatini 已提交
581
            "nb_read_frames": "4",
582 583 584 585 586 587 588 589 590 591 592 593 594 595
            "nb_read_packets": "4",
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 0,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0
            }
S
Stefano Sabatini 已提交
596 597 598 599 600 601 602
        }
    ],
    "format": {
        "filename": "tests/data/ffprobe-test.nut",
        "nb_streams": 3,
        "format_name": "nut",
        "start_time": "0.000000",
603 604
        "duration": "11.959320",
        "size": "1054812",
605
        "bit_rate": "705599",
S
Stefano Sabatini 已提交
606 607
        "tags": {
            "title": "ffprobe test file",
608
            "comment": "'A comment with CSV, XML & JSON special chars': <tag value=\"x\">",
S
Stefano Sabatini 已提交
609 610 611 612
            "comment2": "I ♥ Üñîçød€"
        }
    }
}