Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: brodo on September 08, 2020, 09:05:49 AM

Title: Problem saving to the xvid format
Post by: brodo on September 08, 2020, 09:05:49 AM
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.
Title: Re: Problem saving to the xvid format
Post by: eumagga0x2a on September 08, 2020, 10:08:37 AM
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
Title: Re: Problem saving to the xvid format
Post by: brodo on September 08, 2020, 07:58:02 PM
Changing xvidcore from 1.3.5 to 1.3.7 solved the issue.
Thanks !