Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [root@dogfox ~]# ffmpeg -i /root/bigbuckbunny/big_buck_bunny_1080p_surround.avi http://localhost:8090/feed1.ffm
  2. ffmpeg version git-2013-08-16-faf7c35 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Aug 18 2013 18:51:06 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-54)
  4. configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
  5. libavutil 52. 42.100 / 52. 42.100
  6. libavcodec 55. 28.100 / 55. 28.100
  7. libavformat 55. 13.103 / 55. 13.103
  8. libavdevice 55. 3.100 / 55. 3.100
  9. libavfilter 3. 82.100 / 3. 82.100
  10. libswscale 2. 5.100 / 2. 5.100
  11. libswresample 0. 17.103 / 0. 17.103
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, avi, from '/root/bigbuckbunny/big_buck_bunny_1080p_surround.avi':
  14. Metadata:
  15. encoder : AVI-Mux GUI 1.17.7, Aug 8 2006 20:59:17
  16. JUNK :
  17. Duration: 00:09:56.46, start: 0.000000, bitrate: 12455 kb/s
  18. Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 24 tbr, 24 tbn, 24 tbc
  19. Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 448 kb/s
  20. [libx264 @ 0x7addb80] broken ffmpeg default settings detected
  21. [libx264 @ 0x7addb80] use an encoding preset (e.g. -vpre medium)
  22. [libx264 @ 0x7addb80] preset usage: -vpre <speed> -vpre <profile>
  23. [libx264 @ 0x7addb80] speed presets are listed in x264 --help
  24. [libx264 @ 0x7addb80] profile is optional; x264 defaults to high
  25. Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
  26. Metadata:
  27. encoder : AVI-Mux GUI 1.17.7, Aug 8 2006 20:59:17
  28. JUNK :
  29. creation_time : now
  30. Stream #0:0: Video: h264, yuv420p, 320x240 [SAR 4:3 DAR 16:9], q=2-31, 200 kb/s, 1000k tbn, 24 tbc
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (mpeg4 -> libx264)
  33. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  34. [root@dogfox ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement