Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motionline/piledit-backend
Piledit is a video editing software. This repository manages the backend for generating videos in Piledit, which is implemented in C# and the API server framework ASP.NET.
https://github.com/motionline/piledit-backend
asp-net c-sharp ffmpeg movie-edit opencv piledit
Last synced: 4 months ago
JSON representation
Piledit is a video editing software. This repository manages the backend for generating videos in Piledit, which is implemented in C# and the API server framework ASP.NET.
- Host: GitHub
- URL: https://github.com/motionline/piledit-backend
- Owner: Motionline
- License: mit
- Created: 2021-01-24T17:03:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T02:11:10.000Z (about 4 years ago)
- Last Synced: 2024-10-15T17:05:45.119Z (4 months ago)
- Topics: asp-net, c-sharp, ffmpeg, movie-edit, opencv, piledit
- Language: C#
- Homepage:
- Size: 20.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piledit (Back-end)
![]()
[![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 back-end repository, powered by **ASP.NET** and **OpenCV**.