Advertisement
Guest User

ffmpeg_8bit

a guest
Jul 8th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. env PULSE_LATENCY_MSEC=2 ffmpeg -vsync passthrough -thread_queue_size 4096 -framerate 30 -f x11grab -s 1366x768 -i :0.0 -acodec libfdk_aac -b:a 160k -cutoff:a 20000 -vcodec libx264rgb -preset:v superfast -profile:v high444 -pix_fmt bgr24 -crf 0 -f flv TEST003.flv
  2. ffmpeg version N-86701-gd32a6c3 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 6.3.0 (Ubuntu 6.3.0-12ubuntu2) 20170406
  4. configuration: --enable-shared --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --enable-libfdk-aac --enable-vaapi --enable-nonfree --enable-gpl --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-libxcb-shape --enable-ffplay
  5. libavutil 55. 67.100 / 55. 67.100
  6. libavcodec 57.100.103 / 57.100.103
  7. libavformat 57. 75.100 / 57. 75.100
  8. libavdevice 57. 7.100 / 57. 7.100
  9. libavfilter 6. 94.100 / 6. 94.100
  10. libavresample 3. 6. 0 / 3. 6. 0
  11. libswscale 4. 7.101 / 4. 7.101
  12. libswresample 2. 8.100 / 2. 8.100
  13. libpostproc 54. 6.100 / 54. 6.100
  14. [x11grab @ 0x558aae75d860] Stream #0: not enough frames to estimate rate; consider increasing probesize
  15. Input #0, x11grab, from ':0.0':
  16. Duration: N/A, start: 1499569061.452458, bitrate: N/A
  17. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1366x768, 30 fps, 1000k tbr, 1000k tbn, 1000k tbc
  18. Codec AVOption cutoff (set cutoff bandwidth) specified for output file #0 (TEST003.flv) 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. Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (TEST003.flv) 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.
  20. Stream mapping:
  21. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264rgb))
  22. Press [q] to stop, [?] for help
  23. [libx264rgb @ 0x558aae766a80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
  24. [libx264rgb @ 0x558aae766a80] profile High 4:4:4 Predictive, level 3.2, 4:4:4 8-bit
  25. [libx264rgb @ 0x558aae766a80] 264 - core 148 r2748 97eaef2 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x1:0x1 me=dia subme=1 psy=0 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=0 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=0
  26. Output #0, flv, to 'TEST003.flv':
  27. Metadata:
  28. encoder : Lavf57.75.100
  29. Stream #0:0: Video: h264 (libx264rgb) ([7][0][0][0] / 0x0007), bgr24, 1366x768, q=-1--1, 30 fps, 1k tbn, 30 tbc
  30. Metadata:
  31. encoder : Lavc57.100.103 libx264rgb
  32. Side data:
  33. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  34. [libx264rgb @ 0x558aae766a80] non-strictly-monotonic PTS
  35. Last message repeated 3 times
  36. frame= 223 fps= 30 q=-1.0 Lsize= 1498kB time=00:00:07.40 bitrate=1658.6kbits/s speed= 1x
  37. video:1494kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.310977%
  38. [libx264rgb @ 0x558aae766a80] frame I:1 Avg QP: 0.00 size:195547
  39. [libx264rgb @ 0x558aae766a80] frame P:222 Avg QP: 0.00 size: 6007
  40. [libx264rgb @ 0x558aae766a80] mb I I16..4: 83.3% 0.0% 16.7%
  41. [libx264rgb @ 0x558aae766a80] mb P I16..4: 43.3% 0.0% 0.4% P16..4: 0.1% 0.0% 0.0% 0.0% 0.0% skip:56.2%
  42. [libx264rgb @ 0x558aae766a80] 8x8 transform intra:0.0% inter:0.0%
  43. [libx264rgb @ 0x558aae766a80] coded y,u,v intra: 0.9% 0.8% 0.9% inter: 0.1% 0.1% 0.1%
  44. [libx264rgb @ 0x558aae766a80] i16 v,h,dc,p: 100% 0% 0% 0%
  45. [libx264rgb @ 0x558aae766a80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 51% 27% 7% 2% 2% 2% 2% 2% 4%
  46. [libx264rgb @ 0x558aae766a80] Weighted P-Frames: Y:0.0% UV:0.0%
  47. [libx264rgb @ 0x558aae766a80] kb/s:1645.74
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement