News:

--

Main Menu

Avidemux 2.8.2 development

Started by eumagga0x2a, October 02, 2022, 01:42:10 PM

Previous topic - Next topic

kgha


philippjhofmann

I have one feature wish as I use avidemux very often to build GoPro videos.
A GoPro video is splitted to different mp4-file (~4B big) and I need to join them to one video:

GX010116.MP4
GX020116.MP4
GX030116.MP4
...
-> GX[SPLITNR][VIDEONR].MP4

I want to select the first GoPro-mp4-file (GX01[VIDEONR].MP4 and then the app is adding also other mp4-file for the same video-nr automatically or I can add all mp4-file for one video-nr with a multi select and the order is automatically correct. This helps to avoid join errors if you are doing this step by step manually.

Urik

A couple points:
  • I was surprised to learn that MP4 has finally updated their spec to allow uncompressed audio (lol, they gave in?). And current FFMPEG actually allows PCM in mp4 output, without -strict or any warnings. The Wikipedia article also shows lpcm/flac/alac as supported in mp4. Can avidemux eventually be updated to allow it too? This is a frequent occasion when dealing with camera files - they recorded uncompressed audio into mp4 for over a decade, and when exporting from avidemux I have to save as .MOV instead
  • Will it ever be possible for avidemux to display video according to its rotation flag? i.e. phone videos vertically

tropolite

Hi

Is Windows version of Avidemux no longer being updated? I haven't seen any update since Dec '24.
Just asking as I'm curious. I'd like very much the .idxb temp file to be automatically removed, or the ability to direct these files to a temp folder for deletion after a number of projects.

I'm hoping for a little confirmation either way Yay/Nay on continued development of this application. I've used it for years and I'd hate to see it just stop. Cheers

sark

#49
Quote from: tropolite on May 14, 2025, 10:56:52 AMJust asking as I'm curious. I'd like very much the .idxb temp file to be automatically removed, or the ability to direct these files to a temp folder for deletion after a number of projects.
Read post #5 below:

https://avidemux.org/smif/index.php/topic,20688.0.html

eumagga0x2a

Quote from: tropolite on May 14, 2025, 10:56:52 AMIs Windows version of Avidemux no longer being updated? I haven't seen any update since Dec '24.

Official native Windows nightly builds (built using Microsoft Visual Studio) from https://avidemux.org/nightly/vsWin64/ are back to being functional again starting with 250526. The only known new limitation: uninstall via Windows Settings does not work, at least on Windows 11, which is an upstream Qt installer bug. Use the link to the uninstaller in the start menu or navigate in Windows Explorer to Avidemux install directory and run the uninstaller from there.

The service of providing also official cross-compiled builds https://avidemux.org/nightly/win64 may or may not resume in the future.

Work on integration of important pull requests still stalled, hoping for more time to breathe later in June.