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:
commit
6dcf46c597
4 changed files with 245 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue