memories/config.go

8 lines
88 B
Go

package main
type Config struct {
ffmpeg string
ffprobe string
chunkSize int
}