Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. $ ffmpeg -r 60 -f rawvideo -pix_fmt rgba -s 1280x720 -i - -threads 0 -preset fast -y -crf 21 -vf vflip output.mp4
  2. ffmpeg version N-55644-g68b63a3 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Aug 19 2013 20:27:12 with gcc 4.7.3 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  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, rawvideo, from 'pipe:':
  14. Duration: N/A, bitrate: 1769472 kb/s
  15. Stream #0:0: Video: rawvideo (RGBA / 0x41424752), rgba, 1280x720, 1769472 kb/s, 60 tbr, 60 tbn, 60 tbc
  16. No pixel format specified, yuv444p for H.264 encoding chosen.
  17. Use -pix_fmt yuv420p for compatibility with outdated media players.
  18. [libx264 @ 025ec940] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  19. [libx264 @ 025ec940] profile High 4:4:4 Predictive, level 3.2, 4:4:4 8-bit
  20. [libx264 @ 025ec940] 264 - core 135 r2345 f0c1c53 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1
  21. b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=21.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  22. Output #0, mp4, to 'output.mp4':
  23. Metadata:
  24. encoder : Lavf55.13.103
  25. Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv444p, 1280x720, q=-1--1, 15360 tbn, 60 tbc
  26. Stream mapping:
  27. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  28. pipe:: Not enough space
  29. frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.00 bitrate=N/A
  30. video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead 571.794872%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement