Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Revan654/movie-thumbnailer-mtn
movie thumbnailer (mtn) -- saves thumbnails (screenshots) of movie or video files to jpeg or png files.
https://github.com/Revan654/movie-thumbnailer-mtn
Last synced: 10 days ago
JSON representation
movie thumbnailer (mtn) -- saves thumbnails (screenshots) of movie or video files to jpeg or png files.
- Host: GitHub
- URL: https://github.com/Revan654/movie-thumbnailer-mtn
- Owner: Revan654
- License: mit
- Created: 2018-10-31T16:56:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T23:00:55.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:23:11.208Z (3 months ago)
- Language: C
- Size: 86.9 KB
- Stars: 52
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
===========
movie thumbnailer (mtn)
fork from http://moviethumbnail.sourceforge.net/Movie Thumbnailer (mtn) saves thumbnails (screenshots) of movie or video files to image files (jpg, png).
It uses FFmpeg's libavcodec as its engine, so it supports all popular codecs, e.g. h.265/hevc, h.264, mpeg1, mpeg2, mp4, vc1, wmv, xvid, divx...
mtn was originaly developed by tuit (tuitfun); though most of its magic is actually done
by FFmpeg libraries.Dependency
==========
- ffmpeg (32Bit for Windows)
- gdGetting source
==============git clone https://github.com/Revan654/movie-thumbnailer-mtn.git
**[Ubuntu](https://www.ubuntu.com/)** 17.10, **[Debian](https://www.debian.org/)** 9, **[LinuxMint](https://linuxmint.com)** 19
sudo apt-get install libgd-dev libavutil-dev libavcodec-dev libavformat-dev libswscale-dev make
sudo make && make install**Windows**
Make.MinGW.bat or Makefile.Mingw for Cross Compile.
cmd > Make.MinGW.batReferences
==========
* [FFmpeg project](http://www.ffmpeg.org)
* [libgd project](https://libgd.github.io)
* [libgd library and dependecies](http://gnuwin32.sourceforge.net/packages/gd.htm)
* [MinGW](http://www.mingw.org/)