feat: first wave of tests

I can: count how many frames in a video, compare 2 frames for differences and compare 2 videos to see if their frames match up
This commit is contained in:
aria 2025-06-07 02:48:43 +10:00
commit 6dcf46c597
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 245 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module fps-go-brr
go 1.24.3
require (
github.com/AlexEidt/Vidio v1.5.1 // indirect
github.com/urfave/cli/v3 v3.3.3 // indirect
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
golang.org/x/tools v0.0.0-20181207195948-8634b1ecd393 // indirect
)