This repository contains Python scripts for converting media files:
- GIF to MP4 Conversion: Convert a GIF file to an MP4 file using the
moviepylibrary. - MP4 to MP3 Conversion: Extract the audio from an MP4 file and save it as an MP3 file using the
moviepylibrary.
Ensure you have Python installed on your system. You also need to install the moviepy library. You can install it using pip:
pip install moviepy