diff --git a/cmd/root.go b/cmd/root.go index 6283f5e..4a8830f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( ) const ( - Version string = "0.69.3" + Version string = "0.69.4" ) var ( diff --git a/formats/video.go b/formats/video.go index b199b30..ccd718a 100644 --- a/formats/video.go +++ b/formats/video.go @@ -23,6 +23,7 @@ func RegisterVideoFormats() *SupportedFormat { }, Extensions: []string{ `.mp4`, + `.ogm`, `.ogv`, `.webm`, },