News:

--

Main Menu

Recent posts

#1
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by eumagga0x2a - May 20, 2026, 11:40:19 PM
Quote from: Ferdi on May 20, 2026, 10:25:51 PMThe package qt6-base-private-dev is not listed, nor installed as a dependency from the createDebFromSourceUbuntu.bash script.

Exactly, just wanted to post this as I saw your reply. The package is automatically installed only when building appImage in a Docker container so far. I wonder whether it could be made optional (i.e. package missing = disable all Wayland-related code), but for now it needs to be installed manually as you have done.
#2
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by Ferdi - May 20, 2026, 10:25:51 PM
The package qt6-base-private-dev is not listed, nor installed as a dependency from the createDebFromSourceUbuntu.bash script.

It probably was installed in 25.10, Avidemux build without issue, but likely was removed by the upgrade to 26.04

Anyway installing the package solved the problem. I suggest adding it to the createDebFromSourceUbuntu.bash script so it gets installed when needed.
#3
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by eumagga0x2a - May 19, 2026, 10:46:49 PM
Quote from: Ferdi on May 19, 2026, 07:54:36 PMThis version number directory does not exist on my system

A big disclaimer: I don't have a working Ubuntu 26.04 on my PC yet (will probably create a VM as it doesn't seem to run on bare metal where gdm3 fails with NVIDIA driver installed – a combination where Fedora with RPM Fusion just works), but the list of files in qt6-base-private-dev

URL: https://packages.ubuntu.com/resolute/amd64/qt6-base-private-dev/filelist
includes the versioned directory. Will try to reproduce once I have got 26.04 running.
#4
Windows / Re: how to append same audio(m...
Last post by eumagga0x2a - May 19, 2026, 08:28:44 PM
Quote from: judy85805 on May 19, 2026, 08:10:25 AMyoutube video that U decided Not to watch

Sure I watched the video, explained you what was conceptionally wrong both in the video and in your question and provided you with a solution (or rather a workaround for a known limitation of Avidemux). I don't know whether the limitation of being unable to use a single internal or external audio track as a source for multiple output audio tracks has been introduced during the rewrite of the application between the 2.5.x generation and 2.6.x (with future 2.8.2 being a continuation of 2.6) or existed from the very beginning.

Quote from: judy85805 on May 19, 2026, 08:10:25 AMwhere can I get ????

You can find all releases on SourceForge.
#5
Unix-Like (Linux/Bsd/...) / Re: cmake fails to generate QT...
Last post by Ferdi - May 19, 2026, 07:54:36 PM
When looking at the logfile, at first the qt6 include paths are correctly found.

However later on, another cmake script apparently adds the qt6 version number to the end of that path. This version number directory does not exist on my system causing the qt6 build to fail.
#6
Windows / Re: how to append same audio(m...
Last post by judy85805 - May 19, 2026, 08:10:25 AM
Quote from: eumagga0x2a on May 18, 2026, 12:55:47 PMJust to use clear terminology: this is not about appending audio, which is impossible with Avidemux. This is about adding an external audio track. You would need to either copy the audio file to a different path or duplicate it (on *nix OSes: create a link to the original file under a different name) to be able to re-use it as another external audio track in Avidemux.

Thanks,  I found out in the youtube video that U decided Not to watch that it is version 2.5 - where can I get ????
#7
Main version 2.6 / When will AD finally offer an ...
Last post by thoste - May 19, 2026, 04:32:31 AM
I appreciate Avidemux.
However it lacks an important feature:

Avidemux does NOT keep all the EXIF header data fields when I re-encode an existing *.mp4 video into another *.mp4 video.
At least it does not copy the GPScoordinates from old to new video.

And the internal (!) Creation and LastModified Date

Why can't this super simple "keep EXIT" feature be implemented?

At least as user option for .mp4.

I guess 97% of all video conversions are from .mp4 to .mp4.
So a lot of users would profit from this function
#8
User interface and Usability / Feature Request : Subtitles
Last post by zc3372 - May 19, 2026, 02:04:18 AM
Adding a feature to this program that while removing sequences the program knows where each subtitle timestamp is moved after edit without having to go into a srt text editor and changing all the timestamps based on when they're suppose to appear manually.   8)
#9
MacOSX / Re: Build script for macOS Seq...
Last post by eumagga0x2a - May 18, 2026, 01:09:21 PM
In-tree build in a RAM disk using the script by Moshe Gottlieb (with build dependencies already installed and thus commented out in the script) works for me on my Mac mini M1, macOS 26.5.

pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 26.5.0.0.1777544298
#10
Windows / Re: how to append same audio(m...
Last post by eumagga0x2a - May 18, 2026, 12:55:47 PM
Just to use clear terminology: this is not about appending audio, which is impossible with Avidemux. This is about adding an external audio track. You would need to either copy the audio file to a different path or duplicate it (on *nix OSes: create a link to the original file under a different name) to be able to re-use it as another external audio track in Avidemux.