Advertisement
Guest User

Untitled

a guest
Oct 27th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 KB | None | 0 0
  1. $ ffprobe -show_streams -print_format json -probesize 50M -analyzeduration 50M .\VTS_05_1.VOB
  2. {
  3. "streams": [
  4. {
  5. "index": 0,
  6. "codec_name": "dvd_nav_packet",
  7. "codec_long_name": "DVD Nav packet",
  8. "codec_type": "data",
  9. "codec_tag_string": "[0][0][0][0]",
  10. "codec_tag": "0x0000",
  11. "id": "0x1bf",
  12. "r_frame_rate": "0/0",
  13. "avg_frame_rate": "0/0",
  14. "time_base": "1/90000",
  15. "start_pts": 25257,
  16. "start_time": "0.280633",
  17. "disposition": {
  18. "default": 0,
  19. "dub": 0,
  20. "original": 0,
  21. "comment": 0,
  22. "lyrics": 0,
  23. "karaoke": 0,
  24. "forced": 0,
  25. "hearing_impaired": 0,
  26. "visual_impaired": 0,
  27. "clean_effects": 0,
  28. "attached_pic": 0,
  29. "timed_thumbnails": 0
  30. }
  31. },
  32. {
  33. "index": 1,
  34. "codec_name": "mpeg2video",
  35. "codec_long_name": "MPEG-2 video",
  36. "profile": "Main",
  37. "codec_type": "video",
  38. "codec_time_base": "4/117",
  39. "codec_tag_string": "[0][0][0][0]",
  40. "codec_tag": "0x0000",
  41. "width": 720,
  42. "height": 480,
  43. "coded_width": 0,
  44. "coded_height": 0,
  45. "has_b_frames": 1,
  46. "sample_aspect_ratio": "32:27",
  47. "display_aspect_ratio": "16:9",
  48. "pix_fmt": "yuv420p",
  49. "level": 8,
  50. "color_range": "tv",
  51. "color_space": "smpte170m",
  52. "color_transfer": "smpte170m",
  53. "color_primaries": "smpte170m",
  54. "chroma_location": "left",
  55. "field_order": "progressive",
  56. "refs": 1,
  57. "id": "0x1e0",
  58. "r_frame_rate": "60000/1001",
  59. "avg_frame_rate": "117/4",
  60. "time_base": "1/90000",
  61. "start_pts": 25257,
  62. "start_time": "0.280633",
  63. "duration_ts": 149716066,
  64. "duration": "1663.511844",
  65. "bit_rate": "5000000",
  66. "disposition": {
  67. "default": 0,
  68. "dub": 0,
  69. "original": 0,
  70. "comment": 0,
  71. "lyrics": 0,
  72. "karaoke": 0,
  73. "forced": 0,
  74. "hearing_impaired": 0,
  75. "visual_impaired": 0,
  76. "clean_effects": 0,
  77. "attached_pic": 0,
  78. "timed_thumbnails": 0
  79. }
  80. },
  81. {
  82. "index": 2,
  83. "codec_name": "ac3",
  84. "codec_long_name": "ATSC A/52A (AC-3)",
  85. "codec_type": "audio",
  86. "codec_time_base": "1/48000",
  87. "codec_tag_string": "[0][0][0][0]",
  88. "codec_tag": "0x0000",
  89. "sample_fmt": "fltp",
  90. "sample_rate": "48000",
  91. "channels": 6,
  92. "channel_layout": "5.1(side)",
  93. "bits_per_sample": 0,
  94. "dmix_mode": "-1",
  95. "ltrt_cmixlev": "-1.000000",
  96. "ltrt_surmixlev": "-1.000000",
  97. "loro_cmixlev": "-1.000000",
  98. "loro_surmixlev": "-1.000000",
  99. "id": "0x80",
  100. "r_frame_rate": "0/0",
  101. "avg_frame_rate": "0/0",
  102. "time_base": "1/90000",
  103. "start_pts": 25257,
  104. "start_time": "0.280633",
  105. "duration_ts": 149731200,
  106. "duration": "1663.680000",
  107. "bit_rate": "448000",
  108. "disposition": {
  109. "default": 0,
  110. "dub": 0,
  111. "original": 0,
  112. "comment": 0,
  113. "lyrics": 0,
  114. "karaoke": 0,
  115. "forced": 0,
  116. "hearing_impaired": 0,
  117. "visual_impaired": 0,
  118. "clean_effects": 0,
  119. "attached_pic": 0,
  120. "timed_thumbnails": 0
  121. }
  122. },
  123. {
  124. "index": 3,
  125. "codec_name": "ac3",
  126. "codec_long_name": "ATSC A/52A (AC-3)",
  127. "codec_type": "audio",
  128. "codec_time_base": "1/48000",
  129. "codec_tag_string": "[0][0][0][0]",
  130. "codec_tag": "0x0000",
  131. "sample_fmt": "fltp",
  132. "sample_rate": "48000",
  133. "channels": 2,
  134. "channel_layout": "stereo",
  135. "bits_per_sample": 0,
  136. "dmix_mode": "-1",
  137. "ltrt_cmixlev": "-1.000000",
  138. "ltrt_surmixlev": "-1.000000",
  139. "loro_cmixlev": "-1.000000",
  140. "loro_surmixlev": "-1.000000",
  141. "id": "0x81",
  142. "r_frame_rate": "0/0",
  143. "avg_frame_rate": "0/0",
  144. "time_base": "1/90000",
  145. "start_pts": 25257,
  146. "start_time": "0.280633",
  147. "duration_ts": 149731200,
  148. "duration": "1663.680000",
  149. "bit_rate": "192000",
  150. "disposition": {
  151. "default": 0,
  152. "dub": 0,
  153. "original": 0,
  154. "comment": 0,
  155. "lyrics": 0,
  156. "karaoke": 0,
  157. "forced": 0,
  158. "hearing_impaired": 0,
  159. "visual_impaired": 0,
  160. "clean_effects": 0,
  161. "attached_pic": 0,
  162. "timed_thumbnails": 0
  163. }
  164. },
  165. {
  166. "index": 4,
  167. "codec_name": "ac3",
  168. "codec_long_name": "ATSC A/52A (AC-3)",
  169. "codec_type": "audio",
  170. "codec_time_base": "1/48000",
  171. "codec_tag_string": "[0][0][0][0]",
  172. "codec_tag": "0x0000",
  173. "sample_fmt": "fltp",
  174. "sample_rate": "48000",
  175. "channels": 6,
  176. "channel_layout": "5.1(side)",
  177. "bits_per_sample": 0,
  178. "dmix_mode": "-1",
  179. "ltrt_cmixlev": "-1.000000",
  180. "ltrt_surmixlev": "-1.000000",
  181. "loro_cmixlev": "-1.000000",
  182. "loro_surmixlev": "-1.000000",
  183. "id": "0x82",
  184. "r_frame_rate": "0/0",
  185. "avg_frame_rate": "0/0",
  186. "time_base": "1/90000",
  187. "start_pts": 25257,
  188. "start_time": "0.280633",
  189. "duration_ts": 149731200,
  190. "duration": "1663.680000",
  191. "bit_rate": "448000",
  192. "disposition": {
  193. "default": 0,
  194. "dub": 0,
  195. "original": 0,
  196. "comment": 0,
  197. "lyrics": 0,
  198. "karaoke": 0,
  199. "forced": 0,
  200. "hearing_impaired": 0,
  201. "visual_impaired": 0,
  202. "clean_effects": 0,
  203. "attached_pic": 0,
  204. "timed_thumbnails": 0
  205. }
  206. },
  207. {
  208. "index": 5,
  209. "codec_name": "dvd_subtitle",
  210. "codec_long_name": "DVD subtitles",
  211. "codec_type": "subtitle",
  212. "codec_time_base": "0/1",
  213. "codec_tag_string": "[0][0][0][0]",
  214. "codec_tag": "0x0000",
  215. "id": "0x22",
  216. "r_frame_rate": "0/0",
  217. "avg_frame_rate": "0/0",
  218. "time_base": "1/90000",
  219. "start_pts": 3502731,
  220. "start_time": "38.919233",
  221. "disposition": {
  222. "default": 0,
  223. "dub": 0,
  224. "original": 0,
  225. "comment": 0,
  226. "lyrics": 0,
  227. "karaoke": 0,
  228. "forced": 0,
  229. "hearing_impaired": 0,
  230. "visual_impaired": 0,
  231. "clean_effects": 0,
  232. "attached_pic": 0,
  233. "timed_thumbnails": 0
  234. }
  235. },
  236. {
  237. "index": 6,
  238. "codec_name": "dvd_subtitle",
  239. "codec_long_name": "DVD subtitles",
  240. "codec_type": "subtitle",
  241. "codec_time_base": "0/1",
  242. "codec_tag_string": "[0][0][0][0]",
  243. "codec_tag": "0x0000",
  244. "id": "0x20",
  245. "r_frame_rate": "0/0",
  246. "avg_frame_rate": "0/0",
  247. "time_base": "1/90000",
  248. "start_pts": 4166394,
  249. "start_time": "46.293267",
  250. "disposition": {
  251. "default": 0,
  252. "dub": 0,
  253. "original": 0,
  254. "comment": 0,
  255. "lyrics": 0,
  256. "karaoke": 0,
  257. "forced": 0,
  258. "hearing_impaired": 0,
  259. "visual_impaired": 0,
  260. "clean_effects": 0,
  261. "attached_pic": 0,
  262. "timed_thumbnails": 0
  263. }
  264. },
  265. {
  266. "index": 7,
  267. "codec_name": "dvd_subtitle",
  268. "codec_long_name": "DVD subtitles",
  269. "codec_type": "subtitle",
  270. "codec_time_base": "0/1",
  271. "codec_tag_string": "[0][0][0][0]",
  272. "codec_tag": "0x0000",
  273. "id": "0x21",
  274. "r_frame_rate": "0/0",
  275. "avg_frame_rate": "0/0",
  276. "time_base": "1/90000",
  277. "start_pts": 4169397,
  278. "start_time": "46.326633",
  279. "disposition": {
  280. "default": 0,
  281. "dub": 0,
  282. "original": 0,
  283. "comment": 0,
  284. "lyrics": 0,
  285. "karaoke": 0,
  286. "forced": 0,
  287. "hearing_impaired": 0,
  288. "visual_impaired": 0,
  289. "clean_effects": 0,
  290. "attached_pic": 0,
  291. "timed_thumbnails": 0
  292. }
  293. }
  294. ]
  295. }
  296. ffprobe version git-2019-10-26-1054752 Copyright (c) 2007-2019 the FFmpeg developers
  297. built with gcc 9.2.1 (GCC) 20191010
  298. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
  299. libavutil 56. 35.101 / 56. 35.101
  300. libavcodec 58. 60.100 / 58. 60.100
  301. libavformat 58. 33.100 / 58. 33.100
  302. libavdevice 58. 9.100 / 58. 9.100
  303. libavfilter 7. 65.100 / 7. 65.100
  304. libswscale 5. 6.100 / 5. 6.100
  305. libswresample 3. 6.100 / 3. 6.100
  306. libpostproc 55. 6.100 / 55. 6.100
  307. Input #0, mpeg, from '.\VTS_05_1.VOB':
  308. Duration: 00:27:43.68, start: 0.280633, bitrate: 5162 kb/s
  309. Stream #0:0[0x1bf]: Data: dvd_nav_packet
  310. Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, smpte170m, progressive), 720x480 [SAR 32:27 DAR 16:9], 5000 kb/s, 29.25 fps, 59.94 tbr, 90k tbn, 59.94 tbc
  311. Stream #0:2[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
  312. Stream #0:3[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
  313. Stream #0:4[0x82]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
  314. Stream #0:5[0x22]: Subtitle: dvd_subtitle
  315. Stream #0:6[0x20]: Subtitle: dvd_subtitle
  316. Stream #0:7[0x21]: Subtitle: dvd_subtitle
  317. Unsupported codec with id 100357 for input stream 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement