News:

--

Main Menu

Recent posts

#41
Main version 2.6 / Re: Feature request: a toggle ...
Last post by szlldm - April 06, 2024, 12:52:13 AM
Do you mean swapping the values, or swapping the position of the numeric inputs?
#42
Main version 2.6 / Feature request: a toggle butt...
Last post by cachaito - April 05, 2024, 07:31:16 PM
Hello! I don't know if this is a right place, but I'd to ask if adding a toggle swap  button for width and height of video size in Fit to Size filter would be possible? This small feature could be very handy. Something like that would be amazing:

#43
Main version 2.6 / New version Avidemux
Last post by wojtek.mm - April 05, 2024, 08:22:33 AM
Hello, when will be the new version of Avidemux ? Last version was in 2022.
#44
Main version 2.6 / Feature Request: More flexibl...
Last post by pkrause1980 - April 04, 2024, 04:20:16 PM
1. Would it be possible to have a cmake project which includes the core, cli, plugins, etc.?
At the moment there are only two options (I'm on Linux):
  • Calling cmake for each component manually, including the directory change, installing and so on.
  • Using bootstrap.bash, which is really unnecessary complicated if something should be done differently. E.g., CMAKE_BUILD_PARALLEL_LEVEL is ignored because "make -j $(nproc)" is hardcoded, ccache cannot be easily activated via -DCMAKE_CXX_COMPILER_LAUNCHER and so on.

2. Avidemux cannot be build with another generator (-G / CMAKE_GENERATOR), except Make. Patching bootstrap.bash is trivial, but then this generator is wrongly used to built the included ffmpeg too.

Thank you!
#45
Main version 2.6 / Re: Audio
Last post by eumagga0x2a - April 03, 2024, 07:44:47 PM
Quote from: Drakon66 on April 01, 2024, 08:33:31 PMbut m4a is container of acc.

Not necessarily. m4a as filename extension is just a human-readable hint that this particular MP4 container lacks a video track. The audio track(s) may use any compatible codec.

Quote from: Drakon66 on April 01, 2024, 08:33:31 PMWhy dont you make world better and just make avavilable this option by using ffmpeg.

1) You are and any other user is free to use any tool she or he deems best.
2) Avidemux doesn't use ffmpeg (the command-line tool), it uses some of the libraries which are developed by the FFmpeg project. In particular, it doesn't use libavformat for demuxing (and these parts of libavformat are not compiled into the library). Avidemux own demuxer plugins including the MP4 demuxer do not support files without video track.

There are much more urgent and rewarding tasks like adding support for chapters and for subtitle tracks than saving a very minor inconvenience to use ffmpeg to extract an AAC audio track from an MP4 container.

#46
Avidemux-French / Re: Problème de JobList avec L...
Last post by eumagga0x2a - April 03, 2024, 07:17:52 PM
Bonjour,

Excusez-moi de répondre aussi tard, s'il vous plaît.

*************************
  Avidemux Jobs v2.8.2 (230829_dce21506939)
*************************

Toute d'abord, c'est une version obsolète, veuillez essayer la dernière version du développeur, actuellement datée du 16 mars SVP.

[spawnProcess] 14:57:38-773  =>/home/<nom d'utilisateur>/Appimages/Avidemux2.8.2/usr/bin/avidemux3_qt5 --portable --nogui  --slave 45675 --run "/home/<nom d'utilisateur>/.avidemux6/jobs//Job 2024-03-30 152541.py"  --save "/media/<nom d'utilisateur>/<nom de fichier MKV de sortie>"  --quit > /tmp/prout.log
J'aurais besoin de ces deux fichiers - le script "Job 2024-03-30 152541.py" et le journal "/tmp/prout.log" (le journal est écrasé lors de l'exécution du Job suivant). Veuillez réessayer avec la dernière version du développeur et fournir les fichiers respectifs, SVP. Cette version utilise les répertoires ~/.local/share/avidemux6 et ~/.config/avidemux6 comme profil d'Avidemux, pas ~/.avidemux6.

Merci.
#47
Main version 2.6 / Re: Rotation Video
Last post by eumagga0x2a - April 03, 2024, 11:12:14 AM
1. First re-encode the video which needs rotation metadata to be displayed correctly with "rotate" and other necessary filters applied, using preferably a lossless codec (if you have plenty of storage space) or x264 with "Mezzanine" preset, then...

2. ...append all videos in appropriate order, then...

3. ...re-encode the whole using codec and encoder you need.
#48
Windows / Re: [BUG][Avidemux 2.8.2][Buil...
Last post by eumagga0x2a - April 03, 2024, 11:04:08 AM
Quote from: JasonInVegas on April 02, 2024, 09:31:24 PMI think this relates to a new Post I just entered about the jobs list not working.  Any progress on this?

Should have been fixed almost two months ago. Have you tried the last build?
#49
Windows / Re: [BUG][Avidemux 2.8.2][Buil...
Last post by JasonInVegas - April 02, 2024, 10:05:33 PM
Confirmed that Build 240129 correctly manages the job creation steps.
#50
Windows / Re: [BUG][Avidemux 2.8.2][Buil...
Last post by JasonInVegas - April 02, 2024, 09:31:24 PM
I think this relates to a new Post I just entered about the jobs list not working.  Any progress on this?