Advertisement
Guest User

Untitled

a guest
Mar 24th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. {
  2. "success": true,
  3. "streams": [
  4. {
  5. "index": 0,
  6. "codec_name": "h264",
  7. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  8. "profile": "High",
  9. "codec_type": "video",
  10. "codec_time_base": "1/74",
  11. "codec_tag_string": "avc1",
  12. "codec_tag": "0x31637661",
  13. "width": 576,
  14. "height": 1024,
  15. "coded_width": 576,
  16. "coded_height": 1024,
  17. "has_b_frames": 2,
  18. "sample_aspect_ratio": "1:1",
  19. "display_aspect_ratio": "9:16",
  20. "pix_fmt": "yuv420p",
  21. "level": 31,
  22. "chroma_location": "left",
  23. "refs": 1,
  24. "is_avc": "true",
  25. "nal_length_size": "4",
  26. "r_frame_rate": "37/1",
  27. "avg_frame_rate": "37/1",
  28. "time_base": "1/18944",
  29. "start_pts": 0,
  30. "start_time": "0.000000",
  31. "duration_ts": 221190,
  32. "duration": "11.675992",
  33. "bit_rate": "1419045",
  34. "bits_per_raw_sample": "8",
  35. "nb_frames": "432",
  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. },
  50. "tags": {
  51. "language": "und",
  52. "handler_name": "VideoHandler"
  53. }
  54. },
  55. {
  56. "index": 1,
  57. "codec_name": "aac",
  58. "codec_long_name": "AAC (Advanced Audio Coding)",
  59. "profile": "LC",
  60. "codec_type": "audio",
  61. "codec_time_base": "1/44100",
  62. "codec_tag_string": "mp4a",
  63. "codec_tag": "0x6134706d",
  64. "sample_fmt": "fltp",
  65. "sample_rate": "44100",
  66. "channels": 2,
  67. "channel_layout": "stereo",
  68. "bits_per_sample": 0,
  69. "r_frame_rate": "0/0",
  70. "avg_frame_rate": "0/0",
  71. "time_base": "1/44100",
  72. "start_pts": 0,
  73. "start_time": "0.000000",
  74. "duration_ts": 513986,
  75. "duration": "11.655011",
  76. "bit_rate": "128015",
  77. "max_bit_rate": "128016",
  78. "nb_frames": "504",
  79. "disposition": {
  80. "default": 1,
  81. "dub": 0,
  82. "original": 0,
  83. "comment": 0,
  84. "lyrics": 0,
  85. "karaoke": 0,
  86. "forced": 0,
  87. "hearing_impaired": 0,
  88. "visual_impaired": 0,
  89. "clean_effects": 0,
  90. "attached_pic": 0,
  91. "timed_thumbnails": 0
  92. },
  93. "tags": {
  94. "language": "und",
  95. "handler_name": "SoundHandler"
  96. }
  97. }
  98. ],
  99. "mime_type": "video/mp4"
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement