MP4VI is a Python Jupyter application that makes it easy to convert AVI video files to MP4. It also provides several configurable parameters to customize the conversion process.
-
Upload your video file to the notebook environment.
-
Run the Lib command to load the necessary libraries.
-
In the App script, you can customize the conversion:
-
Filename: Match the file_name variable to your uploaded video's filename (e.g.,
my_example_video.avi). This will be the name of the final MP4 file (e.g.,my_example_video.mp4). -
Quality: Adjust key parameters to balance file size and quality.
-
crf(Constant Rate Factor): Controls video quality. -
preset: Manages the encoding speed versus compression efficiency. -
b:a(Audio Bitrate): Sets the audio quality.
-
-
-
Run the script to begin the conversion and generate your downloadable MP4 file.
MP4VI is an open-source project. Feel free to fork the repository, explore the code, and contribute to its development!
This project is licensed under the MIT License – see the LICENSE file for details.