News:

--

Main Menu

Recent posts

#1
Windows / Re: Avidemux 2.8.2 250526 Unab...
Last post by eumagga0x2a - June 30, 2026, 07:56:45 PM
Is the failure to load the LUT file specific to this particular build?

In any case please provide the file for inspection and testing either as attachment to your reply or, when too large for that, by means of the link sharing feature of Google Drive, or via Dropbox, or Mega.
#2
Windows / Avidemux 2.8.2 250526 Unable T...
Last post by DapOrp - June 29, 2026, 10:07:28 PM
Attempting to load 3D LUT file:

DJI OSMO Action 5 Pro D-Log M to Rec.709 V1.cube

results in:

Load Failed
Incomplete file
#3
Main version 2.6 / Re: Rendering for AMD cards?
Last post by CptShadows - June 29, 2026, 11:54:55 AM
Okay, thank you for the reply. I've been using the software encoder on my 9800X3D instead now, and I feel like it works around the same speed as my 4070 super did.
#4
Windows / Re: Configuration defaults
Last post by CptShadows - June 29, 2026, 11:53:01 AM
Quote from: sark on July 25, 2024, 11:02:13 PMWhen deleted from the above location they no longer regenerate.
So it is just a case of deleting from both locations.


Thanks!! The default configurations coming back was getting very frustrating, as I never used them.
#5
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by artifexor - June 26, 2026, 01:16:18 PM
Quote from: eumagga0x2a on June 24, 2026, 11:04:09 PMBuild with Qt5 should work now, please pull the latest changes and retry.
I was able to compile and run, thank you. I am currently using X11 and not Wayland.

Quote from: eumagga0x2a on June 24, 2026, 11:04:09 PMQt 6.4.2 in Bookworm may be too old, in doubt please provide the actual build error (warnings about redefining definitions are unrelated).
The problem is the lrelease (qtchooser) executable which does not detect my QT6 installation even the right executable is here. I have to check my installation.

QT_SELECT=qt6 lrelease -version
lrelease: could not find a Qt installation of 'qt6'

/usr/lib/qt6/bin/lrelease -version
lrelease version 6.4.2
#6
Main version 2.6 / Re: ffmpeg "pixelsmash" vunera...
Last post by grolandi - June 25, 2026, 04:47:57 PM
Great to know, thank you!
#7
Main version 2.6 / Re: ffmpeg "pixelsmash" vunera...
Last post by eumagga0x2a - June 25, 2026, 05:24:34 AM
Quote from: grolandi on June 25, 2026, 02:51:22 AMDoes Avidemux use any portion of ffmpeg that contains the new pixelsmash vulnerability?

Avidemux doesn't enable MagicYUV decoder, the one containing this particular vuln, in its bundled libavcodec, therefore the answer is "No".
#8
Main version 2.6 / ffmpeg "pixelsmash" vunerabili...
Last post by grolandi - June 25, 2026, 02:51:22 AM
Does Avidemux use any portion of ffmpeg that contains the new pixelsmash vulnerability?

If so, what are the plans to patch Avidemux?

Thank you.
#9
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by eumagga0x2a - June 24, 2026, 11:04:09 PM
Build with Qt5 should work now, please pull the latest changes and retry. You may need to explicitly request xcb (XWayland) on Wayland, e.g. by passing

-platform xcb
to Avidemux executable.

Qt 6.4.2 in Bookworm may be too old, in doubt please provide the actual build error (warnings about redefining definitions are unrelated).
#10
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by artifexor - June 24, 2026, 04:21:36 PM
This is the closest topic sorry if it is the wrong one. I tried to compile with QT5 on Debian 12 and it failed. Then installed QT6 packages, including qt6-base-private-dev package, and tried to compile with QT6 and it failed again. It was working with QT5, my last successfully compiled version is 260411_20b2688a961-fflibs 7.0.2. QT6 has issues (warnings?) with QT_TR_NOOP and QT_TRANSLATE_NOOP redefining, QT5 has issue (error) with "avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.cpp:312:34: error: 'class QApplication' has no member named 'nativeInterface'". Both compile stopped and generated no executable.

So something happened after commit 20b2688. Any idea how to solve this issue?