Advertisement
Guest User

First Video

a guest
Feb 24th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.13 KB | None | 0 0
  1. rafdune@debian:~/Documents/CameraNancy/temp$ env LD_LIBRARY_PATH=/usr/local/lib/ ffmpeg -i %d.jpg -vcodec libx264 -vpre slow -vpre baseline -b 250k -bt 50k -an -g 30 -s 640x360 -r 24 -threads 0 -y res.mp4
  2. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  3.   built on Feb 23 2013 16:51:49 with gcc 4.4.5
  4.   configuration: --enable-vdpau --enable-bzlib --enable-pthreads --enable-zlib --enable-gpl --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-nonfree --enable-version3 --enable-x11grab
  5.   libavutil     50.36. 0 / 50.36. 0
  6.   libavcore      0.16. 1 /  0.16. 1
  7.   libavcodec    52.108. 0 / 52.108. 0
  8.   libavformat   52.93. 0 / 52.93. 0
  9.   libavdevice   52. 2. 3 / 52. 2. 3
  10.   libavfilter    1.74. 0 /  1.74. 0
  11.   libswscale     0.12. 0 /  0.12. 0
  12. [image2 @ 0x966d4c0] max_analyze_duration reached
  13. Input #0, image2, from '%d.jpg':
  14.   Duration: 00:01:34.00, start: 0.000000, bitrate: N/A
  15.     Stream #0.0: Video: mjpeg, yuvj420p, 640x400 [PAR 72:72 DAR 8:5], 25 fps, 25 tbr, 25 tbn, 25 tbc
  16. [buffer @ 0x9670c70] w:640 h:400 pixfmt:yuvj420p
  17. [scale @ 0x966f540] w:640 h:400 fmt:yuvj420p -> w:640 h:360 fmt:yuvj420p flags:0xa0000004
  18. [libx264 @ 0x966ec60] using SAR=9/10
  19. [libx264 @ 0x966ec60] using cpu capabilities: MMX2 SlowCTZ
  20. [libx264 @ 0x966ec60] profile Constrained Baseline, level 3.0
  21. [libx264 @ 0x966ec60] 264 - core 129 r2245 bc13772 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=0 ref=5 deblock=1:0:0 analyse=0x1:0x111 me=umh subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=30 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=250 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 ip_ratio=1.41 aq=1:1.00
  22. Output #0, mp4, to 'res.mp4':
  23.   Metadata:
  24.     encoder         : Lavf52.93.0
  25.     Stream #0.0: Video: libx264, yuvj420p, 640x360 [PAR 9:10 DAR 8:5], q=10-51, 250 kb/s, 24 tbn, 24 tbc
  26. Stream mapping:
  27.   Stream #0.0 -> #0.0
  28. Press [q] to stop encoding
  29. frame= 2106 fps=  3 q=10456085.0 Lsize=    2894kB time=87.67 bitrate= 270.4kbits/s dup=0 drop=87    
  30. video:2876kB audio:0kB global headers:0kB muxing overhead 0.608697%
  31. frame I:72    Avg QP:34.11  size:  9712
  32. [libx264 @ 0x966ec60] frame P:2034  Avg QP:37.45  size:  1104
  33. [libx264 @ 0x966ec60] mb I  I16..4: 61.7%  0.0% 38.3%
  34. [libx264 @ 0x966ec60] mb P  I16..4: 26.5%  0.0%  0.5%  P16..4: 26.0%  1.7%  0.2%  0.0%  0.0%    skip:45.2%
  35. [libx264 @ 0x966ec60] final ratefactor: 35.43
  36. [libx264 @ 0x966ec60] coded y,uvDC,uvAC intra: 5.6% 11.6% 0.9% inter: 2.8% 5.6% 0.0%
  37. [libx264 @ 0x966ec60] i16 v,h,dc,p: 37% 40%  6% 16%
  38. [libx264 @ 0x966ec60] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  8% 15% 16%  9% 12% 11% 13%  8%  8%
  39. [libx264 @ 0x966ec60] i8c dc,h,v,p: 91%  7%  2%  0%
  40. [libx264 @ 0x966ec60] ref P L0: 61.4% 17.7% 13.4%  3.4%  4.1%
  41. [libx264 @ 0x966ec60] kb/s:268.44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement