feat: add MP4 metadata extraction and integrate gomedia for video handling

This commit is contained in:
krau
2025-11-22 15:42:02 +08:00
parent 4f314bd37f
commit 7d57ad30a9
4 changed files with 50 additions and 0 deletions

1
go.mod
View File

@@ -19,6 +19,7 @@ require (
github.com/rs/xid v1.6.0
github.com/spf13/cobra v1.10.1
github.com/spf13/viper v1.21.0
github.com/yapingcat/gomedia v0.0.0-20240906162731-17feea57090c
golang.org/x/net v0.46.0
golang.org/x/time v0.14.0
)