News:

--

Main Menu

Recent posts

#11
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
#12
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)
#13
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
#14
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.
#15
Windows / how to append same audio(mp3) ...
Last post by judy85805 - May 18, 2026, 09:27:33 AM
I just tried to ADD ((APPEND audio 2ND TIME) audio BUT avidemux COME UP "ERROR" -some tracks are used multiple times - ANY WAY AROUND THIS ????

Frame 0:24  -  https://www.youtube.com/watch?v=77n7ImseoZo

You cannot view this attachment.

- shows a different Version than mine - Im using lates - version- 2.8.2 ,
 the photo I like to know what Version this is from ??????


My avidemux Looks like this ???
You cannot view this attachment.

 

#16
Windows / Re: mingw nightly (20260407)
Last post by Strunz - May 18, 2026, 08:20:34 AM
Two things of note: Avidemux (avidemux_mingw64_20260516.exe) creates a folder named "x264" on C: for me if x264 is configured.
And I couldn't login to the forum via login-button. I had to click register and then I was able to click the login-button.
Keep up the good work, eumagga0x2a.
#17
Unix-Like (Linux/Bsd/...) / cmake fails to generate QT6 bu...
Last post by Ferdi - May 18, 2026, 06:52:54 AM
Since upgrading to Ubuntu 26.04 I can no longer build avidemux from git. This is because cmake fails to generate the QT6 part with the following error:

  Imported target "Qt6::GuiPrivate" includes non-existent path

    "/usr/include/x86_64-linux-gnu/qt6/QtGui/6.10.2"

#18
User interface and Usability / Feature Request: Stop playback...
Last post by cachaito - May 14, 2026, 10:50:00 AM
In advance: I don't know if this feature already exists in newer versions. I'm still using Avidemux 2.8.2 241214 build - the last that works Windows 7 ( :'( ) but if I ever change my system this feature would be veeeery handy: when you select part of video (with start and stop markers) it would be nice if the playback would stop at the end marker. It could be an additional option in settings.
#19
Main version 2.6 / Job Control, First Job Always ...
Last post by johnr283 - May 13, 2026, 08:17:24 PM
When I run job control the first job always fails? Why is this?
#20
MacOSX / Re: Build script for macOS Seq...
Last post by Gryphon - May 13, 2026, 12:33:17 AM
This stopped working sometime in the last few months. I don't remember if it broke with Tahoe 26.3 or 26.4 (my last successful build was in mid-February) but it's still broken with 26.5:

In file included from /Users/jon/bin/ramdrive/avidemux2/buildQt6/ADM_userInterfacesQT6/ADM_shell/moc_Q_shell.cpp:9:
In file included from /Users/jon/bin/ramdrive/avidemux2/buildQt6/ADM_userInterfacesQT6/ADM_shell/../../../avidemux/qt4/ADM_userInterfaces/ADM_shell/Q_shell.h:7:
In file included from /Users/jon/bin/ramdrive/avidemux2/buildQt6/ADM_userInterfacesQT6/ADM_shell/ui_shell.h:12:
In file included from /opt/homebrew/lib/QtCore.framework/Headers/QVariant:1:
In file included from /opt/homebrew/lib/QtCore.framework/Headers/qvariant.h:8:
In file included from /opt/homebrew/lib/QtCore.framework/Headers/qatomic.h:9:
In file included from /opt/homebrew/lib/QtCore.framework/Headers/qbasicatomic.h:9:
In file included from /opt/homebrew/lib/QtCore.framework/Headers/qatomic_cxx11.h:10:
/opt/homebrew/lib/QtCore.framework/Headers/qyieldcpu.h:37:5: error: implicitly declaring library function '__yield' with type 'void ()' [-Werror,-Wimplicit-function-declaration]
   37 |     __yield();              // Generic
      |     ^
/opt/homebrew/lib/QtCore.framework/Headers/qyieldcpu.h:37:5: note: include the header <arm_acle.h> or explicitly provide a declaration for '__yield'
1 error generated.
make[2]: *** [ADM_userInterfacesQT6/ADM_shell/CMakeFiles/ADM_shellQT6.dir/moc_Q_shell.cpp.o] Error 1
make[1]: *** [ADM_userInterfacesQT6/ADM_shell/CMakeFiles/ADM_shellQT6.dir/all] Error 2
make: *** [all] Error 2
** Failed at make **