Advertisement
Guest User

Untitled

a guest
Aug 15th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ffmpeg -f video4linux2 -i /dev/video2 -vcodec libx264 -b 3000k -r 15 -crf 16 -pix_fmt yuv420p http://localhost:8090/cam3.ffm
  2. ffmpeg version git-2012-08-13-ed8d827 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Aug 12 2012 23:13:28 with gcc 4.4.5 (Debian 4.4.5-8)
  4. configuration: --enable-gpl --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3
  5. libavutil 51. 69.100 / 51. 69.100
  6. libavcodec 54. 52.100 / 54. 52.100
  7. libavformat 54. 23.100 / 54. 23.100
  8. libavdevice 54. 2.100 / 54. 2.100
  9. libavfilter 3. 8.100 / 3. 8.100
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [video4linux2,v4l2 @ 0x9735580] Estimating duration from bitrate, this may be inaccurate
  14. Input #0, video4linux2,v4l2, from '/dev/video2':
  15. Duration: N/A, start: 1345070683.916738, bitrate: 62145 kb/s
  16. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 480x360, 62145 kb/s, 29.97 tbr, 1000k tbn, 29.97 tbc
  17. Please use -b:a or -b:v, -b is ambiguous
  18. [libx264 @ 0x9734f40] broken ffmpeg default settings detected
  19. [libx264 @ 0x9734f40] use an encoding preset (e.g. -vpre medium)
  20. [libx264 @ 0x9734f40] preset usage: -vpre <speed> -vpre <profile>
  21. [libx264 @ 0x9734f40] speed presets are listed in x264 --help
  22. [libx264 @ 0x9734f40] profile is optional; x264 defaults to high
  23. Output #0, ffm, to 'http://localhost:8090/cam3.ffm':
  24. Stream #0:0: Video: h264, yuv420p, 320x240, q=2-31, 3000 kb/s, 1000k tbn, 29.97 tbc
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  27. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement