eliranwong / UniqueBible

A cross-platform bible application, integrated with high-quality resources and amazing features, running offline in Windows, macOS and Linux, ChromeOS, Android, iOS. Various running modes are supported.
https://UniqueBible.app
GNU General Public License v3.0
122 stars 34 forks source link

Couldn't find ffmpeg or avconv #1371

Closed jesse0515 closed 1 year ago

jesse0515 commented 1 year ago

RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)

MAC OS 13.4 M1

eliranwong commented 1 year ago

You need to install ffmpeg on macOS:

The quickest way to me is:

  1. Launch macOS "Terminal" application

  2. Install brew tools (https://brew.sh/), by running:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  1. Install ffmpeg:

brew install ffmpeg

jesse0515 commented 1 year ago

OK,My network is bad now,I will try sometime,thank you!