Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. $ ./osdemo blah | ffmpeg -y -loop 1 -f image2pipe -vcodec ppm -i - -vcodec libxvid -t 30 test.avi
  2. ffmpeg version 1.1.git-8aea2f0 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jun 12 2013 13:52:05 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  4. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libass --enable-libbluray --enable-gnutls --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid
  5. libavutil 52. 35.101 / 52. 35.101
  6. libavcodec 55. 16.100 / 55. 16.100
  7. libavformat 55. 8.102 / 55. 8.102
  8. libavdevice 55. 2.100 / 55. 2.100
  9. libavfilter 3. 75.101 / 3. 75.101
  10. libswscale 2. 3.100 / 2. 3.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, image2pipe, from 'pipe:':
  14. Duration: N/A, bitrate: N/A
  15. Stream #0:0: Video: ppm, rgb24, 400x400, 25 tbr, 25 tbn, 25 tbc
  16. Output #0, avi, to 'test.avi':
  17. Metadata:
  18. ISFT : Lavf55.8.102
  19. Stream #0:0: Video: mpeg4 (libxvid) (xvid / 0x64697678), yuv420p, 400x400, q=2-31, 200 kb/s, 25 tbn, 25 tbc
  20. Stream mapping:
  21. Stream #0:0 -> #0:0 (ppm -> libxvid)
  22. pipe:: Input/output error
  23. frame= 1 fps=0.0 q=8.0 Lsize= 8kB time=00:00:00.04 bitrate=1686.4kbits/s
  24. video:3kB audio:0kB subtitle:0 global headers:0kB muxing overhead 209.431193%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement