Guest User

Untitled

a guest
May 16th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. ffprobe video 5
  2.  
  3. {
  4. "streams": [
  5. {
  6. "index": 0,
  7. "codec_name": "aac",
  8. "codec_long_name": "AAC (Advanced Audio Coding)",
  9. "profile": "LC",
  10. "codec_type": "audio",
  11. "codec_time_base": "1/44100",
  12. "codec_tag_string": "mp4a",
  13. "codec_tag": "0x6134706d",
  14. "sample_fmt": "fltp",
  15. "sample_rate": "44100",
  16. "channels": 1,
  17. "channel_layout": "mono",
  18. "bits_per_sample": 0,
  19. "r_frame_rate": "0/0",
  20. "avg_frame_rate": "0/0",
  21. "time_base": "1/44100",
  22. "start_pts": 0,
  23. "start_time": "0.000000",
  24. "duration_ts": 525312,
  25. "duration": "11.911837",
  26. "bit_rate": "62411",
  27. "max_bit_rate": "64000",
  28. "nb_frames": "513",
  29. "disposition": {
  30. "default": 1,
  31. "dub": 0,
  32. "original": 0,
  33. "comment": 0,
  34. "lyrics": 0,
  35. "karaoke": 0,
  36. "forced": 0,
  37. "hearing_impaired": 0,
  38. "visual_impaired": 0,
  39. "clean_effects": 0,
  40. "attached_pic": 0
  41. },
  42. "tags": {
  43. "creation_time": "2016-04-29 12:59:51",
  44. "language": "und",
  45. "handler_name": "Core Media Data Handler"
  46. }
  47. },
  48. {
  49. "index": 1,
  50. "codec_name": "h264",
  51. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  52. "profile": "High",
  53. "codec_type": "video",
  54. "codec_time_base": "1/1200",
  55. "codec_tag_string": "avc1",
  56. "codec_tag": "0x31637661",
  57. "width": 1280,
  58. "height": 720,
  59. "coded_width": 1280,
  60. "coded_height": 720,
  61. "has_b_frames": 0,
  62. "sample_aspect_ratio": "0:1",
  63. "display_aspect_ratio": "0:1",
  64. "pix_fmt": "yuv420p",
  65. "level": 31,
  66. "color_range": "tv",
  67. "color_space": "bt709",
  68. "color_transfer": "bt709",
  69. "color_primaries": "bt709",
  70. "chroma_location": "left",
  71. "refs": 1,
  72. "is_avc": "true",
  73. "nal_length_size": "4",
  74. "r_frame_rate": "30000/1001",
  75. "avg_frame_rate": "71000/2369",
  76. "time_base": "1/600",
  77. "start_pts": 0,
  78. "start_time": "0.000000",
  79. "duration_ts": 7107,
  80. "duration": "11.845000",
  81. "bit_rate": "4538787",
  82. "bits_per_raw_sample": "8",
  83. "nb_frames": "355",
  84. "disposition": {
  85. "default": 1,
  86. "dub": 0,
  87. "original": 0,
  88. "comment": 0,
  89. "lyrics": 0,
  90. "karaoke": 0,
  91. "forced": 0,
  92. "hearing_impaired": 0,
  93. "visual_impaired": 0,
  94. "clean_effects": 0,
  95. "attached_pic": 0
  96. },
  97. "tags": {
  98. "rotate": "90",
  99. "creation_time": "2016-04-29 12:59:51",
  100. "language": "und",
  101. "handler_name": "Core Media Data Handler",
  102. "encoder": "H.264"
  103. },
  104. "side_data_list": [
  105. {
  106. "side_data_type": "Display Matrix",
  107. "side_data_size": 36,
  108. "displaymatrix": "\n00000000: 0 65536 0\n00000001: -65536 0 0\n00000002: 47185920 0 1073741824\n",
  109. "rotation": -90
  110. }
  111. ]
  112. }
  113. ],
  114. "format": {
  115. "filename": "video5.mp4",
  116. "nb_streams": 2,
  117. "nb_programs": 0,
  118. "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
  119. "format_long_name": "QuickTime / MOV",
  120. "start_time": "0.000000",
  121. "duration": "11.845000",
  122. "size": "6819677",
  123. "bit_rate": "4605944",
  124. "probe_score": 100,
  125. "tags": {
  126. "major_brand": "qt ",
  127. "minor_version": "0",
  128. "compatible_brands": "qt ",
  129. "creation_time": "2016-04-29 12:59:51",
  130. "make": "Apple",
  131. "make-eng": "Apple",
  132. "encoder": "8.1",
  133. "encoder-eng": "8.1",
  134. "date": "2016-04-29T18:28:43+0530",
  135. "date-eng": "2016-04-29T18:28:43+0530",
  136. "location": "+12.9351+077.6081+916.966/",
  137. "location-eng": "+12.9351+077.6081+916.966/",
  138. "model": "iPod touch",
  139. "model-eng": "iPod touch",
  140. "com.apple.quicktime.make": "Apple",
  141. "com.apple.quicktime.creationdate": "2016-04-29T18:28:43+0530",
  142. "com.apple.quicktime.location.ISO6709": "+12.9351+077.6081+916.966/",
  143. "com.apple.quicktime.software": "8.1",
  144. "com.apple.quicktime.model": "iPod touch"
  145. }
  146. }
  147. }
Add Comment
Please, Sign In to add comment