This commit is contained in:
949036910@qq.com
2026-05-29 01:28:49 +08:00
parent 4a9b65abe5
commit 595820c24a

View File

@@ -109,7 +109,7 @@ pub fn locate_ffmpeg() -> Option<PathBuf> {
if dev2.exists() { if dev2.exists() {
return Some(dev2); return Some(dev2);
} }
Some(PathBuf::from(exe_name())) None
} }
/// Extract the audio track from `video_path` and re-encode to 16 kHz mono WAV /// Extract the audio track from `video_path` and re-encode to 16 kHz mono WAV