Skip to content

Instantly share code, notes, and snippets.

Created June 27, 2012 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3003960 to your computer and use it in GitHub Desktop.
Save anonymous/3003960 to your computer and use it in GitHub Desktop.
0:519:kai@desktop /data/work/timelapse_bahnhof/images/resized/aligned/numbered [0]$ ffmpeg -r 25 -i output%d.tiff -s 1920x1280 -vcodec libx264 aout.flv
ffmpeg version 0.10.3 Copyright (c) 2000-2012 the FFmpeg developers
built on Jun 25 2012 00:54:04 with gcc 4.5.3
configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-shared --cc=i686-pc-linux-gnu-gcc --cxx=i686-pc-linux-gnu-g++ --ar=i686-pc-linux-gnu-ar --optflags='-O2 -march=core2 -fomit-frame-pointer -pipe' --extra-cflags='-O2 -march=core2 -fomit-frame-pointer -pipe' --extra-cxxflags='-O2 -march=core2 -fomit-frame-pointer -pipe' --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-network --disable-vaapi --enable-libmp3lame --enable-libvo-aacenc --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libfaac --enable-nonfree --disable-indev=v4l --disable-indev=v4l2 --enable-x11grab --enable-libfreetype --enable-pthreads --enable-libgsm --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-mmx --disable-mmx2 --disable-ssse3 --disable-vis --disable-neon --cpu=core2 --enable-hardcoded-tables
libavutil 51. 35.100 / 51. 35.100
libavcodec 53. 61.100 / 53. 61.100
libavformat 53. 32.100 / 53. 32.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 61.100 / 2. 61.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 6.100 / 0. 6.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, image2, from 'output%d.tiff':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0:0: Video: tiff, rgba, 1920x1281, 25 tbr, 25 tbn, 25 tbc
Incompatible pixel format 'rgba' for codec 'libx264', auto-selecting format 'yuv420p'
[buffer @ 0x9bc7100] w:1920 h:1281 pixfmt:rgba tb:1/1000000 sar:0/1 sws_param:
[scale @ 0x9bc2730] w:1920 h:1281 fmt:rgba -> w:1920 h:1280 fmt:yuv420p flags:0x4
[libx264 @ 0x9bc1700] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
[libx264 @ 0x9bc1700] profile High, level 5.0
[libx264 @ 0x9bc1700] 264 - core 120 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 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=-2 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, flv, to 'aout.flv':
Metadata:
encoder : Lavf53.32.100
Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 1920x1280, q=-1--1, 1k tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (tiff -> libx264)
Press [q] to stop, [?] for help
frame= 1 fps= 0 q=28.0 Lsize= 116kB time=00:00:00.-4 bitrate=-23770.4kbits/s
video:116kB audio:0kB global headers:0kB muxing overhead 0.232762%
[libx264 @ 0x9bc1700] frame I:1 Avg QP:27.28 size:117882
[libx264 @ 0x9bc1700] mb I I16..4: 11.0% 59.1% 29.9%
[libx264 @ 0x9bc1700] 8x8 transform intra:59.1%
[libx264 @ 0x9bc1700] coded y,uvDC,uvAC intra: 70.6% 31.2% 6.9%
[libx264 @ 0x9bc1700] i16 v,h,dc,p: 15% 57% 7% 22%
[libx264 @ 0x9bc1700] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 37% 18% 5% 5% 3% 9% 4% 8%
[libx264 @ 0x9bc1700] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 37% 11% 4% 4% 3% 10% 3% 7%
[libx264 @ 0x9bc1700] i8c dc,h,v,p: 67% 23% 9% 1%
[libx264 @ 0x9bc1700] kb/s:23576.40
0:520:kai@desktop /data/work/timelapse_bahnhof/images/resized/aligned/numbered [0]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment