Dev Journal: This week's progress
dev.to·6h·
Discuss: DEV
Flag this post

Introduction

I have been working on my media converter project this week. I finished off where I had the frontend displaying the data from the video streams and the backend worked using a hard-coded solution. This week, I wanted to connect both sides and have a basic version working that copies the video file over to another video file, that renames the file and sets it in the location the user selected.

Project functionality

This is a basic rundown of phase 1 of the project. This is a project that allows users to select a video locally and upload it to the application, where it will chunk the file and send it to a second server that has FFMPEG, which will use FFPROBE and return the video file information and display the information on the client.

This will also generate a l…

Similar Posts

Loading similar posts...