{"id":23401021,"url":"https://github.com/skystar-modules/denoffmpeg","last_synced_at":"2025-04-11T19:12:16.229Z","repository":{"id":53514073,"uuid":"314669680","full_name":"SkyStar-modules/denoFFMPEG","owner":"SkyStar-modules","description":"ffmpeg wrapper for deno.land","archived":false,"fork":false,"pushed_at":"2022-12-16T17:55:56.000Z","size":12640,"stargazers_count":26,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T15:07:05.739Z","etag":null,"topics":["deno","ffmpeg","wrapper"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SkyStar-modules.png","metadata":{"files":{"readme":"README.MD","changelog":"changelog.md","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":"2020-11-20T21:08:13.000Z","updated_at":"2024-11-20T05:02:34.000Z","dependencies_parsed_at":"2022-09-20T20:52:03.426Z","dependency_job_id":null,"html_url":"https://github.com/SkyStar-modules/denoFFMPEG","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyStar-modules%2FdenoFFMPEG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyStar-modules%2FdenoFFMPEG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyStar-modules%2FdenoFFMPEG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyStar-modules%2FdenoFFMPEG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyStar-modules","download_url":"https://codeload.github.com/SkyStar-modules/denoFFMPEG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465346,"owners_count":21108244,"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":["deno","ffmpeg","wrapper"],"created_at":"2024-12-22T11:13:59.770Z","updated_at":"2025-04-11T19:12:16.211Z","avatar_url":"https://github.com/SkyStar-modules.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno FFMPEG\n\n## FFmpeg is really nice to use and quite handy for alot of applications But we didn't have any easy wrapper for it in Deno, so now we do :D\n\n## List of features\n\n- Video bitrate(VBR and CBR)\n- FFMPEG Filters\n- Easy to use\n- All methods are chainable\n- Frequently updated and maintained by me\n\n## Basic example\n\n`save()` is used to start the render process.\n\nyou should always use `save()` or `saveWithProgress()` as last option\\\nyou should always specify the ffmpegDir in the constructor or via the\n`setFfmpegPath()` method!\n\n```js\nimport { ffmpeg } from \"./mod.ts\";\nlet videoRender = ffmpeg({ input: \"./dev/video0\", ffmpegDir: \"./dev/ffmpeg\" });\nawait videoRender.videoBitrate(\"1000k\").save(\"./output.mp4\");\n```\n\n\u003cbr\u003e\n\n## How to contribute\n\nFormat code with `deno fmt`\\\nLint with `deno lint`\\\nRun tests with\n`deno test --doc src/ffmpegClass.ts \u0026\u0026 deno test -A --fail-fast tests`\n\n## Authors \u0026 Acknowledgments\n\n- Skyler \"MierenMans\" van Boheemen - Author\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskystar-modules%2Fdenoffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskystar-modules%2Fdenoffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskystar-modules%2Fdenoffmpeg/lists"}