Guest User

Untitled

a guest
Sep 12th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.74 KB | None | 0 0
  1. ➜ splitvideo ffmpeg -i input.mp4 -codec copy -map 0 -f segment -segment_frames 1849 output%03d.mp4
  2. ffmpeg version N-56196-ga8e00cf Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  5. libavutil 52. 43.100 / 52. 43.100
  6. libavcodec 55. 31.101 / 55. 31.101
  7. libavformat 55. 16.102 / 55. 16.102
  8. libavdevice 55. 3.100 / 55. 3.100
  9. libavfilter 3. 84.100 / 3. 84.100
  10. libswscale 2. 5.100 / 2. 5.100
  11. libswresample 0. 17.103 / 0. 17.103
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 1
  17. compatible_brands: isom
  18. creation_time : 2013-09-05 16:10:04
  19. copyright :
  20. copyright-eng :
  21. Duration: 00:01:54.47, start: 0.000000, bitrate: 2219 kb/s
  22. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 2092 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  23. Metadata:
  24. creation_time : 2013-09-05 16:02:05
  25. handler_name : L-SMASH Video Media Handler
  26. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s (default)
  27. Metadata:
  28. creation_time : 2013-09-05 16:02:05
  29. handler_name : Sound Media Handler
  30. Output #0, segment, to 'output%03d.mp4':
  31. Metadata:
  32. major_brand : isom
  33. minor_version : 1
  34. compatible_brands: isom
  35. copyright-eng :
  36. copyright :
  37. encoder : Lavf55.16.102
  38. Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 1280x720, q=2-31, 2092 kb/s, 29.97 fps, 90k tbn, 29.97 tbc (default)
  39. Metadata:
  40. creation_time : 2013-09-05 16:02:05
  41. handler_name : L-SMASH Video Media Handler
  42. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, 124 kb/s (default)
  43. Metadata:
  44. creation_time : 2013-09-05 16:02:05
  45. handler_name : Sound Media Handler
  46. Stream mapping:
  47. Stream #0:0 -> #0:0 (copy)
  48. Stream #0:1 -> #0:1 (copy)
  49. Press [q] to stop, [?] for help
  50. frame= 3429 fps=0.0 q=-1.0 Lsize=N/A time=00:01:54.47 bitrate=N/A
  51. video:29223kB audio:1736kB subtitle:0 global headers:0kB muxing overhead -100.000069%
  52. ➜ splitvideo ffmpeg -i output000.mp4 -c:a libfdk_aac -q:a 0.03 -c:v libx264 -crf 25 -preset slow -vf "scale=852:480" output000_0.mp4
  53. ffmpeg version N-56196-ga8e00cf Copyright (c) 2000-2013 the FFmpeg developers
  54. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  55. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  56. libavutil 52. 43.100 / 52. 43.100
  57. libavcodec 55. 31.101 / 55. 31.101
  58. libavformat 55. 16.102 / 55. 16.102
  59. libavdevice 55. 3.100 / 55. 3.100
  60. libavfilter 3. 84.100 / 3. 84.100
  61. libswscale 2. 5.100 / 2. 5.100
  62. libswresample 0. 17.103 / 0. 17.103
  63. libpostproc 52. 3.100 / 52. 3.100
  64. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output000.mp4':
  65. Metadata:
  66. major_brand : isom
  67. minor_version : 512
  68. compatible_brands: isomiso2avc1mp41
  69. encoder : Lavf55.16.102
  70. Duration: 00:01:01.80, start: 0.066000, bitrate: 2311 kb/s
  71. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 2179 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  72. Metadata:
  73. handler_name : VideoHandler
  74. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s (default)
  75. Metadata:
  76. handler_name : SoundHandler
  77. [libx264 @ 0x33fa9c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  78. [libx264 @ 0x33fa9c0] profile High, level 3.1
  79. [libx264 @ 0x33fa9c0] 264 - core 138 r2358 9e941d1 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=umh subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  80. [libfdk_aac @ 0x33efa20] Note, the VBR setting is unsupported and only works with some parameter combinations
  81. Output #0, mp4, to 'output000_0.mp4':
  82. Metadata:
  83. major_brand : isom
  84. minor_version : 512
  85. compatible_brands: isomiso2avc1mp41
  86. encoder : Lavf55.16.102
  87. Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 852x480, q=-1--1, 30k tbn, 29.97 tbc (default)
  88. Metadata:
  89. handler_name : VideoHandler
  90. Stream #0:1(und): Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16 (default)
  91. Metadata:
  92. handler_name : SoundHandler
  93. Stream mapping:
  94. Stream #0:0 -> #0:0 (h264 -> libx264)
  95. Stream #0:1 -> #0:1 (aac -> libfdk_aac)
  96. Press [q] to stop, [?] for help
  97. frame= 1852 fps= 83 q=-1.0 Lsize= 11474kB time=00:01:01.73 bitrate=1522.5kbits/s
  98. video:10584kB audio:824kB subtitle:0 global headers:0kB muxing overhead 0.576982%
  99. [libx264 @ 0x33fa9c0] frame I:53 Avg QP:22.80 size: 32561
  100. [libx264 @ 0x33fa9c0] frame P:793 Avg QP:27.41 size: 8582
  101. [libx264 @ 0x33fa9c0] frame B:1006 Avg QP:29.74 size: 2292
  102. [libx264 @ 0x33fa9c0] consecutive B-frames: 20.8% 13.5% 20.1% 45.6%
  103. [libx264 @ 0x33fa9c0] mb I I16..4: 22.7% 47.6% 29.7%
  104. [libx264 @ 0x33fa9c0] mb P I16..4: 8.9% 18.2% 4.2% P16..4: 21.6% 8.9% 4.4% 0.0% 0.0% skip:33.8%
  105. [libx264 @ 0x33fa9c0] mb B I16..4: 1.0% 2.0% 0.4% B16..8: 25.4% 4.1% 0.9% direct: 2.2% skip:63.8% L0:40.3% L1:51.4% BI: 8.3%
  106. [libx264 @ 0x33fa9c0] 8x8 transform intra:56.5% inter:69.9%
  107. [libx264 @ 0x33fa9c0] direct mvs spatial:98.7% temporal:1.3%
  108. [libx264 @ 0x33fa9c0] coded y,uvDC,uvAC intra: 40.8% 22.8% 8.8% inter: 11.4% 5.3% 0.9%
  109. [libx264 @ 0x33fa9c0] i16 v,h,dc,p: 33% 29% 7% 31%
  110. [libx264 @ 0x33fa9c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 16% 17% 7% 8% 7% 9% 7% 9%
  111. [libx264 @ 0x33fa9c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 21% 11% 8% 10% 8% 11% 7% 10%
  112. [libx264 @ 0x33fa9c0] i8c dc,h,v,p: 77% 12% 7% 4%
  113. [libx264 @ 0x33fa9c0] Weighted P-Frames: Y:13.5% UV:4.0%
  114. [libx264 @ 0x33fa9c0] ref P L0: 64.1% 10.0% 13.6% 5.7% 4.4% 2.1% 0.2%
  115. [libx264 @ 0x33fa9c0] ref B L0: 75.5% 15.4% 7.1% 2.1%
  116. [libx264 @ 0x33fa9c0] ref B L1: 92.3% 7.7%
  117. [libx264 @ 0x33fa9c0] kb/s:1403.01
  118. ➜ splitvideo ffmpeg -i output001.mp4 -c:a libfdk_aac -q:a 0.03 -c:v libx264 -crf 25 -preset slow -vf "scale=852:480" output001_1.mp4
  119. ffmpeg version N-56196-ga8e00cf Copyright (c) 2000-2013 the FFmpeg developers
  120. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  121. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  122. libavutil 52. 43.100 / 52. 43.100
  123. libavcodec 55. 31.101 / 55. 31.101
  124. libavformat 55. 16.102 / 55. 16.102
  125. libavdevice 55. 3.100 / 55. 3.100
  126. libavfilter 3. 84.100 / 3. 84.100
  127. libswscale 2. 5.100 / 2. 5.100
  128. libswresample 0. 17.103 / 0. 17.103
  129. libpostproc 52. 3.100 / 52. 3.100
  130. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output001.mp4':
  131. Metadata:
  132. major_brand : isom
  133. minor_version : 512
  134. compatible_brands: isomiso2avc1mp41
  135. encoder : Lavf55.16.102
  136. Duration: 00:00:52.74, start: 61.805000, bitrate: 2118 kb/s
  137. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 1990 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  138. Metadata:
  139. handler_name : VideoHandler
  140. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s (default)
  141. Metadata:
  142. handler_name : SoundHandler
  143. [libx264 @ 0x2a8d8c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  144. [libx264 @ 0x2a8d8c0] profile High, level 3.1
  145. [libx264 @ 0x2a8d8c0] 264 - core 138 r2358 9e941d1 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=umh subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  146. [libfdk_aac @ 0x2a81860] Note, the VBR setting is unsupported and only works with some parameter combinations
  147. Output #0, mp4, to 'output001_1.mp4':
  148. Metadata:
  149. major_brand : isom
  150. minor_version : 512
  151. compatible_brands: isomiso2avc1mp41
  152. encoder : Lavf55.16.102
  153. Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 852x480, q=-1--1, 30k tbn, 29.97 tbc (default)
  154. Metadata:
  155. handler_name : VideoHandler
  156. Stream #0:1(und): Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16 (default)
  157. Metadata:
  158. handler_name : SoundHandler
  159. Stream mapping:
  160. Stream #0:0 -> #0:0 (h264 -> libx264)
  161. Stream #0:1 -> #0:1 (aac -> libfdk_aac)
  162. Press [q] to stop, [?] for help
  163. frame= 1579 fps= 81 q=-1.0 Lsize= 9225kB time=00:00:52.73 bitrate=1433.0kbits/s dup=2 drop=0
  164. video:8464kB audio:705kB subtitle:0 global headers:0kB muxing overhead 0.612408%
  165. [libx264 @ 0x2a8d8c0] frame I:49 Avg QP:23.69 size: 31541
  166. [libx264 @ 0x2a8d8c0] frame P:662 Avg QP:27.27 size: 7720
  167. [libx264 @ 0x2a8d8c0] frame B:868 Avg QP:29.71 size: 2316
  168. [libx264 @ 0x2a8d8c0] consecutive B-frames: 21.3% 10.0% 18.8% 49.9%
  169. [libx264 @ 0x2a8d8c0] mb I I16..4: 14.2% 59.9% 25.9%
  170. [libx264 @ 0x2a8d8c0] mb P I16..4: 9.8% 17.4% 3.9% P16..4: 22.8% 8.7% 3.8% 0.0% 0.0% skip:33.6%
  171. [libx264 @ 0x2a8d8c0] mb B I16..4: 1.7% 3.3% 0.9% B16..8: 22.2% 3.5% 0.7% direct: 2.6% skip:65.1% L0:40.6% L1:52.9% BI: 6.5%
  172. [libx264 @ 0x2a8d8c0] 8x8 transform intra:56.6% inter:74.6%
  173. [libx264 @ 0x2a8d8c0] direct mvs spatial:99.4% temporal:0.6%
  174. [libx264 @ 0x2a8d8c0] coded y,uvDC,uvAC intra: 47.7% 32.6% 15.9% inter: 12.2% 6.2% 1.2%
  175. [libx264 @ 0x2a8d8c0] i16 v,h,dc,p: 45% 24% 6% 25%
  176. [libx264 @ 0x2a8d8c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 15% 12% 7% 8% 9% 12% 8% 10%
  177. [libx264 @ 0x2a8d8c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 23% 7% 6% 9% 8% 15% 6% 8%
  178. [libx264 @ 0x2a8d8c0] i8c dc,h,v,p: 72% 11% 11% 5%
  179. [libx264 @ 0x2a8d8c0] Weighted P-Frames: Y:15.4% UV:9.2%
  180. [libx264 @ 0x2a8d8c0] ref P L0: 67.6% 11.6% 11.5% 4.5% 3.3% 1.5% 0.0%
  181. [libx264 @ 0x2a8d8c0] ref B L0: 71.8% 16.7% 9.3% 2.1%
  182. [libx264 @ 0x2a8d8c0] ref B L1: 92.3% 7.7%
  183. [libx264 @ 0x2a8d8c0] kb/s:1315.91
  184. ➜ splitvideo cat parts.txt
  185. file 'output000.mp4'
  186. file 'output001.mp4'
  187. ➜ splitvideo cat encparts.txt
  188. file 'output000_0.mp4'
  189. file 'output001_1.mp4'
  190. ➜ splitvideo ffmpeg -f concat -i encparts.txt -c copy final_encoded.mp4
  191. ffmpeg version N-56196-ga8e00cf Copyright (c) 2000-2013 the FFmpeg developers
  192. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  193. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  194. libavutil 52. 43.100 / 52. 43.100
  195. libavcodec 55. 31.101 / 55. 31.101
  196. libavformat 55. 16.102 / 55. 16.102
  197. libavdevice 55. 3.100 / 55. 3.100
  198. libavfilter 3. 84.100 / 3. 84.100
  199. libswscale 2. 5.100 / 2. 5.100
  200. libswresample 0. 17.103 / 0. 17.103
  201. libpostproc 52. 3.100 / 52. 3.100
  202. [concat @ 0x30d0040] Estimating duration from bitrate, this may be inaccurate
  203. Input #0, concat, from 'encparts.txt':
  204. Duration: 00:00:00.04, start: 0.000000, bitrate: 8 kb/s
  205. Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p, 852x480, 1403 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
  206. Stream #0:1: Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 109 kb/s
  207. Output #0, mp4, to 'final_encoded.mp4':
  208. Metadata:
  209. encoder : Lavf55.16.102
  210. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 852x480, q=2-31, 1403 kb/s, 29.97 fps, 30k tbn, 30k tbc
  211. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 109 kb/s
  212. Stream mapping:
  213. Stream #0:0 -> #0:0 (copy)
  214. Stream #0:1 -> #0:1 (copy)
  215. Press [q] to stop, [?] for help
  216. frame= 3431 fps=0.0 q=-1.0 Lsize= 20698kB time=00:01:54.57 bitrate=1479.9kbits/s
  217. video:19048kB audio:1529kB subtitle:0 global headers:0kB muxing overhead 0.587246%
  218. ➜ splitvideo ffmpeg -f concat -i parts.txt -c copy final_plain.mp4
  219. ffmpeg version N-56196-ga8e00cf Copyright (c) 2000-2013 the FFmpeg developers
  220. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  221. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  222. libavutil 52. 43.100 / 52. 43.100
  223. libavcodec 55. 31.101 / 55. 31.101
  224. libavformat 55. 16.102 / 55. 16.102
  225. libavdevice 55. 3.100 / 55. 3.100
  226. libavfilter 3. 84.100 / 3. 84.100
  227. libswscale 2. 5.100 / 2. 5.100
  228. libswresample 0. 17.103 / 0. 17.103
  229. libpostproc 52. 3.100 / 52. 3.100
  230. [concat @ 0x28d4040] Estimating duration from bitrate, this may be inaccurate
  231. Input #0, concat, from 'parts.txt':
  232. Duration: 00:00:00.00, start: 0.000000, bitrate: 2301 kb/s
  233. Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 2179 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
  234. Stream #0:1: Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s
  235. Output #0, mp4, to 'final_plain.mp4':
  236. Metadata:
  237. encoder : Lavf55.16.102
  238. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720, q=2-31, 2179 kb/s, 29.97 fps, 30k tbn, 30k tbc
  239. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 124 kb/s
  240. Stream mapping:
  241. Stream #0:0 -> #0:0 (copy)
  242. Stream #0:1 -> #0:1 (copy)
  243. Press [q] to stop, [?] for help
  244. frame= 3429 fps=0.0 q=-1.0 Lsize= 31075kB time=00:01:54.53 bitrate=2222.7kbits/s
  245. video:29223kB audio:1736kB subtitle:0 global headers:0kB muxing overhead 0.372167%
  246. ➜ splitvideo ffprobe -i input.mp4
  247. ffprobe version N-56196-ga8e00cf Copyright (c) 2007-2013 the FFmpeg developers
  248. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  249. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  250. libavutil 52. 43.100 / 52. 43.100
  251. libavcodec 55. 31.101 / 55. 31.101
  252. libavformat 55. 16.102 / 55. 16.102
  253. libavdevice 55. 3.100 / 55. 3.100
  254. libavfilter 3. 84.100 / 3. 84.100
  255. libswscale 2. 5.100 / 2. 5.100
  256. libswresample 0. 17.103 / 0. 17.103
  257. libpostproc 52. 3.100 / 52. 3.100
  258. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  259. Metadata:
  260. major_brand : isom
  261. minor_version : 1
  262. compatible_brands: isom
  263. creation_time : 2013-09-05 16:10:04
  264. copyright :
  265. copyright-eng :
  266. Duration: 00:01:54.47, start: 0.000000, bitrate: 2219 kb/s
  267. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 2092 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  268. Metadata:
  269. creation_time : 2013-09-05 16:02:05
  270. handler_name : L-SMASH Video Media Handler
  271. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s (default)
  272. Metadata:
  273. creation_time : 2013-09-05 16:02:05
  274. handler_name : Sound Media Handler
  275. ➜ splitvideo ffprobe -i final_plain.mp4
  276. ffprobe version N-56196-ga8e00cf Copyright (c) 2007-2013 the FFmpeg developers
  277. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  278. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  279. libavutil 52. 43.100 / 52. 43.100
  280. libavcodec 55. 31.101 / 55. 31.101
  281. libavformat 55. 16.102 / 55. 16.102
  282. libavdevice 55. 3.100 / 55. 3.100
  283. libavfilter 3. 84.100 / 3. 84.100
  284. libswscale 2. 5.100 / 2. 5.100
  285. libswresample 0. 17.103 / 0. 17.103
  286. libpostproc 52. 3.100 / 52. 3.100
  287. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2037980] Invalid SampleDelta in STTS -2965616
  288. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'final_plain.mp4':
  289. Metadata:
  290. major_brand : isom
  291. minor_version : 512
  292. compatible_brands: isomiso2avc1mp41
  293. encoder : Lavf55.16.102
  294. Duration: 00:01:54.47, start: 0.000000, bitrate: 2223 kb/s
  295. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 1280x720, 2091 kb/s, 29.96 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  296. Metadata:
  297. handler_name : VideoHandler
  298. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 124 kb/s (default)
  299. Metadata:
  300. handler_name : SoundHandler
  301. ➜ splitvideo ffprobe -i final_encoded.mp4
  302. ffprobe version N-56196-ga8e00cf Copyright (c) 2007-2013 the FFmpeg developers
  303. built on Sep 11 2013 21:26:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-10ubuntu1)
  304. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-libfdk-aac --enable-runtime-cpudetect --extra-ldflags=-static
  305. libavutil 52. 43.100 / 52. 43.100
  306. libavcodec 55. 31.101 / 55. 31.101
  307. libavformat 55. 16.102 / 55. 16.102
  308. libavdevice 55. 3.100 / 55. 3.100
  309. libavfilter 3. 84.100 / 3. 84.100
  310. libswscale 2. 5.100 / 2. 5.100
  311. libswresample 0. 17.103 / 0. 17.103
  312. libpostproc 52. 3.100 / 52. 3.100
  313. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'final_encoded.mp4':
  314. Metadata:
  315. major_brand : isom
  316. minor_version : 512
  317. compatible_brands: isomiso2avc1mp41
  318. encoder : Lavf55.16.102
  319. Duration: 00:01:54.62, start: 0.000000, bitrate: 1479 kb/s
  320. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 852x480, 1363 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
  321. Metadata:
  322. handler_name : VideoHandler
  323. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 109 kb/s (default)
  324. Metadata:
  325. handler_name : SoundHandler
Advertisement
Add Comment
Please, Sign In to add comment