Log in

View Full Version : Possible Bug, bframes, linux x86_64


evade
16th February 2004, 02:50
When encoding xvid 1.0RC2 with mencoder and bframes enabled I get a segmentation fault at the same point in the video. It encodes fine without bframes. This happens on MPlayer1.0pre3 and CVS-compile

If there is any specific information I can get to assist in the fix please let me know.

This command works:
mencoder -o /raid/dvdrip/data/12monkeys/vob/001/pass1.avi -ovc xvid -xvidencopts pass=1:max_bframes=0:quant_type=mpeg:par=ntsc169 -aid 128 -oac copy 12monkeys-001.vob

This command causes a segmentation fault at 112 seconds

mencoder -o /raid/dvdrip/data/12monkeys/vob/001/pass1.avi -ovc xvid -xvidencopts pass=1:max_bframes=2:quant_type=mpeg:par=ntsc169 -aid 128 -oac copy 12monkeys-001.vob

My environment consists of:
xvid 1.0 rc2
gcc version 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)
yasm 0.3.0

My Hardware:
AMD Athlon 64 3200+
MSI K8T Neo (via kt800 chipset)

My Hardware:
AMD Athlon 64 3200+
MSI K8T Neo (via kt800 chipset)

evade
18th February 2004, 20:27
##original post edited to reflect this##

Through further testing I have discovered this problem is not dependant on the module It happens with any of these versions with bframes enabled.


The reason I didn't catch that is because the defaults were changed.

So the updated problem rebort is this:

Enabling bframes and encoding with menencoder on my AMD64 system causes a segmentation fault.