Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 944 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 944 Bytes

AutoScreenshot

Simple screenshotting tool that uses ShareX to make PFA nolags easily!

How to use

First, make sure you have ShareX installed. In ShareX set the capture entire screen hotkey to Shift + Alt + S. Then, open PFA, load the midi you wanna nolag, pause and make sure the right key is set to move by 1/60th of a second. After that, open the .py file in something like VS Code, here you can configure it a bit such as changing the delay and the screenshot key. When you run it, open PFA and wait for it to finish.

I recommend setting the file naming in ShareX to "%i{5}" so you can turn the frames into a video using FFmpeg. And disable play sound after capture is made, play sound after task is completed and show toast notification after task is completed so the frames look better

Configuring delay

To change the delay, change the number in time.sleep(1) to whatever you want, you can make it something like 0.5, 0.2, 2, ect.