{"id":41280566,"url":"https://github.com/rmuraix/premianno","last_synced_at":"2026-01-23T02:50:19.973Z","repository":{"id":331259656,"uuid":"1083662988","full_name":"rmuraix/premianno","owner":"rmuraix","description":"A Premiere Pro UXP Plugin for Dataset Annotation","archived":false,"fork":false,"pushed_at":"2026-01-19T14:55:25.000Z","size":185,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T21:04:25.960Z","etag":null,"topics":["adobe","annotation-tool","uxp-plugin","vite"],"latest_commit_sha":null,"homepage":"http://lab.rmurai.com/premianno/","language":"TypeScript","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/rmuraix.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":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/rmurai"}},"created_at":"2025-10-26T13:37:01.000Z","updated_at":"2026-01-19T09:40:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rmuraix/premianno","commit_stats":null,"previous_names":["rmuraix/premianno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rmuraix/premianno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmuraix%2Fpremianno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmuraix%2Fpremianno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmuraix%2Fpremianno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmuraix%2Fpremianno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmuraix","download_url":"https://codeload.github.com/rmuraix/premianno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmuraix%2Fpremianno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["adobe","annotation-tool","uxp-plugin","vite"],"created_at":"2026-01-23T02:50:19.176Z","updated_at":"2026-01-23T02:50:19.956Z","avatar_url":"https://github.com/rmuraix.png","language":"TypeScript","funding_links":["https://paypal.me/rmurai"],"categories":[],"sub_categories":[],"readme":"# Premianno\n\nA Premiere Pro UXP Plugin for Dataset Annotation\n\n## Overview\n\nPremiAnno is a UXP-based plugin for Adobe Premiere Pro that enables time-synchronized annotation directly on the timeline.\nIt is designed for AI research projects and media analysis workflows, allowing researchers and creators to add structured metadata, tags, or comments without leaving the editing environment.\n\nBy integrating annotation into Premiere Pro, PremiAnno bridges the gap between creative editing and data collection for machine learning, video understanding, and multimodal AI research.\n\n## Features\n\n- 🕒 Time-based annotation — attach notes, labels, or metadata to specific timestamps or clip ranges\n- 💬 Custom tag sets — define your own annotation schema (e.g., emotions, actions, scenes)\n- 🎞️ Seamless timeline integration — annotations follow clip movements and edits\n- 📦 Export options — export annotations as JSON/CSV for downstream AI tasks\n\n## Install Premianno\n\n1. Download Premianno CCX file from [Release Page](https://github.com/rmuraix/premianno/releases)\n2. Install [ZXP/UXP Installer](https://aescripts.com/learn/zxp-installer/)\n3. Open ZXP/UXP Installer and drag and drop the CCX file\n\n## Development\n\n### Commands\n\n```bash\n# Install dependencies\npnpm i\n# Build the plugin\npnpm lib build\n# Run the plugin in hot reload mode for development with UDT\npnpm lib dev\n# Build \u0026 Package the plugin as a CCX for delivery\npnpm lib ccx\n# Bundles packaged ccx file\npnpm lib zip\n```\n\n### UDT Setup\n\nThe Adobe UXP Developer Tools (UDT) can be downloaded from the Adobe CC app.\n\n#### Add Plugin\n\n1. Open the Adobe UXP Developer Tool (2.0 or later)\n2. Click the Add Plugin button in the top right corner\n3. Select the manifest.json file in the dist folder\n\n#### Load and Debug Plugin\n\n1. Click Load button on your plugin item\n2. Click Debug button on your plugin item\n\nNote: You only need to \"Load\" a plugin, do not use the \"Load and Watch\" feature. The bulit-in UDT file watcher aka \"Load and Watch\" does not reliably update on changes so we recommend avoiding it. Instead, Bolt UXP comes with it's own built-in WebSocket system to trigger a reload on each update which is more consistent and less error-prone.\n\n## Contributing\n\nYour contribution is always welcome. Please read [Contributing Guide](https://github.com/rmuraix/.github/blob/main/.github/CONTRIBUTING.md).\n\n\u003cimg src =\"./packages/lib/src/assets/built-with-bolt-uxp/Built_With_BOLT_UXP_Logo_White_V01.svg\" width=\"50%\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmuraix%2Fpremianno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmuraix%2Fpremianno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmuraix%2Fpremianno/lists"}