{"id":18464599,"url":"https://github.com/moebits/rife-fps","last_synced_at":"2025-04-08T08:31:13.743Z","repository":{"id":222225038,"uuid":"756645271","full_name":"Moebits/rife-fps","owner":"Moebits","description":"Video framerate interlopation with rife in node.js","archived":false,"fork":false,"pushed_at":"2024-08-16T20:51:41.000Z","size":23141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-18T05:51:11.675Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moebits.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T02:39:46.000Z","updated_at":"2024-08-16T20:51:44.000Z","dependencies_parsed_at":"2024-11-06T09:20:41.982Z","dependency_job_id":null,"html_url":"https://github.com/Moebits/rife-fps","commit_stats":null,"previous_names":["tenpi/rife","tenpi/rife-fps","moebits/rife-fps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2Frife-fps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2Frife-fps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2Frife-fps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moebits%2Frife-fps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moebits","download_url":"https://codeload.github.com/Moebits/rife-fps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247804392,"owners_count":20998970,"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-11-06T09:10:27.748Z","updated_at":"2025-04-08T08:31:08.722Z","avatar_url":"https://github.com/Moebits.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### About\nThis package uses pre-built Rife binaries in order to interpolate video frames. You can use this to increase the framerate, \nfor example from 30FPS to 60FPS.\n\n### Insall\n```ts\nnpm install rife-fps\n```\n\n### Useful Links\n- [**rife**](https://github.com/megvii-research/ECCV2022-RIFE)\n\n#### Interlopating Videos\n```ts\nimport rife from \"rife-fps\"\n/*The multiplier multiplies the framerate. To interpolate a 30FPS video into 60FPS set it to 2.*/\nawait rife.interpolateVideo(\"./videos/input.mp4\", \"./videos/input2.mp4\", {multiplier: 2}, progress)\n\n/*Just a directory of image frames.*/\nawait rife.interpolateDirectory(\"./input_images\", \"./output_images\", {multiplier: 2}, progress)\n\n/*You can track progress with a callback.*/\nlet progress = (percent: number) =\u003e {\n  console.log(percent)\n}\n```\n\n#### RifeOptions\n```ts\nexport interface RifeOptions {\n    multiplier?: number\n    ffmpegPath?: string\n    sdColorSpace?: boolean\n    framerate?: number\n    quality?: number\n    rename?: string\n    rifePath?: string\n    threads?: number\n    speed?: number\n    reverse?: boolean\n    pitch?: number\n    noResume?: boolean\n    pngFrames?: boolean\n    transparentColor?: string\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebits%2Frife-fps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoebits%2Frife-fps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebits%2Frife-fps/lists"}