A Video converter From .mkv to .mp4
- Python 3.x
- ffmpeg
- Clone the repository:
git clone https://github.com/0xSA7/mkv2mp4.git
- Navigate to the project directory:
cd mkv2mp4 - Install the required Python packages:
pip3 install -r requirements.txt
Run the script with the path to the .mkv file you want to convert:
python mkv2mp4.py <path_to_video.mkv>Example:
python mkv2mp4.py /home/user/videos/sample.mkvContributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.