Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. ['/usr/local/bin/ffmpeg', '-f', 'image2', '-framerate', '1/5', '-i', 'test_rand/11-small.png', '-f', 'image2', '-framerate', '1/5', '-i', 'test_rand/25-small.png', '-f', 'image2', '-framerate', '1/5', '-i', 'test_rand/25-small.png', '-filter_complex', 'concat=n=3:v=1:a=0,fps=1/5', '-vcodec', 'mpeg4', '-b:v', '800k', '-f', 'matroska', '-y', 'pipe:1']
  2. -----------------
  3. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Nov 6 2014 23:40:10 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  5. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  6. libavutil 54. 7.100 / 54. 7.100
  7. libavcodec 56. 1.100 / 56. 1.100
  8. libavformat 56. 4.101 / 56. 4.101
  9. libavdevice 56. 0.100 / 56. 0.100
  10. libavfilter 5. 1.100 / 5. 1.100
  11. libavresample 2. 1. 0 / 2. 1. 0
  12. libswscale 3. 0.100 / 3. 0.100
  13. libswresample 1. 1.100 / 1. 1.100
  14. libpostproc 53. 0.100 / 53. 0.100
  15. Input #0, image2, from 'test_rand/11-small.png':
  16. Duration: 00:00:05.00, start: 0.000000, bitrate: N/A
  17. Stream #0:0: Video: png, rgb24, 240x80, 0.20 tbr, 0.20 tbn, 0.20 tbc
  18. Input #1, image2, from 'test_rand/25-small.png':
  19. Duration: 00:00:05.00, start: 0.000000, bitrate: N/A
  20. Stream #1:0: Video: png, rgb24, 240x80, 0.20 tbr, 0.20 tbn, 0.20 tbc
  21. Input #2, image2, from 'test_rand/25-small.png':
  22. Duration: 00:00:05.00, start: 0.000000, bitrate: N/A
  23. Stream #2:0: Video: png, rgb24, 240x80, 0.20 tbr, 0.20 tbn, 0.20 tbc
  24. [mpeg4 @ 0x7faae4045200] too many threads/slices (6), reducing to 5
  25. Output #0, matroska, to 'pipe:1':
  26. Metadata:
  27. encoder : Lavf56.4.101
  28. Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 240x80, q=2-31, 800 kb/s, 0.20 fps, 1k tbn, 0.20 tbc (default)
  29. Metadata:
  30. encoder : Lavc56.1.100 mpeg4
  31. Stream mapping:
  32. Stream #0:0 (png) -> concat:in0:v0
  33. Stream #1:0 (png) -> concat:in1:v0
  34. Stream #2:0 (png) -> concat:in2:v0
  35. fps -> Stream #0:0 (mpeg4)
  36. Press [q] to stop, [?] for help
  37. frame= 1 fps=0.0 q=2.5 Lsize= 4kB time=00:00:05.00 bitrate= 7.4kbits/s
  38. video:4kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 16.350290%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement