mediar-ai / screenpipe

rewind.ai x cursor.com = your AI assistant that has all the context. 24/7 screen & voice recording for the age of super intelligence. get your data ready or be left behind
https://screenpi.pe
MIT License
9.61k stars 559 forks source link

Use better mirror for ffmpeg downloads #644

Closed Neptune650 closed 2 weeks ago

Neptune650 commented 2 weeks ago

@louis030195 Fixes the mirrors used to download the ffmpeg binaries - these are listed in the official ffmpeg page so i'd say they're good to use.

Mostly so we don't get blocked by SourceForge.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screenpipe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 11:56pm
louis030195 commented 2 weeks ago

@Neptune650 nice

hope it wont cause issue with different ffmpeg version on encoding,decoding, etc

Neptune650 commented 2 weeks ago

@Neptune650 nice

hope it wont cause issue with different ffmpeg version on encoding,decoding, etc

@louis030195 Something that escaped me In:

-o ./${config.macos.ffmpegName}

There shouldn't be a space, please change it to:

-o${config.macos.ffmpegName}