Skip to content

Instantly share code, notes, and snippets.

@rdp
Last active August 29, 2015 13:56
Show Gist options
  • Save rdp/8847062 to your computer and use it in GitHub Desktop.
Save rdp/8847062 to your computer and use it in GitHub Desktop.
wurking
02/06/2014 08:58 AM 5,964 image001.jpg
02/06/2014 08:58 AM 5,964 image002.jpg
02/06/2014 08:58 AM 5,964 image003.jpg
02/06/2014 08:58 AM 5,964 image004.jpg
02/06/2014 08:58 AM 5,964 image005.jpg
02/06/2014 08:58 AM 5,964 image006.jpg
02/06/2014 08:58 AM 8,700 image007.jpg
02/06/2014 08:58 AM 29,094 image008.jpg
02/06/2014 08:58 AM 19,426 image009.jpg
02/06/2014 08:58 AM 43,872 image010.jpg
02/06/2014 08:58 AM 29,664 image011.jpg
02/06/2014 08:58 AM 43,177 image012.jpg
02/06/2014 08:58 AM 34,300 image013.jpg
ffmpeg -f image2 -r 1/5 -i image%3d.jpg -vcodec libx264 -y out.avi
ffmpeg version N-56843-gfcd19d6 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 3 2013 11:38:10 with gcc 4.8.0 (GCC)
configuration: --arch=x86 --target-os=mingw32 --cross-prefix=/home/rogerdpack/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --extra-cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libvpx --enable-libilbc --prefix=/home/rogerdpack/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/i686-w64-mingw32 --enable-static --disable-shared --enable-libsoxr --enable-fontconfig --enable-libass --enable-libutvideo --enable-libbluray --extra-cflags='-march=k8-sse3' --enable-nonfree --enable-libfdk-aac --enable-runtime-cpudetect
libavutil 52. 46.100 / 52. 46.100
libavcodec 55. 34.100 / 55. 34.100
libavformat 55. 19.100 / 55. 19.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 88.101 / 3. 88.101
libswscale 2. 5.100 / 2. 5.100
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, image2, from 'image%3d.jpg':
Duration: 00:03:30.00, start: 0.000000, bitrate: N/A
Stream #0:0: Video: mjpeg, yuvj420p(pc), 720x480 [SAR 32:27 DAR 16:9], 0.20 fps, 1 tbr, 0.20 tbn, 0.20 tbc
No pixel format specified, yuvj420p for H.264 encoding chosen.
Use -pix_fmt yuv420p for compatibility with outdated media players.
[libx264 @ 04268000] using SAR=32/27
[libx264 @ 04268000] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 04268000] profile High, level 2.2
Output #0, avi, to 'out.avi':
Metadata:
ISFT : Lavf55.19.100
Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuvj420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 0.20 tbn, 0.20 tbc
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg -> libx264)
Press [q] to stop, [?] for help
frame= 42 fps=0.0 q=-1.0 Lsize= 791kB time=00:03:20.00 bitrate= 32.4kbits/s
video:784kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.845562%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment