{"id":25984591,"url":"https://github.com/vrgsoftua/videocrop","last_synced_at":"2026-03-16T15:37:38.564Z","repository":{"id":144200066,"uuid":"145556595","full_name":"VRGsoftUA/VideoCrop","owner":"VRGsoftUA","description":"Video cropping library","archived":false,"fork":false,"pushed_at":"2019-08-11T18:35:15.000Z","size":37534,"stargazers_count":106,"open_issues_count":19,"forks_count":39,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-09T14:02:37.903Z","etag":null,"topics":["android","crop","custom","trim","video"],"latest_commit_sha":null,"homepage":"http://vrgsoft.net/","language":"Java","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/VRGsoftUA.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,"publiccode":null,"codemeta":null}},"created_at":"2018-08-21T11:48:14.000Z","updated_at":"2025-02-07T08:28:50.000Z","dependencies_parsed_at":"2023-06-17T04:00:23.808Z","dependency_job_id":null,"html_url":"https://github.com/VRGsoftUA/VideoCrop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/VRGsoftUA/VideoCrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FVideoCrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FVideoCrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FVideoCrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FVideoCrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VRGsoftUA","download_url":"https://codeload.github.com/VRGsoftUA/VideoCrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRGsoftUA%2FVideoCrop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263588273,"owners_count":23484894,"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":["android","crop","custom","trim","video"],"created_at":"2025-03-05T11:25:55.281Z","updated_at":"2025-10-17T18:34:15.530Z","avatar_url":"https://github.com/VRGsoftUA.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### [HIRE US](http://vrgsoft.net/)\n# VideoCrop\nVideo cropping library with trimming and opportunity to choose different aspect ratio types\u003c/br\u003e\u003c/br\u003e\n\u003cimg src=\"https://github.com/VRGsoftUA/VideoCrop/blob/master/video.gif\" width=\"270\" height=\"480\" /\u003e\n# Usage\n*For a working implementation, Have a look at the Sample Project - app*\n1. Include the library as local library project.\n```gradle\nallprojects {\n    repositories {\n        maven { url 'https://jitpack.io' }\n    }\n}\ndependencies {\n    implementation 'com.github.VRGsoftUA:VideoCrop:1.0'\n}\n```\n2. In code you need to start Activityfor result like so:\n```\nstartActivityForResult(VideoCropActivity.createIntent(this, inputPath, outputPath), CROP_REQUEST);\n```\n3. Then catch result in onActivityResult callback\n```@Override\n    protected void onActivityResult(int requestCode, int resultCode, Intent data) {\n        if(requestCode == CROP_REQUEST \u0026\u0026 resultCode == RESULT_OK){\n            //crop successful\n        }\n    }\n```\n#### Contributing\n* Contributions are always welcome\n* If you want a feature and can code, feel free to fork and add the change yourself and make a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrgsoftua%2Fvideocrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrgsoftua%2Fvideocrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrgsoftua%2Fvideocrop/lists"}