Advertisement
Guest User

Untitled

a guest
Oct 28th, 2012
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. xx@(none) ~ $ ffmpeg -y -f alsa -i hw:3,0 -f video4linux2 -r 20 -s 1280x720 -i /dev/video0 -acodec libfaac -ab 128k -vcodec libx264 /tmp/web.avi
  2. ffmpeg version 0.10.3 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Oct 28 2012 21:47:51 with gcc 4.5.4
  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='-march=native -O2 -pipe' --extra-cflags='-march=native -O2 -pipe' --extra-cxxflags='-march=native -O2 -pipe' --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-doc --disable-vaapi --disable-vdpau --enable-runtime-cpudetect --enable-openssl --enable-nonfree --enable-libmp3lame --enable-libvo-aacenc --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libfaac --enable-nonfree --enable-openal --disable-indev=v4l --disable-indev=oss --enable-x11grab --disable-outdev=oss --enable-libfreetype --enable-pthreads --enable-libgsm --enable-librtmp --enable-libspeex --enable-libopenjpeg --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-vis --disable-neon --cpu=host --enable- libavutil 51. 35.100 / 51. 35.100
  5. libavcodec 53. 61.100 / 53. 61.100
  6. libavformat 53. 32.100 / 53. 32.100
  7. libavdevice 53. 4.100 / 53. 4.100
  8. libavfilter 2. 61.100 / 2. 61.100
  9. libswscale 2. 1.100 / 2. 1.100
  10. libswresample 0. 6.100 / 0. 6.100
  11. libpostproc 52. 0.100 / 52. 0.100
  12. [alsa @ 0x1c6fbf0] Estimating duration from bitrate, this may be inaccurate
  13. Input #0, alsa, from 'hw:3,0':
  14. Duration: N/A, start: 1351487850.525225, bitrate: N/A
  15. Stream #0:0: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s
  16. [video4linux2,v4l2 @ 0x1c703d0] The driver changed the time per frame from 1/20 to 1/10
  17. [video4linux2,v4l2 @ 0x1c703d0] Estimating duration from bitrate, this may be inaccurate
  18. Input #1, video4linux2,v4l2, from '/dev/video0':
  19. Duration: N/A, start: 45223.081171, bitrate: 147456 kb/s
  20. Stream #1:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 1280x720, 147456 kb/s, 10 tbr, 1000k tbn, 10 tbc
  21. Incompatible pixel format 'yuyv422' for codec 'libx264', auto-selecting format 'yuv422p'
  22. [buffer @ 0x1c76b40] w:1280 h:720 pixfmt:yuyv422 tb:1/1000000 sar:0/1 sws_param:
  23. [buffersink @ 0x1c717f0] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
  24. [scale @ 0x1c72e00] w:1280 h:720 fmt:yuyv422 -> w:1280 h:720 fmt:yuv422p flags:0x4
  25. [libx264 @ 0x1c71330] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  26. [libx264 @ 0x1c71330] profile High 4:2:2, level 3.1, 4:2:2 8-bit
  27. Output #0, avi, to '/tmp/web.avi':
  28. Metadata:
  29. ISFT : Lavf53.32.100
  30. Stream #0:0: Video: h264 (H264 / 0x34363248), yuv422p, 1280x720, q=-1--1, 10 tbn, 10 tbc
  31. Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 32000 Hz, 2 channels, s16, 128 kb/s
  32. Stream mapping:
  33. Stream #1:0 -> #0:0 (rawvideo -> libx264)
  34. Stream #0:0 -> #0:1 (pcm_s16le -> libfaac)
  35. Press [q] to stop, [?] for help
  36. frame= 25 fps= 8 q=-1.0 Lsize= 658kB time=00:00:02.30 bitrate=2345.1kbits/s
  37. video:606kB audio:40kB global headers:0kB muxing overhead 1.931709%
  38. [libx264 @ 0x1c71330] frame I:2 Avg QP:19.56 size: 34850
  39. [libx264 @ 0x1c71330] frame P:23 Avg QP:19.76 size: 23968
  40. [libx264 @ 0x1c71330] mb I I16..4: 24.8% 63.9% 11.4%
  41. [libx264 @ 0x1c71330] mb P I16..4: 1.2% 4.6% 0.3% P16..4: 36.4% 13.9% 13.5% 0.0% 0.0% skip:30.1%
  42. [libx264 @ 0x1c71330] 8x8 transform intra:68.5% inter:59.6%
  43. [libx264 @ 0x1c71330] coded y,uvDC,uvAC intra: 60.0% 73.8% 53.4% inter: 26.7% 42.9% 4.5%
  44. [libx264 @ 0x1c71330] i16 v,h,dc,p: 68% 16% 11% 4%
  45. [libx264 @ 0x1c71330] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 9% 43% 6% 5% 6% 4% 6% 3%
  46. [libx264 @ 0x1c71330] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 34% 13% 30% 6% 5% 4% 3% 3% 2%
  47. [libx264 @ 0x1c71330] i8c dc,h,v,p: 65% 12% 18% 5%
  48. [libx264 @ 0x1c71330] Weighted P-Frames: Y:0.0% UV:0.0%
  49. [libx264 @ 0x1c71330] ref P L0: 42.1% 4.8% 32.1% 21.0%
  50. [libx264 @ 0x1c71330] kb/s:1987.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement