{"id":18267634,"url":"https://github.com/anilbeesetti/nextlib","last_synced_at":"2026-01-31T08:10:39.760Z","repository":{"id":182482377,"uuid":"668557084","full_name":"anilbeesetti/nextlib","owner":"anilbeesetti","description":"NextLib for Next Player","archived":false,"fork":false,"pushed_at":"2026-01-30T03:28:48.000Z","size":433,"stargazers_count":125,"open_issues_count":28,"forks_count":34,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-30T18:57:55.782Z","etag":null,"topics":["exoplayer","ffmpeg","ffmpeg-android","media3","video-decoder"],"latest_commit_sha":null,"homepage":"https://github.com/anilbeesetti/nextplayer","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anilbeesetti.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-20T05:07:20.000Z","updated_at":"2026-01-30T03:17:02.000Z","dependencies_parsed_at":"2024-04-06T15:24:57.783Z","dependency_job_id":"3d270103-39a2-4f94-afac-ae71bf6abcd7","html_url":"https://github.com/anilbeesetti/nextlib","commit_stats":null,"previous_names":["anilbeesetti/nextlib"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/anilbeesetti/nextlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilbeesetti%2Fnextlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilbeesetti%2Fnextlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilbeesetti%2Fnextlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilbeesetti%2Fnextlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anilbeesetti","download_url":"https://codeload.github.com/anilbeesetti/nextlib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilbeesetti%2Fnextlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28934706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T07:49:44.436Z","status":"ssl_error","status_checked_at":"2026-01-31T07:49:34.274Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["exoplayer","ffmpeg","ffmpeg-android","media3","video-decoder"],"created_at":"2024-11-05T11:28:07.613Z","updated_at":"2026-01-31T08:10:39.741Z","avatar_url":"https://github.com/anilbeesetti.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextLib\n\n[![Build nextlib](https://github.com/anilbeesetti/nextlib/actions/workflows/build.yaml/badge.svg)](https://github.com/anilbeesetti/nextlib/actions/workflows/build.yaml) [![Maven Central](https://img.shields.io/maven-central/v/io.github.anilbeesetti/nextlib-media3ext.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.anilbeesetti/nextlib-media3ext)\n\nNextLib is a library for adding ffmpeg codecs to [Media3](https://github.com/androidx/media).\n\n## Currently supported decoders\n- **Audio**: Vorbis, Opus, Flac, Alac, pcm_mulaw, pcm_alaw, MP3, Amrnb, Amrwb, AAC, AC3, EAC3, dca, mlp, truehd\n- **Video**: H.264, HEVC, VP8, VP9\n\n## Setup\nKotlin DSL:\n\n```kotlin\ndependencies {\n    implementation(\"io.github.anilbeesetti:nextlib-media3ext:INSERT_VERSION_HERE\") // To add media3 software decoders and extensions\n    implementation(\"io.github.anilbeesetti:nextlib-mediainfo:INSERT_VERSION_HERE\") // To get media info through ffmpeg\n}\n```\n\nGroovy DSL:\n\n```gradle\ndependencies {\n    implementation \"io.github.anilbeesetti:nextlib-media3ext:INSERT_VERSION_HERE\" // To add media3 software decoders and extensions\n    implementation \"io.github.anilbeesetti:nextlib-mediainfo:INSERT_VERSION_HERE\" // To get media info through ffmpeg\n}\n```\n\n## Usage\n\nTo use Ffmpeg decoders in your app, Add `NextRenderersFactory` (is one to one compatible with DefaultRenderersFactory) to `ExoPlayer`\n```kotlin\nval renderersFactory = NextRenderersFactory(applicationContext) \n\nExoPlayer.Builder(applicationContext)\n    .setRenderersFactory(renderersFactory)\n    .build()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilbeesetti%2Fnextlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanilbeesetti%2Fnextlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilbeesetti%2Fnextlib/lists"}