ArtDor2 / strobing

Software-based black frame insertion / software strobing to reduce motion blur
https://www.testufo.com/blackframes
MIT License
2 stars 1 forks source link

How I could use it? #1

Open TommyVL opened 3 years ago

TommyVL commented 3 years ago

Hello! Your project looks rather promising here. I would like to use it for film watching on a 120-240hz monitor to achieve a very clean, frame-to-frame motion. Is it possible to launch it?

Greetings from Finland: Tommy Lavi

ArtDor2 commented 3 years ago

Did you download the git project? You also need to install pygame library for python

On Wed, Mar 24, 2021, 11:56 AM TommyVL @.***> wrote:

Hello! Your project looks rather promising here. I would like to use it for film watching on a 120-240hz monitor to achieve a very clean, frame-to-frame motion. Is it possible to launch it?

Greetings from Finland: Tommy Lavi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ArtDor2/strobing/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYH36IK7IXCAJKKZ5TT5CTTFIKT7ANCNFSM4ZXVC7DQ .

TommyVL commented 3 years ago

Hello once again! Sorry for this rather late response, but I really made it work. Unfortunately, despite some few optimizations made for the script (refresh rate included), it comes of with distracting, off-rhythm stuttering. As I'm still a newbie student in all things computer science, I'm yet to understand Python and fix things myself.

Anyways, thanks for the help! Kiitos!

CAPTAlNHOWDY commented 2 years ago

Hello once again! Sorry for this rather late response, but I really made it work. Unfortunately, despite some few optimizations made for the script (refresh rate included), it comes of with distracting, off-rhythm stuttering. As I'm still a newbie student in all things computer science, I'm yet to understand Python and fix things myself.

Anyways, thanks for the help! Kiitos!

Hey, how exactly did you get this working? Also a noob student, have no idea what i'm doing. thanks

ArtDor2 commented 2 years ago

@CAPTAlNHOWDY You need to have python 3 installed and a IDE, I use VS Code, then install pygame python package and run the .py file for this project. The stuttering is probably due to mismatch of the fps in the app and refresh rate, I dont know how to fix it.