Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samcrow/frameextractor

Provides a GUI to extract frames from a video file using FFmpeg
https://github.com/samcrow/frameextractor

Last synced: about 1 month ago
JSON representation

Provides a GUI to extract frames from a video file using FFmpeg

Awesome Lists containing this project

README

        

Frame Extractor is a simple application that can be used to extract still frames from video.

It is a simple GUI frontend for [FFmpeg](http://ffmpeg.org/), so it supports all the file types and codecs that FFmpeg supports.

The Mac OS FFmpeg binaries included with the current version have the following configuration:

ffmpeg version 2.0 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 22 2013 09:14:18 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86_64 --enable-runtime-cpudetect
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Hyper fast Audio and Video encoder

The binaries for other systems are expected to have similar configurations.