shellixyz / hd_fpv_video_tool

A software tool to manipulate video files and OSD files recoded with the DJI and Walksnail Avatar FPV systems
GNU General Public License v2.0
16 stars 4 forks source link

macOS 14 installation fails #12

Closed mf0o closed 5 months ago

mf0o commented 6 months ago

Hey there.

Just a quick update on macOS 14.4 installation. For me it failed with errors E0425, E0609 because of ffmpeg-next 6. Version 7 worked for me

So I've modified the Cargo.toml:

[[package]]
name = "ffmpeg-next"
version = "7.0.0"

and compiled it via cargo install --path .

Thanks pal.

shellixyz commented 5 months ago

Thanks for the heads up. I have updated the dependencies it should build fine on macOS 14.4 now according to your report.