nyavramov / WEBMARIZER

WEBMARIZER: Automatically 'summarizes' a video by creating multiple WEBMs or GIFs from a single video. It breaks a video into pieces and generates a WEBM/GIF from each piece. It can do this for each video in your folder with a single click. This is similar to a video thumbnails sheet but in WEBM/GIF form.
82 stars 7 forks source link

Wadsworth skip. #8

Open Mathis-Er opened 3 years ago

Mathis-Er commented 3 years ago

Hi, upon closer inspection of the source code an optional wadsworth skip was in the making. I've already tried editing the .py source code to shorten the wadsworth skip from 30% to 5% however this just destroys the whole program. Is adding a slider for the wadsworth skip still in the pipeline? I'd love to edit it myself however I'm not skilled at coding and everything I've tried myself hasn't worked.

nyavramov commented 3 years ago

I think you'd need to modify line 1263: self.wadsworthConstant = 30

to

self.wadsworthConstant = 5

As for a slider, that would be slightly more complex and would involve editing the UI file.

Mathis-Er commented 3 years ago

I tried that but when I compiled the .py to .exe afterwards the program would just crash, perhaps I did something wrong there. I'll take another look at it.