{"id":22282018,"url":"https://github.com/tromesh/ffmpegdotjs","last_synced_at":"2025-08-17T13:31:50.649Z","repository":{"id":33012192,"uuid":"149234748","full_name":"TRomesh/ffmpegdotjs","owner":"TRomesh","description":"ffmpeg module for nodejs","archived":false,"fork":false,"pushed_at":"2022-12-09T03:36:12.000Z","size":704,"stargazers_count":4,"open_issues_count":14,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T11:04:16.445Z","etag":null,"topics":["ffmpeg","javascript-library","video-processing"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TRomesh.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}},"created_at":"2018-09-18T05:41:56.000Z","updated_at":"2019-05-23T03:05:25.000Z","dependencies_parsed_at":"2022-08-07T19:16:59.860Z","dependency_job_id":null,"html_url":"https://github.com/TRomesh/ffmpegdotjs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRomesh%2Fffmpegdotjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRomesh%2Fffmpegdotjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRomesh%2Fffmpegdotjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRomesh%2Fffmpegdotjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TRomesh","download_url":"https://codeload.github.com/TRomesh/ffmpegdotjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230128411,"owners_count":18177599,"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":["ffmpeg","javascript-library","video-processing"],"created_at":"2024-12-03T16:24:35.883Z","updated_at":"2024-12-17T14:13:43.866Z","avatar_url":"https://github.com/TRomesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ffmpegdotjs\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/TRomesh/ffmpegdotjs/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/ffmpegdotjs.svg?style=flat)](https://www.npmjs.com/package/ffmpegdotjs) [![npm downloads](https://img.shields.io/npm/dm/ffmpegdotjs.svg?style=flat-square)](https://www.npmjs.com/package/ffmpegdotjs)\n\nComing Soon!\n\n:film_strip: :scissors: :memo: :camera:\n\n## Prerequisite\n\n- FFMPEG version 3.4.4 and higher\n- NodeJs v8.12.0 and higher\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/).\n\n```bash\n// using npm\n\n$ npm install ffmpegdotjs\n\n// using yarn\n\n$ yarn add ffmpegdotjs\n```\n\n## API Methods\n\n- [x] Video Conversion\n- [x] Thumbnail Generation\n- [x] Image Capturing\n- [x] Audio Extraction\n- [x] Video Compression\n- [x] Overlay Image\n- [x] Overlay Text\n- [x] Make Video from Audio and Images\n- [x] Trim Video\n\n## Usage\n\n```bash\nconst ffmpegdotjs = require(\"ffmpegdotjs\");\n\nffmpegdotjs.trimvideo(\"Test.mp4\",0,30,\"test\").then((file)=\u003e{\n        console.log(file);\n});\n```\n\n### License\n\nffmpegdotjs is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftromesh%2Fffmpegdotjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftromesh%2Fffmpegdotjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftromesh%2Fffmpegdotjs/lists"}