News:

--

Main Menu

Recent posts

#1
Windows / Re: d3d12.dll missing - Win8.1
Last post by Cormy1 - July 04, 2025, 11:44:58 AM
Runtimes don't seem to include DX12.
This thread may be relevant, perhaps there are some plugins/extensions that could be removed from the installer to make it work.

https://github.com/GPUOpen-Tools/Compressonator/issues/37

Windows 8.1 doesn't support DX12 so I don't think it can be worked around without providing a custom .dll with the installer to handle this.
Unless VC redistributables would do something...?
#2
Windows / Re: d3d12.dll missing - Win8.1
Last post by eumagga0x2a - July 04, 2025, 05:39:26 AM
Quote from: Cormy1 on July 03, 2025, 11:03:12 PMWould it be sufficient to grab runtime libraries?

If you are able to try and to report back, that would be great. I can test on Windows 11 only.
#3
Windows / d3d12.dll missing - Win8.1
Last post by Cormy1 - July 03, 2025, 11:03:12 PM
I receive an error when trying to run "Avidemux_2.8.2 VC++ 64bits 250526.exe" and of course Windows 8.1 does not support DX12... Natively.
Would it be sufficient to grab runtime libraries?
#4
Windows / Re: Install/Download feature m...
Last post by Cormy1 - July 03, 2025, 10:25:23 PM
What do the strings mean after QT5 in the builds? They don't seem to be in any kind of order in relation to the build numbers.

avidemux_r241110_win64Qt5_35.zip
avidemux_r241110_win64Qt5_36.zip
avidemux_r241110_win64Qt5_8.zip
#5
Unix-Like (Linux/Bsd/...) / Re: Crashes immediately when s...
Last post by eumagga0x2a - July 03, 2025, 10:40:04 AM
Either use an X11 session or lauch Avidemux with -platform xcb Qt command line option (losing hw accel related features). In any case, you are much better off using the latest 2.8.2 code. However, Wayland remains entirely unsupported (the GUI is totally broken in Qt6 on Wayland).
#6
Unix-Like (Linux/Bsd/...) / Re: Crashes immediately when s...
Last post by Roby0 - July 02, 2025, 09:24:44 PM
It's too long to post here and says it's spam, but I've pasted it here: https://pastebin.com/fMdrEHuf

Is this a Wayland problem again? I was using X11 before but got switched back to Wayland in the recent KDE Plasma 6.4 upgrade.
#7
Windows / Re: Install/Download feature m...
Last post by eumagga0x2a - July 02, 2025, 11:35:06 AM
Avidemux was phasing out Qt5, transitioning to Qt6 for Windows builds as well. Support libraries, namely ICU (international components for unicode), pulled in by Qt6 are partially responsible for inflated installation size, libaom AV1 decoder and encoder components being a major factor too.

In official cross-compiled, ZIP-compressed builds, files needed for plugin development are not removed. Cross-compiled builds with NSIS installer allow to deselect installation of those header and lib files during installation.

Native Windows builds (MSVC-compiled VC++ builds) use Qt Installer Framework (QtIFW) as installer rather than NSIS, which includes a full static build of Qt, huge in size. Creating a custom build of QtIFW with all unused Qt features disabled could reduce installer size a lot – if the project maintainer find time to perform the extra work necessary. Honestly, I doubt that it is worth the effort, but I'm not the maintainer to decide.

ZIP-packaged cross-compiled builds use a fast but relatively weak ZIP compression, NSIS-packaged ones use a much stronger LZMA algo, resulting in a smaller package size.

All Avidemux builds are inherently portable, i.e. installers are for comfort and in order to match user expectations only. Once extracted, the program directory may be moved e.g. to a flash drive (at a cost of much lower launch speed compared to a fast internal drive, especially a SSD). "Portable mode" on Windows means that Avidemux stores user profile in the program directory instead of the default location in %appdata%\avidemux, i.e. the program directory must be writable for the user.
#8
Main version 2.6 / Re: Video cut error
Last post by eumagga0x2a - July 02, 2025, 11:07:12 AM
Regarding output format, I'd recommend to stick with the MP4 muxer.

Regarding video encoder, the choice depends on capabilities of the targeted hardware. A safe option would be to encode to H.264 with x264 ("Mpeg4 AVC (x264)") using default settings with the only exception of a shorter GOP (group of pictures) length for better seek granularity, like the source video that uses GOP length / size (the interval between keyframes) of 75 rather than the default value of 250. Reducing GOP size (on the "Frame" tab of the x264 plugin configuration dialog) comes at a cost of a worse compression, of course.

If your target hardware supports hw accelerated decoding of HEVC, you might want to choose HEVC as codec with x265 as encoder both for better compression rate as well as quality.

Please remember to switch away from "Copy" mode for video in order for video filters to become available.

Keep audio in copy mode.
#9
Windows / Install/Download feature modul...
Last post by Cormy1 - July 02, 2025, 01:12:48 AM
I really liked Avidemux for how small an application it was, however I've been watching it grow drastically in size since I first started using it.
I don't know what happened in the ~2 weeks between release 241214 and 250101 but the fact that the executable grew nearly 67% between those two versions has alarmed me greatly. I think it's about 3X larger now than when I first started using avidemux.

I know I don't use the vast majority of avidemux features as it is and have no intention to, so I'd wager much of the new featureset will be just as wasted on me.
I'd like to be able to choose which components are installed/downloaded so I can keep the installation to a minimum.

I'm also a bit confused as to what it means to move back to "native" official VC++ builds vs the "regular" win64 builds I've been using up to now. I'll note that I am still using Windows 8.1 as my primary system.
What difference is there in practice between the installers and the ZIP downloads? The ZIP files are clearly much larger at the very least. I believe I started using them preferentially, assuming I can run them from a USB on "any" system just by copying the unpacked files/folders over to the USB.
#10
Main version 2.6 / Re: Video cut error
Last post by wmmtevo - July 01, 2025, 06:22:09 PM
Looking at the video output settings, i can adopt many different formats. Which format is the most similar to the original in this video?

This might be a silly question, but I've only used 'copy' settings, so I'm not sure