memories/config.go

8 lines
92 B
Go
Raw Normal View History

2022-11-10 12:27:29 +00:00
package main
type Config struct {
ffmpeg string
ffprobe string
chunkSize float64
}