Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/momeemt/piledit-frontend
Piledit is a new video editing software that follows software engineering and adopts a component-oriented approach in which videos are assembled from small components.
https://github.com/momeemt/piledit-frontend
electron-app engineering video-editing video-processing vue-ts
Last synced: 7 days ago
JSON representation
Piledit is a new video editing software that follows software engineering and adopts a component-oriented approach in which videos are assembled from small components.
- Host: GitHub
- URL: https://github.com/momeemt/piledit-frontend
- Owner: momeemt
- License: mit
- Archived: true
- Created: 2020-08-22T12:18:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T12:54:30.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T21:54:19.520Z (7 days ago)
- Topics: electron-app, engineering, video-editing, video-processing, vue-ts
- Language: Vue
- Homepage:
- Size: 2.51 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piledit
[![SecHack365](https://img.shields.io/badge/SecHack365-2020-ffd700.svg)](https://sechack365.nict.go.jp/)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)Piledit is a new video editing software that follows **software engineering** and adopts a **component-oriented approach** in which videos are assembled from small components.
Also, many video editing software is esoteric and very expensive to learn.
To solve that, Piledit employs a block editor like scratch to make editing video intuitive, even for first-time learners.
This project is a human resource development program called "SecHack365" sponsored by the National Institute of Information and Communications Technology (NICT) and is a [Momiyama](https://www.twitter.com/momeemt) and [Chromeru](https://www.twitter.com/@chromeru0312).
This is something that is being promoted by.
This is a front-end repository, powered by **Vue.ts** and **Electron**.
## Features
### Component-Block Editor
### Piledit Store
### Cross Platform Application
## In Development Features
### Electronic Signature
### Concurrent editing
## Run
```
npm install
npm run serve
```