https://github.com/kanata-php/video-metadata-plugin
Kanata Plugin for Video Metadata Management
https://github.com/kanata-php/video-metadata-plugin
Last synced: 7 days ago
JSON representation
Kanata Plugin for Video Metadata Management
- Host: GitHub
- URL: https://github.com/kanata-php/video-metadata-plugin
- Owner: kanata-php
- Created: 2022-08-08T03:36:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T02:51:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T18:23:41.859Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Video Metadata
> Kanata Plugin
This plugin allows video metadata management.
## Installation
Activate plugin:
```shell
php kanata plugin:activate VideoMetadata
```
## Config
### Install ffmpeg
For this plugin, you need to install `ffmpeg` and `AtomicParsley` on your system.
## Commands
### Get Metadata
```shell
php kanata vm:get-metadata --video=/full/path/to/video
```
> This command uses FFMPeg. Go here for reference: https://ffmpeg.org/documentation.html
### Update Metadata
```shell
php kanata vm:update-metadata --video=/full/path/to/video --field="title" --value="John Doe\'s Vacation"
```
> This command uses AtomicParsley. Go here for reference: https://helpmanual.io/help/AtomicParsley/
## TODO
- Tests