Guest User

Untitled

a guest
May 16th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. FFprobe video7:-
  2.  
  3. {
  4. "streams": [
  5. {
  6. "index": 0,
  7. "codec_name": "h264",
  8. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  9. "profile": "High",
  10. "codec_type": "video",
  11. "codec_time_base": "1/180000",
  12. "codec_tag_string": "avc1",
  13. "codec_tag": "0x31637661",
  14. "width": 1280,
  15. "height": 720,
  16. "coded_width": 1280,
  17. "coded_height": 720,
  18. "has_b_frames": 0,
  19. "sample_aspect_ratio": "1:1",
  20. "display_aspect_ratio": "16:9",
  21. "pix_fmt": "yuv420p",
  22. "level": 31,
  23. "chroma_location": "left",
  24. "refs": 1,
  25. "is_avc": "true",
  26. "nal_length_size": "4",
  27. "r_frame_rate": "45000/1499",
  28. "avg_frame_rate": "45000/1499",
  29. "time_base": "1/90000",
  30. "start_pts": 0,
  31. "start_time": "0.000000",
  32. "duration_ts": 851432,
  33. "duration": "9.460356",
  34. "bit_rate": "9974549",
  35. "bits_per_raw_sample": "8",
  36. "nb_frames": "284",
  37. "disposition": {
  38. "default": 1,
  39. "dub": 0,
  40. "original": 0,
  41. "comment": 0,
  42. "lyrics": 0,
  43. "karaoke": 0,
  44. "forced": 0,
  45. "hearing_impaired": 0,
  46. "visual_impaired": 0,
  47. "clean_effects": 0,
  48. "attached_pic": 0
  49. },
  50. "tags": {
  51. "rotate": "90",
  52. "creation_time": "2016-04-29 12:44:57",
  53. "language": "eng",
  54. "handler_name": "VideoHandle",
  55. "encoder": "MOTO"
  56. },
  57. "side_data_list": [
  58. {
  59. "side_data_type": "Display Matrix",
  60. "side_data_size": 36,
  61. "displaymatrix": "\n00000000: 0 65536 0\n00000001: -65536 0 0\n00000002: 0 0 1073741824\n",
  62. "rotation": -90
  63. }
  64. ]
  65. },
  66. {
  67. "index": 1,
  68. "codec_name": "aac",
  69. "codec_long_name": "AAC (Advanced Audio Coding)",
  70. "profile": "LC",
  71. "codec_type": "audio",
  72. "codec_time_base": "1/48000",
  73. "codec_tag_string": "mp4a",
  74. "codec_tag": "0x6134706d",
  75. "sample_fmt": "fltp",
  76. "sample_rate": "48000",
  77. "channels": 2,
  78. "channel_layout": "stereo",
  79. "bits_per_sample": 0,
  80. "r_frame_rate": "0/0",
  81. "avg_frame_rate": "0/0",
  82. "time_base": "1/48000",
  83. "start_pts": 0,
  84. "start_time": "0.000000",
  85. "duration_ts": 455223,
  86. "duration": "9.483812",
  87. "bit_rate": "128225",
  88. "max_bit_rate": "96000",
  89. "nb_frames": "444",
  90. "disposition": {
  91. "default": 1,
  92. "dub": 0,
  93. "original": 0,
  94. "comment": 0,
  95. "lyrics": 0,
  96. "karaoke": 0,
  97. "forced": 0,
  98. "hearing_impaired": 0,
  99. "visual_impaired": 0,
  100. "clean_effects": 0,
  101. "attached_pic": 0
  102. },
  103. "tags": {
  104. "creation_time": "2016-04-29 12:44:57",
  105. "language": "eng",
  106. "handler_name": "SoundHandle"
  107. }
  108. }
  109. ],
  110. "format": {
  111. "filename": "video7.mp4",
  112. "nb_streams": 2,
  113. "nb_programs": 0,
  114. "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
  115. "format_long_name": "QuickTime / MOV",
  116. "start_time": "0.000000",
  117. "duration": "9.472000",
  118. "size": "12352388",
  119. "bit_rate": "10432760",
  120. "probe_score": 100,
  121. "tags": {
  122. "major_brand": "mp42",
  123. "minor_version": "0",
  124. "compatible_brands": "isommp42",
  125. "creation_time": "2016-04-29 12:44:57"
  126. }
  127. }
  128. }
Add Comment
Please, Sign In to add comment