{"id":16188283,"url":"https://github.com/konsumer/easy-ffmpeg","last_synced_at":"2025-03-19T03:30:40.222Z","repository":{"id":25801121,"uuid":"29239945","full_name":"konsumer/easy-ffmpeg","owner":"konsumer","description":"Fluent self-contained interface to ffmpeg for nodejs","archived":false,"fork":false,"pushed_at":"2022-02-21T15:34:59.000Z","size":113643,"stargazers_count":22,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T14:53:43.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konsumer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-14T10:49:39.000Z","updated_at":"2021-06-04T13:51:59.000Z","dependencies_parsed_at":"2022-08-28T21:41:01.335Z","dependency_job_id":null,"html_url":"https://github.com/konsumer/easy-ffmpeg","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Feasy-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Feasy-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Feasy-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Feasy-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konsumer","download_url":"https://codeload.github.com/konsumer/easy-ffmpeg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965768,"owners_count":20375916,"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":[],"created_at":"2024-10-10T07:25:48.335Z","updated_at":"2025-03-19T03:30:39.888Z","avatar_url":"https://github.com/konsumer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/konsumer/easy-ffmpeg.svg?branch=master)](https://travis-ci.org/konsumer/easy-ffmpeg)\n\nThis has exactly the same interface as [node-fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg). It's a thin wrapper that includes binaries for mac, windows, and linux.\n\n## installation\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/konsumer/easy-ffmpeg.svg)](https://greenkeeper.io/)\n\nYou can install it with `npm install easy-ffmpeg`\n\n## usage\n\nIf you are already using [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg), update your package.json and you are done.\n\n```js\nconst ffmpeg = require('fluent-ffmpeg')\n```\n\nto\n\n```js\nconst ffmpeg = require('easy-ffmpeg')\n```\n\n## more info\n\nHere is where I get my static binaries:\n\n```json\n{\n  \"linux\": {\n    \"ia32\": \"http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-32bit-static.tar.xz\"\n  },\n\n  \"darwin\": {\n    \"x64\": \"http://evermeet.cx/pub/ffmpeg/ffmpeg-VERSION.7z\"\n  },\n\n  \"win32\": {\n    \"ia32\": \"http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-VERSION-win32-static.7z\"\n  }\n}\n```\n\nIf you want to download your own up-to-date versions, use `npm run bin`. You will need curl/7zip/tar binaries in your path, and you will need to be on linux or mac.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Feasy-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonsumer%2Feasy-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Feasy-ffmpeg/lists"}