zcutlip

ffprobe sample.mp4 -print_format json -show_format -v quiet -show_streams | jq '.streams[0]'

Sep 27th, 2024 (edited)
9,025
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.79 KB | None | 0 0
  1. {
  2.   "index": 0,
  3.   "codec_name": "hevc",
  4.   "codec_long_name": "H.265 / HEVC (High Efficiency Video Coding)",
  5.   "profile": "Main 10",
  6.   "codec_type": "video",
  7.   "codec_tag_string": "hev1",
  8.   "codec_tag": "0x31766568",
  9.   "width": 3840,
  10.   "height": 2160,
  11.   "coded_width": 3840,
  12.   "coded_height": 2160,
  13.   "closed_captions": 0,
  14.   "film_grain": 0,
  15.   "has_b_frames": 3,
  16.   "sample_aspect_ratio": "1:1",
  17.   "display_aspect_ratio": "16:9",
  18.   "pix_fmt": "yuv420p10le",
  19.   "level": 153,
  20.   "color_range": "tv",
  21.   "color_space": "bt2020nc",
  22.   "color_transfer": "smpte2084",
  23.   "color_primaries": "bt2020",
  24.   "chroma_location": "topleft",
  25.   "refs": 1,
  26.   "id": "0x1",
  27.   "r_frame_rate": "60000/1001",
  28.   "avg_frame_rate": "60000/1001",
  29.   "time_base": "1/60000",
  30.   "start_pts": 3003,
  31.   "start_time": "0.050050",
  32.   "duration_ts": 10500490,
  33.   "duration": "175.008167",
  34.   "bit_rate": "15138826",
  35.   "extradata_size": 23,
  36.   "disposition": {
  37.     "default": 1,
  38.     "dub": 0,
  39.     "original": 0,
  40.     "comment": 0,
  41.     "lyrics": 0,
  42.     "karaoke": 0,
  43.     "forced": 0,
  44.     "hearing_impaired": 0,
  45.     "visual_impaired": 0,
  46.     "clean_effects": 0,
  47.     "attached_pic": 0,
  48.     "timed_thumbnails": 0,
  49.     "non_diegetic": 0,
  50.     "captions": 0,
  51.     "descriptions": 0,
  52.     "metadata": 0,
  53.     "dependent": 0,
  54.     "still_image": 0
  55.   },
  56.   "tags": {
  57.     "language": "und",
  58.     "handler_name": "Bento4 Video Handler",
  59.     "vendor_id": "[0][0][0][0]",
  60.     "encoder": "HEVC Coding"
  61.   },
  62.   "side_data_list": [
  63.     {
  64.       "side_data_type": "DOVI configuration record",
  65.       "dv_version_major": 1,
  66.       "dv_version_minor": 0,
  67.       "dv_profile": 8,
  68.       "dv_level": 9,
  69.       "rpu_present_flag": 1,
  70.       "el_present_flag": 0,
  71.       "bl_present_flag": 1,
  72.       "dv_bl_signal_compatibility_id": 1
  73.     }
  74.   ]
  75. }
Advertisement
Comments
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment