This code https://github.com/u2takey/ffmpeg-go/blob/6649d14c4aeb35093a062d4660a55507198cd03e/probe.go#L35 assumes that `ffprobe` is on the system PATH. There should be a way to specify the path of the executable to run.
This code
ffmpeg-go/probe.go
Line 35 in 6649d14
ffprobeis on the system PATH. There should be a way to specify the path of the executable to run.