{"id":21658194,"url":"https://github.com/bakape/thumbnailer","last_synced_at":"2025-07-17T21:30:40.405Z","repository":{"id":50176354,"uuid":"76343089","full_name":"bakape/thumbnailer","owner":"bakape","description":"Go media thumbnailer","archived":false,"fork":false,"pushed_at":"2023-11-17T23:57:24.000Z","size":23884,"stargazers_count":149,"open_issues_count":12,"forks_count":36,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-19T15:43:17.505Z","etag":null,"topics":["cgo","ffmpeg","go","golang","thumbnail","thumbnailer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2016-12-13T09:22:25.000Z","updated_at":"2024-05-28T02:16:13.000Z","dependencies_parsed_at":"2024-06-18T15:28:12.193Z","dependency_job_id":null,"html_url":"https://github.com/bakape/thumbnailer","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakape%2Fthumbnailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakape%2Fthumbnailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakape%2Fthumbnailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakape%2Fthumbnailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakape","download_url":"https://codeload.github.com/bakape/thumbnailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226304445,"owners_count":17603595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cgo","ffmpeg","go","golang","thumbnail","thumbnailer"],"created_at":"2024-11-25T09:28:51.557Z","updated_at":"2024-11-25T09:28:57.306Z","avatar_url":"https://github.com/bakape.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/bakape/thumbnailer?status.svg)](https://godoc.org/github.com/bakape/thumbnailer)\n[![Build Status](https://travis-ci.com/bakape/thumbnailer.svg?branch=master)](https://travis-ci.com/bakape/thumbnailer)\n# thumbnailer\nPackage thumbnailer provides a more efficient media thumbnailer than available\nwith native Go processing libraries through ffmpeg bindings.\n\nUse \n```\ngo get -u github.com/bakape/thumbnailer/v2\n```\nto install the library in your project. \n\nFor a comprehensive list of file formats supported by default see\nmain.go:Process().\n\n## Dependencies\n* Go \u003e= 1.10\n* C11 compiler\n* make\n* pkg-config\n* pthread\n* ffmpeg \u003e= 4.1 libraries (libavcodec, libavutil, libavformat, libswscale)\n\nNB:\n* ffmpeg should be compiled with all the dependency libraries for formats you\nwant to process. On most Linux distributions you should be fine with\nthe packages in the stock repositories.\n* Ubuntu patches to ffmpeg on some Ubuntu versions \u003c19.10 break this library.\nIn this case, please compile from unmodified ffmpeg sources using:\n\n```\nsudo apt build-dep ffmpeg\ngit clone https://git.ffmpeg.org/ffmpeg.git ffmpeg\ncd ffmpeg\ngit checkout n4.1\n./configure\nmake -j`nproc`\nsudo make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakape%2Fthumbnailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakape%2Fthumbnailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakape%2Fthumbnailer/lists"}