{"id":20273599,"url":"https://github.com/astropilot/mtn","last_synced_at":"2026-07-02T10:32:46.832Z","repository":{"id":91469946,"uuid":"403059474","full_name":"Astropilot/mtn","owner":"Astropilot","description":"Movie Thumbnailer is CLI thumbnail generator using FFmpeg. Forked from https://gitlab.com/movie_thumbnailer/mtn","archived":false,"fork":false,"pushed_at":"2021-09-04T13:20:14.000Z","size":944,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T10:40:36.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Astropilot.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-04T13:10:26.000Z","updated_at":"2022-02-27T19:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5cce5c4-567b-479a-92d2-9c1fc608b889","html_url":"https://github.com/Astropilot/mtn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Astropilot/mtn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astropilot%2Fmtn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astropilot%2Fmtn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astropilot%2Fmtn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astropilot%2Fmtn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Astropilot","download_url":"https://codeload.github.com/Astropilot/mtn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astropilot%2Fmtn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35043933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T12:49:33.761Z","updated_at":"2026-07-02T10:32:46.814Z","avatar_url":"https://github.com/Astropilot.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\nmovie thumbnailer (mtn)  \nfork from http://moviethumbnail.sourceforge.net/  \n\nMovie Thumbnailer (mtn) saves thumbnails (screenshots) of movie or video files to image files (jpg, png).\nIt 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...     \nmtn was originaly developed by tuit (tuitfun); though most of its magic is actually done\nby FFmpeg libraries. For documents, please see in the doc directory and at\nhttps://gitlab.com/movie_thumbnailer/mtn/wikis/home .\n\n\nDependency\n==========\n - ffmpeg   (\u003e=3.1)\n - gd       (\u003e=2.0.33)\n\nGetting source\n==============\n```sh\ngit clone https://gitlab.com/movie_thumbnailer/mtn.git\n```\n\nInstallation\n============\n\nFrom source\n-----------\n```sh\ncd src\n# USER_CFLAGS is optional\nmake USER_CFLAGS=-DMTN_DEF_FONTNAME=\\\\\\\"DefaultFont.ttf\\\\\\\"\nmake install\n```\n\nFrom community repository\n-----------\n\nSee [wiki](https://gitlab.com/movie_thumbnailer/mtn/wikis/home#install-from-community-repository) page\n\nGetting build dependencies\n==========================\n\n**[Fedora](https://getfedora.org/)**\n\n```sh\ndnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm\ndnf install ffmpeg-devel gd-devel make gcc-c++  \n```\n\n**[Debian](https://www.debian.org/)** 9+, **[Ubuntu](https://www.ubuntu.com/)** 17.10, **[LinuxMint](https://linuxmint.com)** 19, **[MX Linux](https://mxlinux.org/)** 18, ...  \n\n```sh\nsudo apt-get install libgd-dev libavutil-dev libavcodec-dev libavformat-dev libswscale-dev make  \n```\n\n**[Archlinux](https://www.archlinux.org/), [Manjaro](https://manjaro.org/)**  \n\n```sh\nsudo pacman -Sy ffmpeg gd\n```\n\n**[OpenSUSE](http://opensuse.org/)** 15\n\n```sh\nzypper install ffmpeg-4-libavcodec-devel ffmpeg-4-libavdevice-devel ffmpeg-4-libavformat-devel ffmpeg-4-libswscale-devel gd-devel freetype2-devel libjpeg62-devel make gcc \n```\n\n**[CentOS](https://centos.org/)** 7+\n\n```sh\nyum localinstall https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm\nyum install ffmpeg-devel gd-devel make gcc-c++    \n```\n\n**[FreeBSD](https://www.freebsd.org/)**\n\n```sh\npkg install gmake ffmpeg libgd\ngmake\n```\n\nWindows\n=======\nInstall msys2 and open a MinGW64 terminal:\n\n```sh\n# update package database\npacman -Sy\n# install dependencies\npacman -S mingw-w64-x86_64-make mingw-w64-x86_64-gcc mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-libgd\n# build mtn\nmingw32-make.exe\n\n```\n(more information in [wiki](https://gitlab.com/movie_thumbnailer/mtn/-/wikis/Building-on-Windows))\n\nmacOS [(brew)](https://brew.sh/)\n=====\n\n\nIf you don't want to contribute please refer to the installation guide\n[here](https://gitlab.com/movie_thumbnailer/mtn/wikis/home#macos-homebrew)\ninstead.\n\n```sh\nbrew install ffmpeg libgd\nmake\nsudo make install\n```\n\nLinks\n=====\n * [FFmpeg project](http://www.ffmpeg.org)\n * [libgd project](https://libgd.github.io)\n * [MinGW](http://mingw-w64.org)\n * [msys2](https://www.msys2.org/)\n * [RPM Fusion repository](https://rpmfusion.org/)\n * [RPM Macros](https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/)\n * [GitLab yaml](https://docs.gitlab.com/ee/ci/yaml/README.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropilot%2Fmtn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastropilot%2Fmtn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropilot%2Fmtn/lists"}