Mauricio-KND / mkv-mp4_converter

Python program that converts MKV video files to MP4 format.
0 stars 0 forks source link

The system cannot find the file specified #1

Open anmol201212 opened 1 month ago

anmol201212 commented 1 month ago

Whenever i select on a file i get this error-
(venv) PS D:\Projects\Youtube-Video-Downloader\mkv-mp4_converter> python mkv_to_mp4_converter.py Select an MKV file for conversion to MP4. Error during conversion: [WinError 2] The system cannot find the file specified

Mauricio-KND commented 1 month ago

I will say that you need to check if you properly installed the required libraries. Also check for your MKV file. I developed the converter in a MacBook Pro, so I'm not sure how it works in other environments. I will clone the repo and test on Ubuntu, so maybe I will need to update the code. Feel free to branch and make a pull request if you want to update the code.