frozamilan1899

Results 2 comments of frozamilan1899

did you solve this problem? I met the same issue, and if you get any approach, would you please share it with me? Thank you.

> If you look at the [logic to get the `ffprobe` executable](https://github.com/jiaaro/pydub/blob/cb1c871d80a0240c0e36fafe0753b85a138ee8d9/pydub/utils.py#L194) you'll notice that it simply relies on `which`. > > IMHO there are more robust and portable ways...