News:

--

Main Menu

Recent posts

#31
Main version 2.6 / Re: Fix Horizontally Stretched...
Last post by Rana - June 23, 2025, 05:08:44 AM
I tried a few times to paste in the file details from AviDemux and MediaInfo, but I was getting this AntiSpam error: "CleanTalk: *** Forbidden. Message seems to be spam. Anti-Spam by CleanTalk. ***"
#32
Main version 2.6 / Fix Horizontally Stretched Vid...
Last post by Rana - June 23, 2025, 05:02:29 AM
I have a 854x426 H264 .mp4 video that plays onscreen in all of the Windows 11 players I've tried (Pot, VLC, WMP, MPC, etc.) as if it was 16:9, when the video was intended to be 4:3, since everything in the video is stretched horizontally (everything looks wider/fatter than expected). If I open POT Player and tell it to manually force the aspect ratio to 4:3 it displays fine.

Is there a way to use AviDemux to fix this? I don't need to change anything else about the video (audio, resolution, etc.), except to make it show onscreen correctly. I'm happy to change the container file format. I've tried using MKV Muxer output with Force Aspect Ratio (DAR) of 4:3, re-encoding to HEVC, and a few other things, but nothing fixed the issue yet. This is with the latest Windows development release 2.8.2, but I have the same issue with 2.8.1.

I'm new to video encoding and AviDemux. I have only used it to crop videos before this.
#33
Avidemux-French / subjection de release basée su...
Last post by tartetatin - June 22, 2025, 09:32:55 PM
Bonjour,

J'utilise un avidemux master 20-01-2025, tout fonctionne très très bien, mais je ne peux pas compiler sans l'option "debug" donc j'ai un fichier idxb qui est créer a chaque utilisation.

Je sais qu'une telle demande est tres égoiste mais j'ai un  igp intel haswell donc directX 11 seulement, pas de vulkan et ffmpeg 7 ect..
Voila merci à Mean et eumagga0x2a pour leur travail.

un utilisateur de Linux Slackware.
#34
User interface and Usability / Re: Play Selection [A-B]
Last post by CoSpi - June 21, 2025, 10:39:31 AM
Hi, I would like this feature as well. I would extend it to play in loop. I often create small clips from video and it would be game changer to see the clip looping before I export it.

Thanks
#35
Unix-Like (Linux/Bsd/...) / Re: latest code not compiling ...
Last post by dacorsa - June 20, 2025, 01:00:52 PM
restore all gcc g++ and cpp now works, was linked to clang installing "clang-as-default", now works.
Thanks
#36
Main version 2.6 / Re: Slideshow on certain TS fi...
Last post by eumagga0x2a - June 20, 2025, 10:18:53 AM
Thank you, I'll continue this topic once I've got a chance to test myself.

Regarding AV1 support not detected, I'll look into providing an official VC++ nightly quering more GUIDs and maybe also other pixel formats just to understand what is going on. It would be lovely if you could provide admlog.txt generated by that build. However, one step at a time.
#37
Main version 2.6 / Re: Slideshow on certain TS fi...
Last post by IcePlanet - June 19, 2025, 07:57:50 PM
I do not have linux on this PC (only on raspberry PI), but if you want to run any tests, or instruct me what details to send I will be happy to help.
#38
Unix-Like (Linux/Bsd/...) / Re: latest code not compiling ...
Last post by dacorsa - June 19, 2025, 01:18:49 PM
same error during compiling Handbrake:
lutil -lrt -lpthread -lm -ldl -lc -Wl,--end-group
  : /usr/bin/ld: ./contrib/lib/libSvtAv1Enc.a: error adding symbols: formato del file non riconosciuto
  : g++: error: linker command failed with exit code 1 (use -v to see invocation)
  : gmake: *** [../test/module.rules:49: HandBrakeCLI] Errore 1
#39
Unix-Like (Linux/Bsd/...) / Re: latest code not compiling ...
Last post by dacorsa - June 19, 2025, 10:34:58 AM
file /app/avidemux2/buildCore/ffmpeg/build/libavutil/adler32.o
/app/avidemux2/buildCore/ffmpeg/build/libavutil/adler32.o: LLVM IR bitcode

for me it's not good this, must be:
ELF 64-bit LSB relocatable, x86-64
#40
Unix-Like (Linux/Bsd/...) / Re: latest code not compiling ...
Last post by dacorsa - June 19, 2025, 10:28:17 AM
Quote from: eumagga0x2a on June 18, 2025, 10:25:25 PM
Quotelibavutil/adler32.o: file not recognized: formato del file non riconosciuto
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Is this linker failure specific to building Avidemux with clang? Does building with gcc fail as well?

after installing this not works:
clang-as-default gdc-14 gdc-14-x86-64-linux-gnu libgphobos-14-dev libgphobos5 libpython3.13-stdlib python3.12-gdbm python3.12-tk python3.13 python3.13-gdbm python3.13-tk

try to remove and see if it's all ok