Advertisement
Guest User

Untitled

a guest
May 27th, 2024
103
0
233 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.42 KB | None | 0 0
  1. $ ffmpeg -v debug -hide_banner -nostdin -nostats -i "full_video.mp4" -c copy -f null -
  2. Splitting the commandline.
  3. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  4. Reading option '-hide_banner' ... matched as option 'hide_banner' (do not show program banner) with argument '1'.
  5. Reading option '-nostdin' ... matched as option 'stdin' (enable or disable interaction on standard input) with argument 0.
  6. Reading option '-nostats' ... matched as option 'stats' (print progress report during encoding) with argument 0.
  7. Reading option '-i' ... matched as input url with argument 'full_video.mp4'.
  8. Reading option '-c' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'copy'.
  9. Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'null'.
  10. Reading option '-' ... matched as output url.
  11. Finished splitting the commandline.
  12. Parsing a group of options: global .
  13. Applying option v (set logging level) with argument debug.
  14. Applying option hide_banner (do not show program banner) with argument 1.
  15. Applying option nostdin (enable or disable interaction on standard input) with argument 0.
  16. Applying option nostats (print progress report during encoding) with argument 0.
  17. Successfully parsed a group of options.
  18. Parsing a group of options: input url full_video.mp4.
  19. Successfully parsed a group of options.
  20. Opening an input file: full_video.mp4.
  21. [AVFormatContext @ 0x600c0a830900] Opening 'full_video.mp4' for reading
  22. [file @ 0x600c0a830f40] Setting default whitelist 'file,crypto,data'
  23. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  24. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] ISO: File Type Major Brand: isom
  25. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Unknown dref type 0x206c7275 size 12
  26. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Processing st: 0, edit list 0 - media time: -1, duration: 2790
  27. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Processing st: 0, edit list 1 - media time: 0, duration: 478440180
  28. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Unknown dref type 0x206c7275 size 12
  29. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Sample size 3043950162 is too large
  30. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 29.916667 0.006373
  31. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 30.000000 0.000112
  32. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 60.000000 0.000447
  33. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 120.000000 0.001789
  34. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 240.000000 0.007155
  35. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 29.970030 0.000942
  36. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] rfps: 59.940060 0.003767
  37. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] Before avformat_find_stream_info() pos: 5581554 bytes read:5600316 seeks:0 nb_streams:2
  38. [h264 @ 0x600c0a831880] nal_unit_type: 7(SPS), nal_ref_idc: 3
  39. [h264 @ 0x600c0a831880] Decoding VUI
  40. [h264 @ 0x600c0a831880] nal_unit_type: 8(PPS), nal_ref_idc: 3
  41. Transform tree:
  42. mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  43. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  44. Transform tree:
  45. mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  46. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  47. Transform tree:
  48. mdct_inv_float_avx2 - type: mdct_float, len: 120, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  49. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 60, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  50. fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  51. Transform tree:
  52. mdct_inv_float_avx2 - type: mdct_float, len: 128, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  53. fft_sr_asm_float_fma3 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  54. Transform tree:
  55. mdct_inv_float_avx2 - type: mdct_float, len: 480, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  56. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 240, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  57. fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  58. Transform tree:
  59. mdct_inv_float_avx2 - type: mdct_float, len: 512, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  60. fft_sr_asm_float_fma3 - type: fft_float, len: 256, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  61. Transform tree:
  62. mdct_inv_float_avx2 - type: mdct_float, len: 960, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  63. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 480, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  64. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  65. Transform tree:
  66. mdct_inv_float_avx2 - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  67. fft_sr_asm_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  68. Transform tree:
  69. mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
  70. fft_sr_ns_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
  71. [h264 @ 0x600c0a831880] nal_unit_type: 7(SPS), nal_ref_idc: 3
  72. [h264 @ 0x600c0a831880] Decoding VUI
  73. [h264 @ 0x600c0a831880] nal_unit_type: 8(PPS), nal_ref_idc: 3
  74. [h264 @ 0x600c0a831880] Decoding VUI
  75. [h264 @ 0x600c0a831880] nal_unit_type: 9(AUD), nal_ref_idc: 0
  76. [h264 @ 0x600c0a831880] nal_unit_type: 7(SPS), nal_ref_idc: 3
  77. [h264 @ 0x600c0a831880] nal_unit_type: 8(PPS), nal_ref_idc: 3
  78. [h264 @ 0x600c0a831880] nal_unit_type: 5(IDR), nal_ref_idc: 3
  79. [h264 @ 0x600c0a831880] Decoding VUI
  80. [h264 @ 0x600c0a831880] Format yuv420p chosen by get_format().
  81. [h264 @ 0x600c0a831880] Reinit context to 960x720, pix_fmt: yuv420p
  82. [h264 @ 0x600c0a831880] concealing 1691 DC, 1691 AC, 1691 MV errors in I frame
  83. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] All info found
  84. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830900] After avformat_find_stream_info() pos: 5624074 bytes read:5633084 seeks:0 frames:3
  85. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'full_video.mp4':
  86. Metadata:
  87. major_brand : isom
  88. minor_version : 512
  89. compatible_brands: isomiso2avc1mp41
  90. encoder : Lavf57.62.100
  91. Duration: 01:28:36.03, start: 0.000000, bitrate: 3130 kb/s
  92. Stream #0:0[0x1](und), 1, 1/90000: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(progressive, left), 960x720 [SAR 1:1 DAR 4:3], 0/1, 3028 kb/s, 29.93 fps, 30 tbr, 90k tbn (default)
  93. Metadata:
  94. handler_name : VideoHandler
  95. vendor_id : [0][0][0][0]
  96. Stream #0:1[0x2](und), 2, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 93 kb/s (default)
  97. Metadata:
  98. handler_name : SoundHandler
  99. vendor_id : [0][0][0][0]
  100. Successfully opened the file.
  101. Parsing a group of options: output url -.
  102. Applying option c (select encoder/decoder ('copy' to copy stream without reencoding)) with argument copy.
  103. Applying option f (force container format (auto-detected otherwise)) with argument null.
  104. Successfully parsed a group of options.
  105. Opening an output file: -.
  106. [out#0/null @ 0x600c0a832c40] No explicit maps, mapping streams automatically...
  107. [vost#0:0/copy @ 0x600c0a872bc0] Created video stream from input stream 0:0
  108. [aost#0:1/copy @ 0x600c0a86da00] Created audio stream from input stream 0:1
  109. Successfully opened the file.
  110. Stream mapping:
  111. Stream #0:0 -> #0:0 (copy)
  112. Stream #0:1 -> #0:1 (copy)
  113. Output #0, null, to 'pipe:':
  114. Metadata:
  115. major_brand : isom
  116. minor_version : 512
  117. compatible_brands: isomiso2avc1mp41
  118. encoder : Lavf61.3.104
  119. Stream #0:0(und), 0, 1/90000: Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(progressive, left), 960x720 [SAR 1:1 DAR 4:3], 0/1, q=2-31, 3028 kb/s, 29.93 fps, 30 tbr, 90k tbn (default)
  120. Metadata:
  121. handler_name : VideoHandler
  122. vendor_id : [0][0][0][0]
  123. Stream #0:1(und), 0, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 93 kb/s (default)
  124. Metadata:
  125. handler_name : SoundHandler
  126. vendor_id : [0][0][0][0]
  127. [out#0/null @ 0x600c0a832c40] Starting thread...
  128. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Starting thread...
  129. [h264 @ 0x600c0abd18c0] Decoding VUI
  130. Last message repeated 77 times
  131. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (-720787532 > 47705).
  132. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 47709
  133. [h264 @ 0x600c0abd18c0] Decoding VUI
  134. Last message repeated 653 times
  135. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (1049218 > 11473).
  136. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 11477
  137. [h264 @ 0x600c0abd18c0] Decoding VUI
  138. Last message repeated 344 times
  139. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (722808771 > 10603).
  140. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 10607
  141. [h264 @ 0x600c0abd18c0] Decoding VUI
  142. Last message repeated 413 times
  143. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (526767940 > 14657).
  144. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 14661
  145. [h264 @ 0x600c0abd18c0] Decoding VUI
  146. Last message repeated 47 times
  147. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (1063190835 > 51).
  148. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 6615
  149. [h264 @ 0x600c0abd18c0] Decoding VUI
  150. Last message repeated 2997 times
  151. [h264 @ 0x600c0abd18c0] Invalid NAL unit size (546037722 > 12246).
  152. [h264 @ 0x600c0abd18c0] missing picture in access unit with size 12250
  153. [h264 @ 0x600c0abd18c0] Decoding VUI
  154. Last message repeated 764 times
  155. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] EOF while reading input
  156. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Terminating thread with return code 0 (success)
  157. [out#0/null @ 0x600c0a832c40] All streams finished
  158. [out#0/null @ 0x600c0a832c40] Terminating thread with return code 0 (success)
  159. [out#0/null @ 0x600c0a832c40] Output file #0 (pipe:):
  160. [out#0/null @ 0x600c0a832c40] Output stream #0:0 (video): 159120 packets muxed (2012394601 bytes);
  161. [out#0/null @ 0x600c0a832c40] Output stream #0:1 (audio): 111334 packets muxed (298953112 bytes);
  162. [out#0/null @ 0x600c0a832c40] Total: 270454 packets (2311347713 bytes) muxed
  163. [out#0/null @ 0x600c0a832c40] video:1965229KiB audio:291946KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
  164. size=N/A time=01:28:36.00 bitrate=N/A speed=3.17e+03x
  165. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Input file #0 (full_video.mp4):
  166. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Input stream #0:0 (video): 159120 packets read (2012394601 bytes);
  167. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Input stream #0:1 (audio): 111334 packets read (298953112 bytes);
  168. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x600c0a830640] Total: 270454 packets (2311347713 bytes) demuxed
  169. [AVIOContext @ 0x600c0a839100] Statistics: 2348737354 bytes read, 2 seeks
  170.  
  171.  
  172.  
  173.  
  174. $ ffprobe -hide_banner -threads 0 -show_entries "stream=time_base:format=size" -of "flat=h=0" "full_video.mp4"
  175. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5762ebe5e8c0] Sample size 3043950162 is too large
  176. [h264 @ 0x5762ebe5f800] concealing 1691 DC, 1691 AC, 1691 MV errors in I frame
  177. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'full_video.mp4':
  178. Metadata:
  179. major_brand : isom
  180. minor_version : 512
  181. compatible_brands: isomiso2avc1mp41
  182. encoder : Lavf57.62.100
  183. Duration: 01:28:36.03, start: 0.000000, bitrate: 3130 kb/s
  184. Stream #0:0[0x1](und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(progressive), 960x720 [SAR 1:1 DAR 4:3], 3028 kb/s, 29.93 fps, 30 tbr, 90k tbn (default)
  185. Metadata:
  186. handler_name : VideoHandler
  187. vendor_id : [0][0][0][0]
  188. Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 93 kb/s (default)
  189. Metadata:
  190. handler_name : SoundHandler
  191. vendor_id : [0][0][0][0]
  192. stream.0.time_base="1/90000"
  193. stream.1.time_base="1/44100"
  194. format.size="2080050886"
  195.  
  196.  
  197.  
  198.  
  199. ffprobe -v quiet -hide_banner -threads 0 -show_entries "frame=best_effort_timestamp_time" -select_streams a:0 -of "compact=nk=1:p=0" "full_video.mp4"
  200. (manually trimmed everything before 2583)
  201. 2583.011020
  202. 2583.034240
  203. 2583.057460
  204. 2583.080680
  205. 2583.103900
  206. 2583.127120
  207. 2583.150340
  208. 2583.173560
  209. 2583.196780
  210. 2583.220000
  211. 2583.243220
  212. 2583.266440
  213. 2583.289660
  214. 2583.312880
  215. 2583.336100
  216. 2583.359320
  217. 2583.382540
  218. 2583.405760
  219. 2583.428980
  220. 2583.452200
  221. 2583.475420
  222. 2583.498639
  223. 2583.521859
  224. 2583.545079
  225. 2583.568299
  226. 2583.591519
  227. 2583.614739
  228. 2583.637959
  229. 2583.661179
  230. 2583.684399
  231. 2583.707619
  232. 2583.730839
  233. 2583.755941
  234. 2583.779161
  235. 2583.802381
  236. 2583.823719
  237. 2583.846939
  238. 2583.870159
  239. 2583.893379
  240. 2583.916599
  241. 2583.939819
  242. 2583.963039
  243. 2583.986259
  244. 2584.009478
  245. 2584.032698
  246. 2584.055918
  247. 2584.079138
  248. 2584.102358
  249. 2584.125578
  250. 2584.148798
  251. 2584.172018
  252. 2584.195238
  253. 2584.218458
  254. 2584.241678
  255. 2584.264898
  256. 2584.288118
  257. 2584.311338
  258. 2584.334558
  259. 2584.357778
  260. 2584.380998
  261. 2584.404218
  262. 2584.427438
  263. 2584.450658
  264. 2584.473878
  265. 2584.497098
  266. 2584.520317
  267. 2584.543537
  268. 2584.566757
  269. 2584.589977
  270. 2584.613197
  271. 2584.636417
  272. 2584.659637
  273. 2584.682857
  274. 2584.706077
  275. 2584.729297
  276. 2584.752517
  277. 2584.775737
  278. 2584.798957
  279. 2584.822177
  280. 2584.845397
  281. 2584.870499
  282. 2584.893719
  283. 2584.916939
  284. 2584.936508
  285. 2584.959728
  286. 2584.982925
  287. 2585.007937
  288. 2585.031156
  289. 2585.054376
  290. 2585.077596
  291. 2585.100816
  292. 2585.124036
  293. 2585.147256
  294.  
  295.  
  296.  
  297.  
  298. ffprobe -v quiet -hide_banner -threads 0 -show_entries "frame=best_effort_timestamp_time" -select_streams v:0 -of "compact=nk=1:p=0" "full_video.mp4"
  299. (manually trimmed to [2583, 2588])
  300. 2583.031000
  301. 2583.065000
  302. 2583.099000
  303. 2583.132000
  304. 2583.165000
  305. 2583.199000
  306. 2583.232000
  307. 2583.265000
  308. 2583.298000
  309. 2583.332000
  310. 2583.365000
  311. 2583.399000
  312. 2583.432000
  313. 2583.465000
  314. 2583.499000
  315. 2583.532000
  316. 2583.565000
  317. 2583.599000
  318. 2583.632000
  319. 2583.665000
  320. 2583.699000
  321. 2583.732000
  322. 2583.765000
  323. 2583.799000
  324. 2583.831000
  325. 2583.865000
  326. 2583.899000
  327. 2583.932000
  328. 2583.965000
  329. 2583.999000
  330. 2584.032000
  331. 2584.065000
  332. 2584.098000
  333. 2584.132000
  334. 2584.165000
  335. 2584.199000
  336. 2584.232000
  337. 2584.265000
  338. 2584.299000
  339. 2584.332000
  340. 2584.365000
  341. 2584.399000
  342. 2584.432000
  343. 2584.465000
  344. 2584.499000
  345. 2584.532000
  346. 2584.565000
  347. 2584.599000
  348. 2584.631000
  349. 2584.665000
  350. 2584.699000
  351. 2584.732000
  352. 2584.765000
  353. 2584.799000
  354. 2584.832000
  355. 2584.865000
  356. 2584.898000
  357. 2584.932000
  358. 2584.965000
  359. 2584.999000
  360. 2585.032000
  361. 2585.065000
  362. 2585.099000
  363. 2585.132000
  364. 2585.165000
  365. 2585.199000
  366. 2585.232000
  367. 2585.265000
  368. 2585.299000
  369. 2585.332000
  370. 2585.365000
  371. 2585.399000
  372. 2585.431000
  373. 2585.465000
  374. 2585.499000
  375. 2585.532000
  376. 2585.565000
  377. 2585.599000
  378. 2585.632000
  379. 2585.665000
  380. 2585.698000
  381. 2585.732000
  382. 2585.765000
  383. 2585.799000
  384. 2585.832000
  385. 2585.865000
  386. 2585.899000
  387. 2585.932000
  388. 2585.965000
  389. 2585.999000
  390. 2586.031000
  391. 2586.065000
  392. 2586.099000
  393. 2586.132000
  394. 2586.165000
  395. 2586.199000
  396. 2586.232000
  397. 2586.265000
  398. 2586.298000
  399. 2586.332000
  400. 2586.365000
  401. 2586.399000
  402. 2586.432000
  403. 2586.465000
  404. 2586.499000
  405. 2586.532000
  406. 2586.565000
  407. 2586.599000
  408. 2586.632000
  409. 2586.665000
  410. 2586.699000
  411. 2586.732000
  412. 2586.765000
  413. 2586.799000
  414. 2586.831000
  415. 2586.865000
  416. 2586.899000
  417. 2586.932000
  418. 2586.965000
  419. 2586.999000
  420. 2587.032000
  421. 2587.065000
  422. 2587.098000
  423. 2587.132000
  424. 2587.165000
  425. 2587.199000
  426. 2587.232000
  427. 2587.265000
  428. 2587.299000
  429. 2587.332000
  430. 2587.365000
  431. 2587.399000
  432. 2587.432000
  433. 2587.465000
  434. 2587.499000
  435. 2587.532000
  436. 2587.565000
  437. 2587.599000
  438. 2587.631000
  439. 2587.665000
  440. 2587.699000
  441. 2587.732000
  442. 2587.765000
  443. 2587.799000
  444. 2587.832000
  445. 2587.865000
  446. 2587.898000
  447. 2587.932000
  448. 2587.965000
  449. 2587.999000
  450. 2588.032000
  451. 2588.065000
  452. 2588.099000
  453. 2588.132000
  454. 2588.165000
  455. 2588.199000
  456. 2588.232000
  457. 2588.265000
  458. 2588.299000
  459. 2588.332000
  460. 2588.365000
  461. 2588.399000
  462. 2588.431000
  463. 2588.465000
  464. 2588.499000
  465. 2588.532000
  466. 2588.565000
  467. 2588.599000
  468. 2588.632000
  469. 2588.665000
  470. 2588.698000
  471. 2588.732000
  472. 2588.765000
  473. 2588.799000
  474. 2588.832000
  475. 2588.865000
  476. 2588.899000
  477. 2588.932000
  478. 2588.965000
  479. 2588.999000
  480.  
  481.  
  482.  
  483.  
  484. $ exiftool -U -ee3 -g3:5:2 -api "RequestAll=0" -api "ByteUnit=Binary" -api "LargeFileSupport" "full_video.mp4"
  485. ---- ExifTool ----
  486. ExifTool Version Number : 12.85
  487. ---- System:Other ----
  488. File Name : full_video.mp4
  489. Directory : .
  490. File Size : 1984 MiB
  491. File Permissions : -rw-r--r--
  492. ---- System:Time ----
  493. File Modification Date/Time : 2018:05:05 20:48:09+02:00
  494. File Access Date/Time : 2024:05:07 08:14:43+02:00
  495. File Inode Change Date/Time : 2024:05:07 17:16:57+02:00
  496. ---- MOV:Other ----
  497. File Type : MP4
  498. File Type Extension : mp4
  499. MIME Type : video/mp4
  500. ---- MOV-FileType:Video ----
  501. Major Brand : MP4 Base Media v1 [IS0 14496-12:2003]
  502. Minor Version : 0.2.0
  503. Compatible Brands : isom, iso2, avc1, mp41
  504. ---- MOV-Movie-MovieHeader:Video ----
  505. Movie Header Version : 0
  506. Time Scale : 1000
  507. Duration : 1:28:36
  508. Preferred Rate : 1
  509. Preferred Volume : 100.00%
  510. Matrix Structure : 1 0 0 0 1 0 0 0 1
  511. Preview Time : 0 s
  512. Preview Duration : 0 s
  513. Poster Time : 0 s
  514. Selection Time : 0 s
  515. Selection Duration : 0 s
  516. Current Time : 0 s
  517. Next Track ID : 3
  518. ---- MOV-Movie-MovieHeader:Time ----
  519. Create Date : 0000:00:00 00:00:00
  520. Modify Date : 0000:00:00 00:00:00
  521. ---- MOV-Movie-Track-TrackHeader:Video ----
  522. Track Header Version : 0
  523. Track ID : 1
  524. Track Duration : 1:28:36
  525. Track Layer : 0
  526. Track Volume : 0.00%
  527. Matrix Structure : 1 0 0 0 1 0 0 0 1
  528. Image Width : 960
  529. Image Height : 720
  530. Track Header Version : 0
  531. Track ID : 2
  532. Track Duration : 1:28:36
  533. Track Layer : 0
  534. Track Volume : 100.00%
  535. Matrix Structure : 1 0 0 0 1 0 0 0 1
  536. ---- MOV-Movie-Track-TrackHeader:Time ----
  537. Track Create Date : 0000:00:00 00:00:00
  538. Track Modify Date : 0000:00:00 00:00:00
  539. Track Create Date : 0000:00:00 00:00:00
  540. Track Modify Date : 0000:00:00 00:00:00
  541. ---- MOV-Movie-Track:Video ----
  542. Unknown edts : (Binary data 40 bytes, use -b option to extract)
  543. Unknown edts : (Binary data 28 bytes, use -b option to extract)
  544. ---- MOV-Movie-Track-Media-MediaHeader:Video ----
  545. Media Header Version : 0
  546. Media Time Scale : 90000
  547. Media Duration : 1:28:36
  548. Media Language Code : und
  549. Media Header Version : 0
  550. Media Time Scale : 44100
  551. Media Duration : 1:28:36
  552. Media Language Code : und
  553. ---- MOV-Movie-Track-Media-MediaHeader:Time ----
  554. Media Create Date : 0000:00:00 00:00:00
  555. Media Modify Date : 0000:00:00 00:00:00
  556. Media Create Date : 0000:00:00 00:00:00
  557. Media Modify Date : 0000:00:00 00:00:00
  558. ---- MOV-Movie-Track-Media-Handler:Video ----
  559. Handler Type : Video Track
  560. Handler Description : VideoHandler
  561. Handler Type : Audio Track
  562. Handler Description : SoundHandler
  563. ---- MOV-Movie-Track-Media-MediaInfo-VideoHeader:Video ----
  564. Graphics Mode : srcCopy
  565. Op Color : 0 0 0
  566. ---- MOV-Movie-Track-Media-MediaInfo-SampleTable-VideoSampleDesc:Image ----
  567. Compressor ID : avc1
  568. Source Image Width : 960
  569. Source Image Height : 720
  570. X Resolution : 72
  571. Y Resolution : 72
  572. Bit Depth : 24
  573. AVC Configuration : (Binary data 37 bytes, use -b option to extract)
  574. Pixel Aspect Ratio : 1:1
  575. ---- MOV-Movie-Track-Media-MediaInfo-SampleTable:Video ----
  576. Video Frame Rate : 29.932
  577. Sync Sample Table : (Binary data 21224 bytes, use -b option to extract)
  578. Sample To Chunk : (Binary data 116 bytes, use -b option to extract)
  579. Sample Sizes : (Binary data 636492 bytes, use -b option to extract)
  580. Chunk Offset : (Binary data 636472 bytes, use -b option to extract)
  581. Time To Sample Table : (Binary data 224280 bytes, use -b option to extract)
  582. Sample To Chunk : (Binary data 1662896 bytes, use -b option to extract)
  583. Sample Sizes : (Binary data 913716 bytes, use -b option to extract)
  584. Chunk Offset : (Binary data 636476 bytes, use -b option to extract)
  585. ---- MOV-Movie-Track-Media-MediaInfo:Video ----
  586. Image Width : 960
  587. Image Height : 720
  588. ---- MOV-Movie-Track-Media-MediaInfo-AudioHeader:Audio ----
  589. Balance : 0
  590. ---- MOV-Movie-Track-Media-MediaInfo-SampleTable-AudioSampleDesc:Audio ----
  591. Audio Format : mp4a
  592. Audio Channels : 2
  593. Audio Bits Per Sample : 16
  594. Audio Sample Rate : 44100
  595. Unknown esds : (Binary data 43 bytes, use -b option to extract)
  596. ---- MOV-Movie-UserData-Meta-Handler:Video ----
  597. Handler Type : Metadata
  598. Handler Vendor ID : Apple
  599. ---- MOV-Movie-UserData-Meta-ItemList:Audio ----
  600. Encoder : Lavf57.62.100
  601. ---- MOV:Video ----
  602. Free : (Binary data 0 bytes, use -b option to extract)
  603. Media Data Size : 2074469332
  604. Media Data Offset : 5581554
  605. ---- Composite:Image ----
  606. Image Size : 960x720
  607. Megapixels : 0.691
  608. ---- Composite:Video ----
  609. Avg Bitrate : 3.12 Mbps
  610. Rotation : 0
  611.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement