dfaker / WebmGenerator

UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
Mozilla Public License 2.0
505 stars 33 forks source link

customEncodeProfiles not working due to folder name typo #112

Closed Mojavve closed 1 month ago

Mojavve commented 1 month ago

In mergeSelectionController.py:

    self.profileSpecPath = 'customEncodeProfiles'

However the folder included in the repo is customEncodeprofiles with a lowercase p. At least on Arch Linux this causes no custom profile to load.

Simply renaming the folder fixes the problem.

dfaker commented 1 month ago

Thank you @Mojavve good old windows case insensitive paths.