2024-01-23 21:33:01 +06:00
|
|
|
//go:build windows
|
|
|
|
// +build windows
|
|
|
|
|
|
|
|
package handler
|
|
|
|
|
2024-01-28 22:08:40 +06:00
|
|
|
import "ffmpegGui/convertor"
|
|
|
|
|
2024-01-23 21:33:01 +06:00
|
|
|
func getPathsToFF() []convertor.FFPathUtilities {
|
|
|
|
return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
|
|
|
|
}
|