Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samcrow/frameextractor
- Owner: samcrow
- License: other
- Created: 2013-08-21T22:24:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T16:20:14.000Z (over 10 years ago)
- Last Synced: 2024-10-15T23:25:22.022Z (3 months ago)
- Language: Java
- Homepage:
- Size: 47.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 encoderThe binaries for other systems are expected to have similar configurations.