Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Piledit


piledit-icon

[![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
```