{"id":19535607,"url":"https://github.com/miyako/4d-plugin-mediainfo","last_synced_at":"2025-10-08T05:58:39.095Z","repository":{"id":12088213,"uuid":"14676186","full_name":"miyako/4d-plugin-mediainfo","owner":"miyako","description":"4D implementation of the MediaInfo program.","archived":false,"fork":false,"pushed_at":"2024-07-07T02:46:19.000Z","size":56953,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-07T03:33:59.549Z","etag":null,"topics":["4d-plugin","4d-plugin-apple-silicon"],"latest_commit_sha":null,"homepage":"","language":"C++","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/miyako.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}},"created_at":"2013-11-25T04:28:17.000Z","updated_at":"2024-07-07T02:46:22.000Z","dependencies_parsed_at":"2022-09-03T14:31:26.780Z","dependency_job_id":null,"html_url":"https://github.com/miyako/4d-plugin-mediainfo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-mediainfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-mediainfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-mediainfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-mediainfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-mediainfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224036544,"owners_count":17245095,"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":["4d-plugin","4d-plugin-apple-silicon"],"created_at":"2024-11-11T02:19:19.160Z","updated_at":"2025-10-08T05:58:34.046Z","avatar_url":"https://github.com/miyako.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-mediainfo)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-mediainfo/total)\n\n4d-plugin-mediainfo\n===================\n\n4D implementation of the [MediaInfo](https://github.com/MediaArea/MediaInfo) program. \n\n```4d\ninfo:=MediaInfo (data;type)\n```\n\nParameter|Type|Description\n------------|------------|----\ndata|BLOB|classic `C_BLOB`, not `4D.Blob` object\ntype|LONGINT|``MediaInfo Inform XML``, ``MediaInfo Inform CSV``, ``MediaInfo Inform HTML``, `MediaInfo Inform JSON`\ninfo|TEXT|\n\n```4d\ninfo:=MediaInfoFile (path;type)\n```\n\nParameter|Type|Description\n------------|------------|----\npath|TEXT|\ntype|LONGINT|``MediaInfo Inform XML``, ``MediaInfo Inform CSV``, ``MediaInfo Inform HTML``, `MediaInfo Inform JSON`\ninfo|TEXT|\n\n\n## Examples\n\n```4d\n$path:=Get 4D folder(Current resources folder)+\"sample.mp3\"\nDOCUMENT TO BLOB($path;$data)\n\n$info:=MediaInfo ($data;MediaInfo Inform XML)\n$info:=MediaInfo ($data;MediaInfo Inform CSV)\n$info:=MediaInfo ($data;MediaInfo Inform HTML)\n$info:=MediaInfo ($data;MediaInfo Inform JSON)\n```\n\n**Note**: `2.2.0` added More formats. see [constants.xlf](https://raw.githubusercontent.com/miyako/4d-plugin-mediainfo/refs/heads/master/MediaInfo/constants.xlf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-mediainfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-mediainfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-mediainfo/lists"}