News:

--

Main Menu

Problem saving to the xvid format

Started by brodo, September 08, 2020, 09:05:49 AM

Previous topic - Next topic

brodo

Hello,

I have a problem when I try to save a mkv video to a xvid format.
I get:

Segfault
 at line 0, file ??
ADM_backTrack

Other formats are processed properly.
I use Linux 64 bit, Avidemux is just compiled.

eumagga0x2a

#1
Works fine for me. Which version of xvidcore do you use? It should be at least 1.3.6 (there was a known crash in xvid_global() call if xvidcore was built with assembly enabled, fixed in 1.3.6).

If it is really specific to input file, please redirect stdout and stderr output of avidemux3_qt5 to a log file (e.g. admlog.txt in your home directory), reproduce the crash, then compress and attach the log to your reply.

avidemux3_qt5 2>&1 | tee ~/admlog.txt

brodo

Changing xvidcore from 1.3.5 to 1.3.7 solved the issue.
Thanks !