更换为边下边解密

This commit is contained in:
itouakirai
2025-01-09 21:27:28 +08:00
parent 32b5fedc4b
commit 7580418fbc
6 changed files with 1382 additions and 3138 deletions

5
go.mod
View File

@@ -3,15 +3,16 @@ module main
go 1.17
require (
github.com/abema/go-mp4 v0.7.2
github.com/Eyevinn/mp4ff v0.46.0
github.com/abema/go-mp4 v1.3.0
github.com/grafov/m3u8 v0.11.1
github.com/schollz/progressbar/v3 v3.14.6
github.com/spf13/pflag v1.0.5
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.14.6 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
)