{"id":17668815,"url":"https://github.com/lukasjhan/ffmpeg-cmd","last_synced_at":"2025-03-30T13:42:53.484Z","repository":{"id":232438360,"uuid":"499075939","full_name":"lukasjhan/ffmpeg-cmd","owner":"lukasjhan","description":"Typescript ffmpeg command builder","archived":false,"fork":false,"pushed_at":"2023-03-24T00:25:08.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T15:35:39.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lukasjhan.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-06-02T09:39:26.000Z","updated_at":"2023-05-08T06:21:14.000Z","dependencies_parsed_at":"2024-04-09T22:04:03.532Z","dependency_job_id":"988ceb65-df04-46b9-af43-6cf21827218a","html_url":"https://github.com/lukasjhan/ffmpeg-cmd","commit_stats":null,"previous_names":["lukasjhan/ffmpeg-cmd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Fffmpeg-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Fffmpeg-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Fffmpeg-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasjhan%2Fffmpeg-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasjhan","download_url":"https://codeload.github.com/lukasjhan/ffmpeg-cmd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326599,"owners_count":20759436,"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-23T23:42:12.981Z","updated_at":"2025-03-30T13:42:53.455Z","avatar_url":"https://github.com/lukasjhan.png","language":"TypeScript","readme":"# FFmpeg Command Generator\n\nThis library provides a simple API for generating FFmpeg commands in TypeScript, Rust, and Go. It is designed to make it easy to create complex FFmpeg commands programmatically, without needing to remember all the command-line options and arguments.\n\n## Usage\n\n```ts\nconst input = ffmpeg.input('hi.mp4');\nconst image = ffmpeg.input('hi.png');\nconst filter = ffmpeg.filter([input, image], 'overlay');\nconst output = filter.output('output.mp4');\noutput.compile().join(' ');\n// ffmpeg -hide_banner -i hi.mp4 -i hi.png -filter_complex [0][1]overlay[s0] -map [s0] output.mp4 -y\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasjhan%2Fffmpeg-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasjhan%2Fffmpeg-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasjhan%2Fffmpeg-cmd/lists"}