fix: ffprobe path
This commit is contained in:
@@ -36,7 +36,8 @@ log = logging.getLogger("aac2eac3")
|
||||
# ----------------------------
|
||||
|
||||
def ffprobe_path():
|
||||
return args.ffmpeg.replace("ffmpeg", "ffprobe")
|
||||
ffmpeg = Path(args.ffmpeg)
|
||||
return str(ffmpeg.parent / ffmpeg.name.replace("ffmpeg", "ffprobe"))
|
||||
|
||||
|
||||
def probe_streams(file: Path):
|
||||
|
||||
Reference in New Issue
Block a user