memories/config.go

8 lines
92 B
Go

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