All Projects → Revan654 → movie-thumbnailer-mtn

Revan654 / movie-thumbnailer-mtn

Licence: MIT license
movie thumbnailer (mtn) -- saves thumbnails (screenshots) of movie or video files to jpeg or png files.

Programming Languages

c
50402 projects - #5 most used programming language
Batchfile
5799 projects
Makefile
30231 projects
QMake
1090 projects

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)
  • gd

Getting source

git clone https://github.com/Revan654/movie-thumbnailer-mtn.git

Ubuntu 17.10, Debian 9, LinuxMint 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.bat

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].