A full-stack web application that processes videos using FFmpeg.
I’ve been particularly interested in video encoding and manipulation, and this project is a concise demo built to showcase that interest through a simple but functional feature.
- Upload video files
- Apply filters:
- Grayscale
- Blur
- Sepia
- Process and download output video
- H.264 encoding
- Java (Spring Boot)
- HTML / JavaScript
- FFmpeg