Advertisement
Guest User

Untitled

a guest
Feb 5th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ffmpeg -f x11grab -r 25 -s 384x240 -i :0.0 -f alsa -ar 44100 -i hw:0,0 -f rtp rtp://192.168.1.102:8090/stream.sdp
  2. ffmpeg version N-37568-g8162c6f Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Feb 5 2012 05:59:51 with gcc 4.4.6
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags='-O2 -pipe' --extra-cflags='-O2 -pipe' --extra-cxxflags='-O2 -pipe' --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-doc --disable-vdpau --enable-gnutls --enable-libmp3lame --enable-libvo-aacenc --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libfaac --enable-nonfree --enable-libcdio --disable-indev=v4l --disable-indev=v4l2 --disable-indev=oss --disable-indev=jack --enable-x11grab --disable-outdev=oss --enable-libfreetype --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-mmx2 --disable-ssse3 --disable-vis --disable-neon --disable-iwmmxt --enable-hardcoded-tables
  5. libavutil 51. 37.100 / 51. 37.100
  6. libavcodec 54. 0.102 / 54. 0.102
  7. libavformat 54. 0.100 / 54. 0.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [x11grab @ 0x21e3530] device: :0.0 -> display: :0.0 x: 0 y: 0 width: 384 height: 240
  14. [x11grab @ 0x21e3530] shared memory extension found
  15. [x11grab @ 0x21e3530] Estimating duration from bitrate, this may be inaccurate
  16. Input #0, x11grab, from ':0.0':
  17. Duration: N/A, start: 1328439923.292388, bitrate: 73728 kb/s
  18. Stream #0:0: Video: rawvideo, bgr0, 384x240, 73728 kb/s, 25 tbr, 1000k tbn, 25 tbc
  19. [alsa @ 0x21ddc50] Estimating duration from bitrate, this may be inaccurate
  20. Input #1, alsa, from 'hw:0,0':
  21. Duration: N/A, start: 1328439923.295806, bitrate: N/A
  22. Stream #1:0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  23. Incompatible pixel format 'bgr0' for codec 'mpeg4', auto-selecting format 'yuv420p'
  24. [buffer @ 0x21d7e80] w:384 h:240 pixfmt:bgr0 tb:1/1000000 sar:0/1 sws_param:
  25. [buffersink @ 0x21d80a0] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
  26. [scale @ 0x21dd2a0] w:384 h:240 fmt:bgr0 -> w:384 h:240 fmt:yuv420p flags:0x4
  27. Output #0, rtp, to 'rtp://192.168.1.102:8090/stream.sdp':
  28. Metadata:
  29. encoder : Lavf54.0.100
  30. Stream #0:0: Video: mpeg4, yuv420p, 384x240, q=2-31, 200 kb/s, 90k tbn, 25 tbc
  31. Stream #0:1: Audio: pcm_mulaw, 44100 Hz, 2 channels, s16, 705 kb/s
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (rawvideo -> mpeg4)
  34. Stream #1:0 -> #0:1 (pcm_s16le -> pcm_mulaw)
  35. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement