{"id":26397668,"url":"https://github.com/oldes/rebol-ebml","last_synced_at":"2026-01-03T08:06:28.370Z","repository":{"id":247784811,"uuid":"826821740","full_name":"Oldes/Rebol-EBML","owner":"Oldes","description":"EBML (Extensible Binary Meta Language) Rebol codec","archived":false,"fork":false,"pushed_at":"2024-07-20T18:17:01.000Z","size":431,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T18:02:02.639Z","etag":null,"topics":["codec","ebml","ebml-parser","matroska","rebol","webm"],"latest_commit_sha":null,"homepage":"","language":"Rebol","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/Oldes.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":"2024-07-10T12:52:01.000Z","updated_at":"2024-07-20T18:17:04.000Z","dependencies_parsed_at":"2024-07-10T16:15:08.160Z","dependency_job_id":null,"html_url":"https://github.com/Oldes/Rebol-EBML","commit_stats":null,"previous_names":["oldes/rebol-ebml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oldes%2FRebol-EBML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oldes%2FRebol-EBML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oldes%2FRebol-EBML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oldes%2FRebol-EBML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oldes","download_url":"https://codeload.github.com/Oldes/Rebol-EBML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244031119,"owners_count":20386534,"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":["codec","ebml","ebml-parser","matroska","rebol","webm"],"created_at":"2025-03-17T12:18:35.612Z","updated_at":"2026-01-03T08:06:28.364Z","avatar_url":"https://github.com/Oldes.png","language":"Rebol","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![rebol-ebml](https://github.com/user-attachments/assets/ef3e8851-f1e1-439d-8df3-8e592dffa18a)](https://github.com/Oldes/Rebol-EBML)\n\n[![Rebol-EBML CI](https://github.com/Oldes/Rebol-EBML/actions/workflows/main.yml/badge.svg)](https://github.com/Oldes/Rebol-EBML/actions/workflows/main.yml)\n[![Gitter](https://badges.gitter.im/rebol3/community.svg)](https://app.gitter.im/#/room/#Rebol3:gitter.im)\n[![Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rebol.zulipchat.com/)\n\n# Rebol/EBML\n\nEBML (Extensible Binary Meta Language) codec for [Rebol3](https://github.com/Oldes/Rebol3) (version 3.17.1 and higher)\n\n## Usage\n```rebol\nimport ebml               ;; import the module\ndata: load %source.mkv    ;; decode some data\nsave %temp.mkv data       ;; encode data back to file\n```\nIt is possible to use `encode`/`decode` functions like:\n```rebol\ndata: encode 'ebml [\n    Info: [\n        MuxingApp: \"libebml2 v0.21.3 + libmatroska2 v0.22.3\"\n        WritingApp: \"mkclean 0.9.0 u from Lavf57.83.100\"\n        DateUTC: 2024-07-10T11:29:13\n    ]\n]\nprobe data\n;== #{\n;1549A966DA4D80A76C696265626D6C322076302E32312E33202B206C69626D61\n;74726F736B61322076302E32322E335741A26D6B636C65616E20302E392E3020\n;752066726F6D204C61766635372E38332E3130304461880A4D315499011A00}\n\nprobe decode 'ebml data\n;== [\n;    Info: [\n;        MuxingApp: \"libebml2 v0.21.3 + libmatroska2 v0.22.3\"\n;        WritingApp: \"mkclean 0.9.0 u from Lavf57.83.100\"\n;        DateUTC: 10-Jul-2024/11:29:13\n;    ]\n;]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldes%2Frebol-ebml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldes%2Frebol-ebml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldes%2Frebol-ebml/lists"}