{"id":18269753,"url":"https://github.com/skyfe79/ffmpeg-wrapper","last_synced_at":"2025-06-23T08:40:53.415Z","repository":{"id":35666680,"uuid":"39941872","full_name":"skyfe79/ffmpeg-wrapper","owner":"skyfe79","description":"convert ffmpeg **application** into a library for android","archived":false,"fork":false,"pushed_at":"2015-05-30T19:39:32.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T21:29:49.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyfe79.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-07-30T09:14:33.000Z","updated_at":"2018-01-11T14:06:03.000Z","dependencies_parsed_at":"2022-09-11T05:20:56.027Z","dependency_job_id":null,"html_url":"https://github.com/skyfe79/ffmpeg-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fffmpeg-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fffmpeg-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fffmpeg-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fffmpeg-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyfe79","download_url":"https://codeload.github.com/skyfe79/ffmpeg-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968377,"owners_count":21025823,"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-05T11:37:04.994Z","updated_at":"2025-04-09T03:15:40.280Z","avatar_url":"https://github.com/skyfe79.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"FFMPEG is one of the most popular video/image processing library. Not only is it optimized for x86, but also for arm and\nmips. Therefore not only does it run on powerful enterprise x86 servers, but also arm/mips based smartphone/tablets,\nboth iOS and Android.\n\nThis project mainly focus on Android platform.\n\n=====================================\n What makes this project different\n=====================================\n1. Works as a library, not a single process. There are quite a few of ffmpeg-for-android open source projects in github,\nthose project uses ffmpeg as an independent process. \n\n2. Change the source code as little as possible. FFMPEG is a very dynamic project, which is upgraded very often. I want\nto make sure the changes are very few, so that when it upgrades, I don't need to change too much.\n\n\n=====================================\n What was changed\n=====================================\n1. main() -\u003e __main()\n\n2. hook log_infrastrucutre to Android's\n\n3. exit() -\u003e longjmp()\nFor an Linux app, 'exit on error' is a good enough approach, but not for a library - it would crash the whole process.\nSo all the exit is changed to longjmp back to Java layer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fffmpeg-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyfe79%2Fffmpeg-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fffmpeg-wrapper/lists"}