Add ffmpeg converter to ogg format

This commit is contained in:
2025-08-11 10:11:13 +03:00
parent 87d8b05efb
commit c0d55c2088
7 changed files with 100 additions and 2 deletions

View File

@@ -20,3 +20,7 @@ type TranscriptJobRepository interface {
type ObjectStorage interface {
}
type FileConverter interface {
Convert(src, dest string) error
}