2024-01-23 21:33:01 +06:00
|
|
|
//go:build windows
|
|
|
|
// +build windows
|
|
|
|
|
|
|
|
package handler
|
|
|
|
|
2024-02-03 18:40:44 +06:00
|
|
|
import "git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
|
2024-01-28 22:08:40 +06:00
|
|
|
|
2024-01-23 21:33:01 +06:00
|
|
|
func getPathsToFF() []convertor.FFPathUtilities {
|
|
|
|
return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
|
|
|
|
}
|