{"id":21076206,"url":"https://github.com/rust-av/rust-av","last_synced_at":"2025-05-15T04:07:33.574Z","repository":{"id":3992018,"uuid":"50748118","full_name":"rust-av/rust-av","owner":"rust-av","description":"Multimedia Toolkit written in pure rust.","archived":false,"fork":false,"pushed_at":"2025-04-30T16:01:21.000Z","size":443,"stargazers_count":776,"open_issues_count":22,"forks_count":40,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-30T17:22:10.222Z","etag":null,"topics":["audio","hacktoberfest","multimedia","rust","video"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/rust-av.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-01-30T22:32:47.000Z","updated_at":"2025-04-30T16:01:24.000Z","dependencies_parsed_at":"2024-06-19T04:07:55.368Z","dependency_job_id":"dcc464f4-a842-4588-ab1c-e0c953ab71d8","html_url":"https://github.com/rust-av/rust-av","commit_stats":{"total_commits":410,"total_committers":22,"mean_commits":"18.636363636363637","dds":0.5024390243902439,"last_synced_commit":"0134f4a153119ece6d48a3bf62f25220db3489ff"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Frust-av","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Frust-av/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Frust-av/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Frust-av/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-av","download_url":"https://codeload.github.com/rust-av/rust-av/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"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":["audio","hacktoberfest","multimedia","rust","video"],"created_at":"2024-11-19T19:27:17.980Z","updated_at":"2025-05-15T04:07:28.555Z","avatar_url":"https://github.com/rust-av.png","language":"Rust","funding_links":[],"categories":["Language and platform specific libraries","Rust"],"sub_categories":["Rust"],"readme":"# Rust-AV\n\n[![Actions Status][actions badge]][actions]\n[![CodeCov][codecov badge]][codecov]\n[![dependency status][dependency badge]][dependency]\n[![IRC][irc badge]][irc]\n[![LICENSE][license badge]][license]\n\nPure-rust implementation of multimedia primitives and eventually some examples of demuxers, muxers and codecs.\n\n## Compiling\n\n```bash\ncargo build --workspace\n```\n\n## Running tests\n\n```bash\ncargo test --workspace\n```\n\n## Examples\n\nExamples can be found in the [examples](https://github.com/rust-av/examples) repository.\n\n## Notes\n\nThe code is still in flux and the API is getting slowly fleshed out, please\nrefer to the sub-crates.\nUntil we reach version `1.0` assume that the API could change a lot.\n\n## License\n\nReleased under the [MIT License](LICENSE).\n\n## Developing\n\nI suggest to use the cargo [paths override](https://doc.rust-lang.org/cargo/reference/config.html) to have a local `rust-av`:\n\n```\n# Clone the trees\n$ git clone https://github.com/rust-av/rust-av\n$ git clone https://github.com/rust-av/${other package}\n# Setup the override\n$ cd ${other package}\n$ mkdir .cargo\n$ echo 'paths=[\"../rust-av\"]' \u003e .cargo/config\n# Check it is doing the right thing\n$ cargo build\n```\n\n## Getting in Touch\n\nCome chat with us on our IRC channel clicking the badge above!\nYou can also use a [web client](https://web.libera.chat/?channel=#rust-av) to join with a web browser.\n\nOtherwise, you can open a new [discussion](https://github.com/rust-av/rust-av/discussions)\nexplaining your idea or problem as best as possible.\n\n\u003c!-- Links --\u003e\n[actions]: https://github.com/rust-av/rust-av/actions\n[codecov]: https://codecov.io/gh/rust-av/rust-av\n[dependency]: https://deps.rs/repo/github/rust-av/rust-av\n[irc]: https://web.libera.chat/?channel=#rust-av\n[license]: LICENSE\n\n\u003c!-- Badges --\u003e\n[actions badge]: https://github.com/rust-av/rust-av/workflows/rust-av/badge.svg\n[codecov badge]: https://codecov.io/gh/rust-av/rust-av/branch/master/graph/badge.svg\n[dependency badge]: https://deps.rs/repo/github/rust-av/rust-av/status.svg\n[irc badge]: https://img.shields.io/badge/irc-%23rust--av-blue.svg\n[license badge]: https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Frust-av","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-av%2Frust-av","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Frust-av/lists"}