Media Transform
Media Transform is an application that will have multiply features that allow users to manipulate media with a GUI. Right now it is a video editing application, that allows users to select a video that they want to change. This can be done by removing or changing streams on the video. once they are satisfied with their changes the video will be passed through FFMPEG and returned to the user in the selected location.
- Node js
- Express
- FFMPEG
- Docker
- Docker-Compose
- Javascript
Features
Videos can be encoded to another format.
Users can remove or manipulate streams in video files.
Users can get information on video files.
Lessons Learned
Learned about how to handle moving large files from server to server in chunks.
Have a better understanding on how video streams work.
I learnt how to implement a queue system for my more heavy work load tasks.
Future features
Convert videos into gif.
Image transformation.
video folder encoding automation.
Working On / Research
Cleaning up UI.
Diving deeper into how to get the most out of FFMPEG.
Deployment
Designed to be used Locally to help with media work.