()
| 41 | } |
| 42 | |
| 43 | export function getFfprobeBinary(): string { |
| 44 | return getConfiguredBinary(FFPROBE_PATH_ENV, "ffprobe"); |
| 45 | } |
| 46 | |
| 47 | export function assertConfiguredFfmpegBinariesExist(): void { |
| 48 | const ffmpegPath = process.env[FFMPEG_PATH_ENV]?.trim(); |
no test coverage detected