This project provides a microservices-based solution for converting MP4 video files to MP3 audio files. The architecture ensures scalability, fault tolerance, and easy deployment using Docker Compose ...
This Python script converts all MP4 video files in a specified directory to MP3 audio files. It uses the moviepy library to extract the audio track from the video files. This README file provides ...