Advertisement
aemilius89

ffprobe movie jellyfin

May 20th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.22621.1702]
  2. (c) Microsoft Corporation. Alle rechten voorbehouden.
  3.  
  4. C:\Windows\System32>ffprobe -v quiet -print_format json -show_format -show_streams "E:\films\Dune (2021) [720p] [WEBRip] [YTS.MX]\Dune 2021 720p WEBRip x264 AAC-[YTS MX].mp4"
  5. {
  6. "streams": [
  7. {
  8. "index": 0,
  9. "codec_name": "h264",
  10. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  11. "profile": "High",
  12. "codec_type": "video",
  13. "codec_tag_string": "avc1",
  14. "codec_tag": "0x31637661",
  15. "width": 1280,
  16. "height": 512,
  17. "coded_width": 1280,
  18. "coded_height": 512,
  19. "closed_captions": 0,
  20. "film_grain": 0,
  21. "has_b_frames": 2,
  22. "sample_aspect_ratio": "1:1",
  23. "display_aspect_ratio": "5:2",
  24. "pix_fmt": "yuv420p",
  25. "level": 41,
  26. "color_range": "tv",
  27. "color_space": "bt709",
  28. "color_transfer": "bt709",
  29. "color_primaries": "bt709",
  30. "chroma_location": "left",
  31. "field_order": "progressive",
  32. "refs": 1,
  33. "is_avc": "true",
  34. "nal_length_size": "4",
  35. "id": "0x1",
  36. "r_frame_rate": "25/1",
  37. "avg_frame_rate": "25/1",
  38. "time_base": "1/12800",
  39. "start_pts": 0,
  40. "start_time": "0.000000",
  41. "duration_ts": 114382848,
  42. "duration": "8936.160000",
  43. "bit_rate": "1149842",
  44. "bits_per_raw_sample": "8",
  45. "nb_frames": "223404",
  46. "extradata_size": 49,
  47. "disposition": {
  48. "default": 1,
  49. "dub": 0,
  50. "original": 0,
  51. "comment": 0,
  52. "lyrics": 0,
  53. "karaoke": 0,
  54. "forced": 0,
  55. "hearing_impaired": 0,
  56. "visual_impaired": 0,
  57. "clean_effects": 0,
  58. "attached_pic": 0,
  59. "timed_thumbnails": 0,
  60. "captions": 0,
  61. "descriptions": 0,
  62. "metadata": 0,
  63. "dependent": 0,
  64. "still_image": 0
  65. },
  66. "tags": {
  67. "language": "und",
  68. "handler_name": "VideoHandler",
  69. "vendor_id": "[0][0][0][0]"
  70. }
  71. },
  72. {
  73. "index": 1,
  74. "codec_name": "aac",
  75. "codec_long_name": "AAC (Advanced Audio Coding)",
  76. "profile": "LC",
  77. "codec_type": "audio",
  78. "codec_tag_string": "mp4a",
  79. "codec_tag": "0x6134706d",
  80. "sample_fmt": "fltp",
  81. "sample_rate": "48000",
  82. "channels": 2,
  83. "channel_layout": "stereo",
  84. "bits_per_sample": 0,
  85. "initial_padding": 0,
  86. "id": "0x2",
  87. "r_frame_rate": "0/0",
  88. "avg_frame_rate": "0/0",
  89. "time_base": "1/48000",
  90. "start_pts": 0,
  91. "start_time": "0.000000",
  92. "duration_ts": 428934144,
  93. "duration": "8936.128000",
  94. "bit_rate": "128467",
  95. "nb_frames": "418882",
  96. "extradata_size": 5,
  97. "disposition": {
  98. "default": 1,
  99. "dub": 0,
  100. "original": 0,
  101. "comment": 0,
  102. "lyrics": 0,
  103. "karaoke": 0,
  104. "forced": 0,
  105. "hearing_impaired": 0,
  106. "visual_impaired": 0,
  107. "clean_effects": 0,
  108. "attached_pic": 0,
  109. "timed_thumbnails": 0,
  110. "captions": 0,
  111. "descriptions": 0,
  112. "metadata": 0,
  113. "dependent": 0,
  114. "still_image": 0
  115. },
  116. "tags": {
  117. "language": "und",
  118. "handler_name": "SoundHandler",
  119. "vendor_id": "[0][0][0][0]"
  120. }
  121. }
  122. ],
  123. "format": {
  124. "filename": "E:\\films\\Dune (2021) [720p] [WEBRip] [YTS.MX]\\Dune 2021 720p WEBRip x264 AAC-[YTS MX].mp4",
  125. "nb_streams": 2,
  126. "nb_programs": 0,
  127. "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
  128. "format_long_name": "QuickTime / MOV",
  129. "start_time": "0.000000",
  130. "duration": "8936.160000",
  131. "size": "1434553259",
  132. "bit_rate": "1284268",
  133. "probe_score": 100,
  134. "tags": {
  135. "major_brand": "isom",
  136. "minor_version": "512",
  137. "compatible_brands": "isomiso2avc1mp41",
  138. "encoder": "Lavf58.67.100"
  139. }
  140. }
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement