News:

--

Main Menu

Recent posts

#1
MacOSX / Re: Apple killing off support ...
Last post by peewee.hannover - Today at 09:53:32 AM
Hey,

I compiled avidemux 2.8 for Arm64 and uploaded the installer DMG to Google drive:

https://drive.google.com/drive/folders/1m9dmQjbi0eBIDhuUPwgobt-mZHu3Pcb5?usp=sharing

I gave it a small test run and it works ;)
#2
MacOSX / Re: Apple killing off support ...
Last post by SquidgyBidge - September 10, 2026, 05:11:04 PM
Thank you for the info, much appreciated.
#3
Windows / Re: Fosshub link to windows do...
Last post by eumagga0x2a - September 05, 2026, 12:59:56 PM
Quote from: Reikom-br on September 04, 2026, 02:59:56 PMRegarding the options in `nightly/win64/`, should I just grab the latest executable—the one from "Aug 6 2026 7:51 PM"?

Yes, that one, either installer- or ZIP-packaged. I hope that there will be new builds soon (within 1-2 weeks timeframe).

Please make sure to install / extract into an empty directory and never run multiple Avidemux instances concurrently (not just different versions, really instances).
#4
Windows / Re: Fosshub link to windows do...
Last post by Reikom-br - September 04, 2026, 02:59:56 PM
Quote from: eumagga0x2a on September 04, 2026, 12:37:15 AM
Quote from: Reikom-br on September 03, 2026, 06:52:13 PMHello, I can't download the latest version available on FossHub for Windows; the link redirects to the homepage.

Indeed, Fosshub seems to be effectively defunct, other applications are also affected. Sourceforge still works: https://sourceforge.net/projects/avidemux/files/avidemux/2.8.1/

However, using less outdated 2.8.2 nightlies generally provides a better experience.


Thanks for getting back to me; that other one really does work. Regarding the options in `nightly/win64/`, should I just grab the latest executable—the one from "Aug 6 2026 7:51 PM"?
To be honest, I'm not very familiar with these options.
#5
Windows / Re: Fosshub link to windows do...
Last post by eumagga0x2a - September 04, 2026, 12:37:15 AM
Quote from: Reikom-br on September 03, 2026, 06:52:13 PMHello, I can't download the latest version available on FossHub for Windows; the link redirects to the homepage.

Indeed, Fosshub seems to be effectively defunct, other applications are also affected. Sourceforge still works: https://sourceforge.net/projects/avidemux/files/avidemux/2.8.1/

However, using less outdated 2.8.2 nightlies generally provides a better experience.
#6
Windows / Re: Fosshub link to windows do...
Last post by sark - September 03, 2026, 09:53:49 PM
#7
Windows / Re: Fosshub link to windows do...
Last post by Reikom-br - September 03, 2026, 06:52:13 PM
Hello, I can't download the latest version available on FossHub for Windows; the link redirects to the homepage. Is there another way to get the program?

Win64/VC++ 2.8.1 Install (64 bits), FossHub,
#8
MacOSX / Re: Apple killing off support ...
Last post by eumagga0x2a - September 02, 2026, 09:29:22 PM
Quote from: SquidgyBidge on August 27, 2026, 08:02:52 AMI haven't done any coding since using basic on a BBC micro in the 90s and even then I was crap at that.

Exactly zero coding is involved in compiling Avidemux on macOS.

Unfortunately, as far as I understand the situation, the legal and technical framework that requires to be a registered Apple developer to distribute an arm64 (Apple Silicon) macOS app rules out the chance of an end-user friendly solution at least for the near future.
#9
Main version 2.6 / Re: Avidemux 2.8.2 development
Last post by eumagga0x2a - September 02, 2026, 08:59:36 PM
Quote from: Luc77600 on September 01, 2026, 07:17:21 AMPerhaps by using the newer MinGW64 versions that use Qt6...

No, there haven't been any changes to bundled FFmpeg libs.

Quote from: Luc77600 on September 01, 2026, 07:17:21 AMBut that's completely unverifiable...

Cross-compiled builds should show the last git commit hash they have been generated from in "Help" --> "About Avidemux" dialog. Search for that commit in the repository then.

The course of action regarding FFmpeg will be evaluated as soon as possible. Whoever is concerned about security but needs to be able to sleep at night should never read Apple Clang warnings when compiling FFmpeg  ;D
#10
Main version 2.6 / Re: Avidemux 2.8.2 development
Last post by Luc77600 - September 01, 2026, 07:17:21 AM
Quote from: MC on August 25, 2026, 07:33:37 AMHi,

Do you intent to update the included ffmpeg to a newer version (latest is 9.0.1) ?

several CVE issues have been fixed since 7.0.2

https://ffmpeg.org/security.html

Christian

Hello,

Perhaps by using the newer MinGW64 versions that use Qt6...
But that's completely unverifiable...
It seems that adding features to AviDemux is more important than updating a version that's already running.