Advertisement
Guest User

ffmpeg conversion

a guest
Oct 11th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.11 KB | None | 0 0
  1. ORIGINAL SOURCE:
  2. {
  3. "streams": [
  4. {
  5. "index": 0,
  6. "codec_name": "h264",
  7. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  8. "profile": "High",
  9. "codec_type": "video",
  10. "codec_time_base": "1/60",
  11. "codec_tag_string": "avc1",
  12. "codec_tag": "0x31637661",
  13. "width": 480,
  14. "height": 720,
  15. "coded_width": 480,
  16. "coded_height": 720,
  17. "has_b_frames": 2,
  18. "sample_aspect_ratio": "1:1",
  19. "display_aspect_ratio": "2:3",
  20. "pix_fmt": "yuv420p",
  21. "level": 30,
  22. "chroma_location": "left",
  23. "refs": 1,
  24. "is_avc": "true",
  25. "nal_length_size": "4",
  26. "r_frame_rate": "30/1",
  27. "avg_frame_rate": "30/1",
  28. "time_base": "1/15360",
  29. "start_pts": 0,
  30. "start_time": "0.000000",
  31. "duration_ts": 2147840,
  32. "duration": "139.833333",
  33. "bit_rate": "417786",
  34. "bits_per_raw_sample": "8",
  35. "nb_frames": "4195",
  36. "disposition": {
  37. "default": 1,
  38. "dub": 0,
  39. "original": 0,
  40. "comment": 0,
  41. "lyrics": 0,
  42. "karaoke": 0,
  43. "forced": 0,
  44. "hearing_impaired": 0,
  45. "visual_impaired": 0,
  46. "clean_effects": 0,
  47. "attached_pic": 0,
  48. "timed_thumbnails": 0
  49. },
  50. "tags": {
  51. "language": "und",
  52. "handler_name": "VideoHandler"
  53. }
  54. },
  55. {
  56. "index": 1,
  57. "codec_name": "aac",
  58. "codec_long_name": "AAC (Advanced Audio Coding)",
  59. "profile": "LC",
  60. "codec_type": "audio",
  61. "codec_time_base": "1/44100",
  62. "codec_tag_string": "mp4a",
  63. "codec_tag": "0x6134706d",
  64. "sample_fmt": "fltp",
  65. "sample_rate": "44100",
  66. "channels": 1,
  67. "channel_layout": "mono",
  68. "bits_per_sample": 0,
  69. "r_frame_rate": "0/0",
  70. "avg_frame_rate": "0/0",
  71. "time_base": "1/44100",
  72. "start_pts": 0,
  73. "start_time": "0.000000",
  74. "duration_ts": 6167552,
  75. "duration": "139.853787",
  76. "bit_rate": "127669",
  77. "max_bit_rate": "127669",
  78. "nb_frames": "6023",
  79. "disposition": {
  80. "default": 1,
  81. "dub": 0,
  82. "original": 0,
  83. "comment": 0,
  84. "lyrics": 0,
  85. "karaoke": 0,
  86. "forced": 0,
  87. "hearing_impaired": 0,
  88. "visual_impaired": 0,
  89. "clean_effects": 0,
  90. "attached_pic": 0,
  91. "timed_thumbnails": 0
  92. },
  93. "tags": {
  94. "language": "und",
  95. "handler_name": "Vireo Ears v2.5.3"
  96. }
  97. }
  98. ],
  99. "format": {
  100. "filename": "x.mp4",
  101. "nb_streams": 2,
  102. "nb_programs": 0,
  103. "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
  104. "format_long_name": "QuickTime / MOV",
  105. "start_time": "0.000000",
  106. "duration": "139.854000",
  107. "size": "9685038",
  108. "bit_rate": "554008",
  109. "probe_score": 100,
  110. "tags": {
  111. "major_brand": "isom",
  112. "minor_version": "512",
  113. "compatible_brands": "isomiso2avc1mp41",
  114. "encoder": "Lavf58.30.100"
  115. }
  116. }
  117. }
  118. CONVERSION COMMAND:
  119. [INFO][2019-10-11 07:30:31]: nice -n 8 /usr/bin/ffmpeg -y -i '/srv/http/asp300/media/videos/vid/41.mp4' -filter_complex "scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2" -c:v libx264 -crf 20 -maxrate 2000k -bufsize 4000k -preset medium -profile:v main -level 4.0 -c:a aac -b:a 128k -ar 44100 -strict -2 -keyint_min 25 -movflags +faststart -threads 0 -r 25 '/srv/http/asp300/media/videos/mp4/41_720p.mp4'
  120. [DEBUG][2019-10-11 07:30:52]: ffmpeg version n4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
  121. built with gcc 9.1.0 (GCC)
  122. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3
  123. libavutil 56. 31.100 / 56. 31.100
  124. libavcodec 58. 54.100 / 58. 54.100
  125. libavformat 58. 29.100 / 58. 29.100
  126. libavdevice 58. 8.100 / 58. 8.100
  127. libavfilter 7. 57.100 / 7. 57.100
  128. libswscale 5. 5.100 / 5. 5.100
  129. libswresample 3. 5.100 / 3. 5.100
  130. libpostproc 55. 5.100 / 55. 5.100
  131. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/srv/http/asp300/media/videos/vid/41.mp4':
  132. Metadata:
  133. major_brand : isom
  134. minor_version : 512
  135. compatible_brands: isomiso2avc1mp41
  136. encoder : Lavf58.30.100
  137. Duration: 00:02:19.85, start: 0.000000, bitrate: 554 kb/s
  138. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 480x720 [SAR 1:1 DAR 2:3], 417 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  139. Metadata:
  140. handler_name : VideoHandler
  141. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 127 kb/s (default)
  142. Metadata:
  143. handler_name : Vireo Ears v2.5.3
  144. Stream mapping:
  145. Stream #0:0 (h264) -> scale (graph 0)
  146. pad (graph 0) -> Stream #0:0 (libx264)
  147. Stream #0:1 -> #0:1 (aac (native) -> aac (native))
  148. Press [q] to stop, [?] for help
  149. [libx264 @ 0x55c7a20fce80] using SAR=1/1
  150. [libx264 @ 0x55c7a20fce80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
  151. [libx264 @ 0x55c7a20fce80] profile Main, level 4.0, 4:2:0, 8-bit
  152. [libx264 @ 0x55c7a20fce80] 264 - core 157 r2945 72db437 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 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=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2000 vbv_bufsize=4000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
  153. Output #0, mp4, to '/srv/http/asp300/media/videos/mp4/41_720p.mp4':
  154. Metadata:
  155. major_brand : isom
  156. minor_version : 512
  157. compatible_brands: isomiso2avc1mp41
  158. encoder : Lavf58.29.100
  159. Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
  160. Metadata:
  161. encoder : Lavc58.54.100 libx264
  162. Side data:
  163. cpb: bitrate max/min/avg: 2000000/0/0 buffer size: 4000000 vbv_delay: -1
  164. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 128 kb/s (default)
  165. Metadata:
  166. handler_name : Vireo Ears v2.5.3
  167. encoder : Lavc58.54.100 aac
  168. [mp4 @ 0x55c7a20fed40] Starting second pass: moving the moov atom to the beginning of the file91 speed=6.87x
  169. frame= 3497 fps=170 q=-1.0 Lsize= 12952kB time=00:02:19.85 bitrate= 758.7kbits/s dup=0 drop=698 speed=6.81x
  170. video:10641kB audio:2199kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.872977%
  171. [libx264 @ 0x55c7a20fce80] frame I:22 Avg QP: 8.42 size: 12939
  172. [libx264 @ 0x55c7a20fce80] frame P:1266 Avg QP:16.91 size: 5425
  173. [libx264 @ 0x55c7a20fce80] frame B:2209 Avg QP:19.60 size: 1695
  174. [libx264 @ 0x55c7a20fce80] consecutive B-frames: 7.8% 14.1% 29.3% 48.7%
  175. [libx264 @ 0x55c7a20fce80] mb I I16..4: 78.8% 0.0% 21.2%
  176. [libx264 @ 0x55c7a20fce80] mb P I16..4: 6.2% 0.0% 3.0% P16..4: 16.4% 5.3% 1.3% 0.0% 0.0% skip:67.8%
  177. [libx264 @ 0x55c7a20fce80] mb B I16..4: 0.4% 0.0% 0.1% B16..8: 17.1% 1.7% 0.1% direct: 0.7% skip:79.8% L0:51.9% L1:44.6% BI: 3.5%
  178. [libx264 @ 0x55c7a20fce80] coded y,uvDC,uvAC intra: 23.1% 40.8% 2.7% inter: 2.0% 5.1% 0.0%
  179. [libx264 @ 0x55c7a20fce80] i16 v,h,dc,p: 47% 16% 9% 27%
  180. [libx264 @ 0x55c7a20fce80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 21% 20% 5% 7% 6% 5% 4% 2%
  181. [libx264 @ 0x55c7a20fce80] i8c dc,h,v,p: 62% 17% 19% 2%
  182. [libx264 @ 0x55c7a20fce80] Weighted P-Frames: Y:0.7% UV:0.2%
  183. [libx264 @ 0x55c7a20fce80] ref P L0: 71.8% 7.6% 15.6% 5.0% 0.1%
  184. [libx264 @ 0x55c7a20fce80] ref B L0: 89.0% 9.5% 1.5%
  185. [libx264 @ 0x55c7a20fce80] ref B L1: 98.2% 1.8%
  186. [libx264 @ 0x55c7a20fce80] kb/s:623.16
  187. [aac @ 0x55c7a211b540] Qavg: 293.661
  188. INTRO:
  189. {
  190. "streams": [
  191. {
  192. "index": 0,
  193. "codec_name": "h264",
  194. "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  195. "profile": "Main",
  196. "codec_type": "video",
  197. "codec_time_base": "1/50",
  198. "codec_tag_string": "avc1",
  199. "codec_tag": "0x31637661",
  200. "width": 1280,
  201. "height": 720,
  202. "coded_width": 1280,
  203. "coded_height": 720,
  204. "has_b_frames": 2,
  205. "pix_fmt": "yuv420p",
  206. "level": 40,
  207. "chroma_location": "left",
  208. "refs": 1,
  209. "is_avc": "true",
  210. "nal_length_size": "4",
  211. "r_frame_rate": "25/1",
  212. "avg_frame_rate": "25/1",
  213. "time_base": "1/12800",
  214. "start_pts": 0,
  215. "start_time": "0.000000",
  216. "duration_ts": 84480,
  217. "duration": "6.600000",
  218. "bit_rate": "822655",
  219. "bits_per_raw_sample": "8",
  220. "nb_frames": "165",
  221. "disposition": {
  222. "default": 1,
  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. "tags": {
  236. "language": "und",
  237. "handler_name": "VideoHandler"
  238. }
  239. },
  240. {
  241. "index": 1,
  242. "codec_name": "aac",
  243. "codec_long_name": "AAC (Advanced Audio Coding)",
  244. "profile": "LC",
  245. "codec_type": "audio",
  246. "codec_time_base": "1/44100",
  247. "codec_tag_string": "mp4a",
  248. "codec_tag": "0x6134706d",
  249. "sample_fmt": "fltp",
  250. "sample_rate": "44100",
  251. "channels": 2,
  252. "channel_layout": "stereo",
  253. "bits_per_sample": 0,
  254. "r_frame_rate": "0/0",
  255. "avg_frame_rate": "0/0",
  256. "time_base": "1/44100",
  257. "start_pts": 0,
  258. "start_time": "0.000000",
  259. "duration_ts": 287753,
  260. "duration": "6.525011",
  261. "bit_rate": "128165",
  262. "max_bit_rate": "128165",
  263. "nb_frames": "282",
  264. "disposition": {
  265. "default": 1,
  266. "dub": 0,
  267. "original": 0,
  268. "comment": 0,
  269. "lyrics": 0,
  270. "karaoke": 0,
  271. "forced": 0,
  272. "hearing_impaired": 0,
  273. "visual_impaired": 0,
  274. "clean_effects": 0,
  275. "attached_pic": 0,
  276. "timed_thumbnails": 0
  277. },
  278. "tags": {
  279. "language": "und",
  280. "handler_name": "Core Media Audio"
  281. }
  282. }
  283. ],
  284. "format": {
  285. "filename": "720p_video-start-x6l9pzjxLY.mp4",
  286. "nb_streams": 2,
  287. "nb_programs": 0,
  288. "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
  289. "format_long_name": "QuickTime / MOV",
  290. "start_time": "0.000000",
  291. "duration": "6.600000",
  292. "size": "790405",
  293. "bit_rate": "958066",
  294. "probe_score": 100,
  295. "tags": {
  296. "major_brand": "isom",
  297. "minor_version": "512",
  298. "compatible_brands": "isomiso2avc1mp41",
  299. "encoder": "Lavf58.29.100"
  300. }
  301. }
  302. }
  303. FINAL CONCAT:
  304. [INFO][2019-10-11 07:30:52]: nice -n 8 /usr/bin/ffmpeg -y -f concat -safe 0 -i '/srv/http/asp300/tmp/uploads/list_eUGNTcFSlb.txt' -c copy -movflags +faststart '/srv/http/asp300/tmp/uploads/X8ZlC3rUu4.mp4'
  305. [DEBUG][2019-10-11 07:30:52]: ffmpeg version n4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
  306. built with gcc 9.1.0 (GCC)
  307. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3
  308. libavutil 56. 31.100 / 56. 31.100
  309. libavcodec 58. 54.100 / 58. 54.100
  310. libavformat 58. 29.100 / 58. 29.100
  311. libavdevice 58. 8.100 / 58. 8.100
  312. libavfilter 7. 57.100 / 7. 57.100
  313. libswscale 5. 5.100 / 5. 5.100
  314. libswresample 3. 5.100 / 3. 5.100
  315. libpostproc 55. 5.100 / 55. 5.100
  316. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/srv/http/asp300/media/videos/vid/41.mp4':
  317. Metadata:
  318. major_brand : isom
  319. minor_version : 512
  320. compatible_brands: isomiso2avc1mp41
  321. encoder : Lavf58.30.100
  322. Duration: 00:02:19.85, start: 0.000000, bitrate: 554 kb/s
  323. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 480x720 [SAR 1:1 DAR 2:3], 417 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  324. Metadata:
  325. handler_name : VideoHandler
  326. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 127 kb/s (default)
  327. Metadata:
  328. handler_name : Vireo Ears v2.5.3
  329. Stream mapping:
  330. Stream #0:0 (h264) -> scale (graph 0)
  331. pad (graph 0) -> Stream #0:0 (libx264)
  332. Stream #0:1 -> #0:1 (aac (native) -> aac (native))
  333. Press [q] to stop, [?] for help
  334. [libx264 @ 0x55c7a20fce80] using SAR=1/1
  335. [libx264 @ 0x55c7a20fce80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
  336. [libx264 @ 0x55c7a20fce80] profile Main, level 4.0, 4:2:0, 8-bit
  337. [libx264 @ 0x55c7a20fce80] 264 - core 157 r2945 72db437 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 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=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2000 vbv_bufsize=4000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
  338. Output #0, mp4, to '/srv/http/asp300/media/videos/mp4/41_720p.mp4':
  339. Metadata:
  340. major_brand : isom
  341. minor_version : 512
  342. compatible_brands: isomiso2avc1mp41
  343. encoder : Lavf58.29.100
  344. Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
  345. Metadata:
  346. encoder : Lavc58.54.100 libx264
  347. Side data:
  348. cpb: bitrate max/min/avg: 2000000/0/0 buffer size: 4000000 vbv_delay: -1
  349. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 128 kb/s (default)
  350. Metadata:
  351. handler_name : Vireo Ears v2.5.3
  352. encoder : Lavc58.54.100 aac
  353. [mp4 @ 0x55c7a20fed40] Starting second pass: moving the moov atom to the beginning of the file91 speed=6.87x
  354. frame= 3497 fps=170 q=-1.0 Lsize= 12952kB time=00:02:19.85 bitrate= 758.7kbits/s dup=0 drop=698 speed=6.81x
  355. video:10641kB audio:2199kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.872977%
  356. [libx264 @ 0x55c7a20fce80] frame I:22 Avg QP: 8.42 size: 12939
  357. [libx264 @ 0x55c7a20fce80] frame P:1266 Avg QP:16.91 size: 5425
  358. [libx264 @ 0x55c7a20fce80] frame B:2209 Avg QP:19.60 size: 1695
  359. [libx264 @ 0x55c7a20fce80] consecutive B-frames: 7.8% 14.1% 29.3% 48.7%
  360. [libx264 @ 0x55c7a20fce80] mb I I16..4: 78.8% 0.0% 21.2%
  361. [libx264 @ 0x55c7a20fce80] mb P I16..4: 6.2% 0.0% 3.0% P16..4: 16.4% 5.3% 1.3% 0.0% 0.0% skip:67.8%
  362. [libx264 @ 0x55c7a20fce80] mb B I16..4: 0.4% 0.0% 0.1% B16..8: 17.1% 1.7% 0.1% direct: 0.7% skip:79.8% L0:51.9% L1:44.6% BI: 3.5%
  363. [libx264 @ 0x55c7a20fce80] coded y,uvDC,uvAC intra: 23.1% 40.8% 2.7% inter: 2.0% 5.1% 0.0%
  364. [libx264 @ 0x55c7a20fce80] i16 v,h,dc,p: 47% 16% 9% 27%
  365. [libx264 @ 0x55c7a20fce80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 21% 20% 5% 7% 6% 5% 4% 2%
  366. [libx264 @ 0x55c7a20fce80] i8c dc,h,v,p: 62% 17% 19% 2%
  367. [libx264 @ 0x55c7a20fce80] Weighted P-Frames: Y:0.7% UV:0.2%
  368. [libx264 @ 0x55c7a20fce80] ref P L0: 71.8% 7.6% 15.6% 5.0% 0.1%
  369. [libx264 @ 0x55c7a20fce80] ref B L0: 89.0% 9.5% 1.5%
  370. [libx264 @ 0x55c7a20fce80] ref B L1: 98.2% 1.8%
  371. [libx264 @ 0x55c7a20fce80] kb/s:623.16
  372. [aac @ 0x55c7a211b540] Qavg: 293.661
  373. ffmpeg version n4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
  374. built with gcc 9.1.0 (GCC)
  375. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3
  376. libavutil 56. 31.100 / 56. 31.100
  377. libavcodec 58. 54.100 / 58. 54.100
  378. libavformat 58. 29.100 / 58. 29.100
  379. libavdevice 58. 8.100 / 58. 8.100
  380. libavfilter 7. 57.100 / 7. 57.100
  381. libswscale 5. 5.100 / 5. 5.100
  382. libswresample 3. 5.100 / 3. 5.100
  383. libpostproc 55. 5.100 / 55. 5.100
  384. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x560c9cf7ee00] Auto-inserting h264_mp4toannexb bitstream filter
  385. Input #0, concat, from '/srv/http/asp300/tmp/uploads/list_eUGNTcFSlb.txt':
  386. Duration: N/A, start: -0.023220, bitrate: 950 kb/s
  387. Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720, 822 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc
  388. Metadata:
  389. handler_name : VideoHandler
  390. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s
  391. Metadata:
  392. handler_name : Core Media Audio
  393. Output #0, mp4, to '/srv/http/asp300/tmp/uploads/X8ZlC3rUu4.mp4':
  394. Metadata:
  395. encoder : Lavf58.29.100
  396. Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720, q=2-31, 822 kb/s, 25 fps, 25 tbr, 12800 tbn, 12800 tbc
  397. Metadata:
  398. handler_name : VideoHandler
  399. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s
  400. Metadata:
  401. handler_name : Core Media Audio
  402. Stream mapping:
  403. Stream #0:0 -> #0:0 (copy)
  404. Stream #0:1 -> #0:1 (copy)
  405. Press [q] to stop, [?] for help
  406. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x560c9cf86d80] Auto-inserting h264_mp4toannexb bitstream filter
  407. [mp4 @ 0x560c9cfae040] Starting second pass: moving the moov atom to the beginning of the file
  408. frame= 3662 fps=0.0 q=-1.0 Lsize= 13724kB time=00:02:26.45 bitrate= 767.6kbits/s speed=2.09e+03x
  409. video:11305kB audio:2301kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.863049%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement