bpwhelan / GameSentenceMiner

This is (was) a simple project, that watchdogs a folder for a recording (I use OBS with "Replay Buffer"), converts it to audio, trims it according to clipboard and a Local Language Model before adding it to a flashcard.
7 stars 1 forks source link

11 add screnshot width config #12

Closed bpwhelan closed 1 week ago

bpwhelan commented 1 week ago

Closes #11

Redid Config Parsing, Got rid of config.py added 3 settings In relation to screenshot settings

[screenshot]
width = 0 # Desired Width of Screenshot, Height Scales Automatically, 0 to disable scaling (Default 0)
quality = 85 # Quality of image, 100 is lossless (Default 85)
extension = "webp" # Codec of screenshot, Recommend Keeping this as webp (Default webp)