Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -r 30 -vcodec rawvideo -f rawvideo -pix_fmt rgb565 -s 800X640 -i /dev/graphics/fb0 -preset:v fast http://localhost:8090/feed1.ffm
  2.  
  3. ffmpeg version N-64597-g4576eff Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Jul 10 2014 21:10:33 with gcc 4.7 (GCC)
  5. configuration: --arch=arm --target-os=linux --enable-cross-compile --cross-prefix=/4.4/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin/arm-linux-androideabi- --sysroot=/4.4/prebuilts/ndk/current/platforms/android-18/arch-arm --enable-gpl --enable-avresample --enable-libx264 --enable-ffplay --extra-cflags='-fno-builtin-sin -fno-builtin-sinf -I/4.4/external/x264' --extra-ldflags=-L/4.4/external/x264
  6. libavutil 52. 92.100 / 52. 92.100
  7. libavcodec 55. 69.100 / 55. 69.100
  8. libavformat 55. 45.100 / 55. 45.100
  9. libavdevice 55. 13.102 / 55. 13.102
  10. libavfilter 4. 10.100 / 4. 10.100
  11. libavresample 1. 3. 0 / 1. 3. 0
  12. libswscale 2. 6.100 / 2. 6.100
  13. libswresample 0. 19.100 / 0. 19.100
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Input #0, rawvideo, from '/dev/graphics/fb0':
  16. Duration: N/A, start: 0.000000, bitrate: 245760 kb/s
  17. Stream #0:0: Video: rawvideo (RGB[16] / 0x10424752), rgb565le, 800x640, 245760 kb/s, 30 tbr, 30 tbn, 30 tbc
  18. Codec AVOption preset (Set the encoding preset (cf. x264 --fullhelp)) specified for output file #0 (http://localhost:8090/feed1.ffm) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  19. No pixel format specified, yuv444p for H.264 encoding chosen.
  20. Use -pix_fmt yuv420p for compatibility with outdated media players.
  21. [libx264 @ 0x1f370d0] broken ffmpeg default settings detected
  22. [libx264 @ 0x1f370d0] use an encoding preset (e.g. -vpre medium)
  23. [libx264 @ 0x1f370d0] preset usage: -vpre <speed> -vpre <profile>
  24. [libx264 @ 0x1f370d0] speed presets are listed in x264 --help
  25. [libx264 @ 0x1f370d0] profile is optional; x264 defaults to high
  26. Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
  27. Metadata:
  28. creation_time : now
  29. Stream #0:0: Video: h264, 480x800, q=2-31, 128 kb/s, 30 fps, 1000k tbn, 1 tbc
  30. Metadata:
  31. encoder : Lavc55.69.100 libx264
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
  34. 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