Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ffmpeg version 3.4.1-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers
  2. built with gcc 6.4.0 (Debian 6.4.0-10) 20171112
  3. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
  4. libavutil 55. 78.100 / 55. 78.100
  5. libavcodec 57.107.100 / 57.107.100
  6. libavformat 57. 83.100 / 57. 83.100
  7. libavdevice 57. 10.100 / 57. 10.100
  8. libavfilter 6.107.100 / 6.107.100
  9. libswscale 4. 8.100 / 4. 8.100
  10. libswresample 2. 9.100 / 2. 9.100
  11. libpostproc 54. 7.100 / 54. 7.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘video.mp4':
  13. Metadata:
  14. major_brand : isom
  15. minor_version : 512
  16. compatible_brands: isomiso2avc1mp41
  17. encoder : Lavf57.83.100
  18. Duration: 00:00:46.00, start: 0.000000, bitrate: 30182 kb/s
  19. Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 30181 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
  20. Metadata:
  21. handler_name : VideoHandler
  22. [aac @ 0x49321a0] Estimating duration from bitrate, this may be inaccurate
  23. Input #1, aac, from ‘music.aac':
  24. Duration: 00:00:48.88, bitrate: 136 kb/s
  25. Stream #1:0: Audio: aac (LC), 44100 Hz, stereo, fltp, 136 kb/s
  26. Output #0, mp4, to ‘video.mp4':
  27. Metadata:
  28. major_brand : isom
  29. minor_version : 512
  30. compatible_brands: isomiso2avc1mp41
  31. encoder : Lavf57.83.100
  32. Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 30181 kb/s, 25 fps, 25 tbr, 12800 tbn, 12800 tbc (default)
  33. Metadata:
  34. handler_name : VideoHandler
  35. Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 136 kb/s
  36. Stream mapping:
  37. Stream #0:0 -> #0:0 (copy)
  38. Stream #1:0 -> #0:1 (copy)
  39. Press [q] to stop, [?] for help
  40. frame= 1 fps=0.0 q=-1.0 Lsize= 1652kB time=00:00:51.08 bitrate= 264.9kbits/s speed=1.24e+03x
  41. video:841kB audio:816kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement