Guest User

NVENC bug - ffprobe output

a guest
May 16th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.21 KB | None | 0 0
  1. {
  2.     "streams": [
  3.         {
  4.             "index": 0,
  5.             "codec_name": "h264",
  6.             "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  7.             "profile": "High 4:4:4 Predictive",
  8.             "codec_type": "video",
  9.             "codec_time_base": "1/120",
  10.             "codec_tag_string": "[0][0][0][0]",
  11.             "codec_tag": "0x0000",
  12.             "width": 1920,
  13.             "height": 1080,
  14.             "coded_width": 1920,
  15.             "coded_height": 1088,
  16.             "has_b_frames": 0,
  17.             "sample_aspect_ratio": "1:1",
  18.             "display_aspect_ratio": "16:9",
  19.             "pix_fmt": "yuv444p",
  20.             "level": 42,
  21.             "color_range": "tv",
  22.             "color_space": "bt709",
  23.             "chroma_location": "left",
  24.             "refs": 1,
  25.             "is_avc": "true",
  26.             "nal_length_size": "4",
  27.             "r_frame_rate": "60/1",
  28.             "avg_frame_rate": "1000/1",
  29.             "time_base": "1/1000",
  30.             "start_pts": 0,
  31.             "start_time": "0.000000",
  32.             "bits_per_raw_sample": "8",
  33.             "disposition": {
  34.                 "default": 1,
  35.                 "dub": 0,
  36.                 "original": 0,
  37.                 "comment": 0,
  38.                 "lyrics": 0,
  39.                 "karaoke": 0,
  40.                 "forced": 0,
  41.                 "hearing_impaired": 0,
  42.                 "visual_impaired": 0,
  43.                 "clean_effects": 0,
  44.                 "attached_pic": 0
  45.             },
  46.             "tags": {
  47.                 "DURATION": "00:00:05.100000000"
  48.             }
  49.         },
  50.         {
  51.             "index": 1,
  52.             "codec_name": "aac",
  53.             "codec_long_name": "AAC (Advanced Audio Coding)",
  54.             "profile": "LC",
  55.             "codec_type": "audio",
  56.             "codec_time_base": "1/48000",
  57.             "codec_tag_string": "[0][0][0][0]",
  58.             "codec_tag": "0x0000",
  59.             "sample_fmt": "fltp",
  60.             "sample_rate": "48000",
  61.             "channels": 2,
  62.             "channel_layout": "stereo",
  63.             "bits_per_sample": 0,
  64.             "r_frame_rate": "0/0",
  65.             "avg_frame_rate": "0/0",
  66.             "time_base": "1/1000",
  67.             "start_pts": 0,
  68.             "start_time": "0.000000",
  69.             "disposition": {
  70.                 "default": 1,
  71.                 "dub": 0,
  72.                 "original": 0,
  73.                 "comment": 0,
  74.                 "lyrics": 0,
  75.                 "karaoke": 0,
  76.                 "forced": 0,
  77.                 "hearing_impaired": 0,
  78.                 "visual_impaired": 0,
  79.                 "clean_effects": 0,
  80.                 "attached_pic": 0
  81.             },
  82.             "tags": {
  83.                 "title": "System",
  84.                 "DURATION": "00:00:05.099000000"
  85.             }
  86.         }
  87.     ],
  88.     "format": {
  89.         "filename": "i444_bug.mkv",
  90.         "nb_streams": 2,
  91.         "nb_programs": 0,
  92.         "format_name": "matroska,webm",
  93.         "format_long_name": "Matroska / WebM",
  94.         "start_time": "0.000000",
  95.         "duration": "5.100000",
  96.         "size": "295845",
  97.         "bit_rate": "464070",
  98.         "probe_score": 100,
  99.         "tags": {
  100.             "ENCODER": "Lavf57.36.100"
  101.         }
  102.     }
  103. }
Advertisement
Add Comment
Please, Sign In to add comment