{"id":17675347,"url":"https://github.com/numandev1/rotate-video","last_synced_at":"2025-07-23T02:33:13.649Z","repository":{"id":63683711,"uuid":"569882399","full_name":"numandev1/rotate-video","owner":"numandev1","description":"Rotate Single video / Entire directory of videos with FFMPEG","archived":false,"fork":false,"pushed_at":"2023-03-01T12:01:38.000Z","size":549,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T15:55:03.162Z","etag":null,"topics":["cli","ffmpeg","rotate","rotate-entire-video-directory","rotate-video","rotate-videos"],"latest_commit_sha":null,"homepage":"","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/numandev1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-23T20:45:09.000Z","updated_at":"2024-10-03T07:08:35.000Z","dependencies_parsed_at":"2024-10-24T08:35:53.637Z","dependency_job_id":"b563d501-e58a-43b7-97c7-67bcba08724a","html_url":"https://github.com/numandev1/rotate-video","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"dc8485d4a67c162d00d1a343e2e71e8965bb911e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numandev1/rotate-video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Frotate-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Frotate-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Frotate-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Frotate-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numandev1","download_url":"https://codeload.github.com/numandev1/rotate-video/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numandev1%2Frotate-video/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266211932,"owners_count":23893379,"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":["cli","ffmpeg","rotate","rotate-entire-video-directory","rotate-video","rotate-videos"],"created_at":"2024-10-24T07:10:49.801Z","updated_at":"2025-07-23T02:33:13.624Z","avatar_url":"https://github.com/numandev1.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/numan.dev"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/numandev1/rotate-video/raw/master/media/logo.png\" alt=\"alt text\" width=\"150\"/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eRotate Single video / Entire directory of videos with FFMPEG\u003c/h1\u003e\n\n### Would you like to support me?\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/numandev1?tab=followers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/followers/numandev1?label=Follow%20%40numandev1\u0026style=social\" height=\"36\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.youtube.com/@numandev?sub_confirmation=1\"\u003e\u003cimg src=\"https://img.shields.io/youtube/channel/subscribers/UCYCUspfN7ZevgCj3W5GlFAw?style=social\" height=\"36\" /\u003e\u003ca/\u003e\n\u003c/br\u003e\n\u003ca href=\"https://www.buymeacoffee.com/numan.dev\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Prerequisite\n\ninstall [ffmpeg](https://ffmpeg.org/) cli first\n\n| Platform | Command                     |\n| -------- | --------------------------- |\n| Macbook  | brew install ffmpeg         |\n| Ubuntu   | sudo apt-get install ffmpeg |\n\n## Installation\n\n### using npx\n\n```sh\nnpx rotate-video --source=source_path --destination=destination_path --extension=MP4 --angel=270\n```\n\n### using npm\n\n```sh\nnpm i -g rotate-video\n```\n\n```sh\nrotate-video --source=source_path --destination=destination_dir_path --extension=MP4 --angel=270\n\n# or you can write blow command\n\nrv --source=source_path --destination=destination_path --extension=MP4 --angel=270\n```\n\n# Example\n\n**For Multiple Videos** below command will Rotate an entire directory of videos\n\n```js\nrotate-video --source=/Users/apple/sourceVideoDir --destination=/Users/apple/destinationVideoDir --extension=MP4 --angel=270\n```\n\n**For Single Video** below command will Rotate an videos\n\n```\nrotate-video --source=/Users/apple/sourceVideo --destination=/Users/apple/destinationVideoDir --extension=MP4 --angel=270\n```\n\n### Contributing\n\nIf you'd like to contribute something, please check out our [contributing guide](https://github.com/numandev1/rotate-video/blob/master/contributing.md 'contributing guide')!\n\n\u003c!-- Footer --\u003e\n\n## Contributors ✨\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/numandev1\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/36044436?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNuman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/numandev1\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Frotate-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumandev1%2Frotate-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumandev1%2Frotate-video/lists"}