Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)
MIT License
536 stars 24 forks source link

Add better handling if 7-zip is not detected #116

Closed Jordonbc closed 2 years ago

Jordonbc commented 2 years ago

When NEAV1E tries to extract files and 7zip is not in the directory for some reason it will generate a error saying it cannot find the file path. This PR adds a check before the program attempts to extract and tells the user that they must first put 7zip in the apps folder.

Before: a After: b

This is just a quality of life fix and 7zip will most likely exist but just in case, it will show this error.

Alkl58 commented 2 years ago

Thanks for the PR!