{"id":15608918,"url":"https://github.com/justjavac/deno_ffmpeg","last_synced_at":"2025-11-02T00:02:55.390Z","repository":{"id":62421665,"uuid":"289936327","full_name":"justjavac/deno_ffmpeg","owner":"justjavac","description":"ffmpeg module for Deno","archived":false,"fork":false,"pushed_at":"2021-01-12T05:03:11.000Z","size":8033,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T18:03:50.750Z","etag":null,"topics":["deno","deno-mod","deno-module","ffmpeg","video","video-processing"],"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/justjavac.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-08-24T13:30:28.000Z","updated_at":"2023-04-10T14:09:41.000Z","dependencies_parsed_at":"2022-11-01T17:45:45.818Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_ffmpeg","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"justjavac/deno_starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_ffmpeg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251310889,"owners_count":21568998,"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","deno-mod","deno-module","ffmpeg","video","video-processing"],"created_at":"2024-10-03T05:40:29.249Z","updated_at":"2025-11-02T00:02:55.101Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_ffmpeg [WIP]\n\n[![tag](https://img.shields.io/github/release/justjavac/deno_ffmpeg)](https://github.com/justjavac/deno_ffmpeg/releases)\n[![Build Status](https://github.com/justjavac/deno_ffmpeg/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_ffmpeg/actions)\n[![license](https://img.shields.io/github/license/justjavac/deno_ffmpeg)](https://github.com/justjavac/deno_ffmpeg/blob/master/LICENSE)\n\nffmpeg module for Deno, using wasm.\n\n## Usage\n\n⚠️ not implement\n\n```ts\nimport { createFFmpeg, fetchFile } from \"https://deno.land/x/ffmpeg/mod.ts\";\n\nconst ffmpeg = createFFmpeg({ log: true });\n\nawait ffmpeg.load();\nffmpeg.FS('writeFile', 'test.avi', await fetchFile('./test.avi'));\nawait ffmpeg.run('-i', 'test.avi', 'test.mp4');\nawait Deno.writeAll('./test.mp4', ffmpeg.FS('readFile', 'test.mp4'));\n```\n\n### License\n\n[deno_ffmpeg](https://github.com/justjavac/deno_ffmpeg) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ffmpeg/lists"}