[XviD-devel] Timestamp question

Edouard Gomez ed.gomez at free.fr
Sat Sep 25 15:56:41 CEST 2004


Hey christoph,
(i also post to xvid-devel, in case others can help)

I'm trying to debug a timestamp problem (at least it looks
like it is caused by timestamps) and i' like to have your
opinion.

Original file:
http://gigantic.ath.cx/xvid/test_huff.avi.bz2
(the directory contains the original bug report for xvid
1.0.1, i'm using to reproduce the crash on 1.1 branch, but the
divide by zero is gone, the blocking problem is still there
tho)

Encoded file available at:
http://ed.gomez.free.fr/vrac/plop.avi

Options used at encoding (note that i disabled closed GOV,
which you can't do because it's a flag in mencoder, so you
have to disable itin the ve_xvid4.c source):
mencoder -o plop.avi -nosound -ovc xvid -xvidencopts
pass=2:bitrate=-905:max_bframes=1:chroma_me:vhq=4:cartoon:trellis:min_iquant=1:min_pquant=1:min_bquant=1
test_huff.avi

Decoder output is as follow:
mplayer -fps 2 -vc xvid -xvidopts debug=-1 test_xvid.avi
-quiet 2>&1 | grep ^[IPB]
(i patched vd_xvid4.c to accept debug option, and i compiled
xvid with --enable-idebug option)
I 0:0
P 0:1
P 0:3
B 0:2
P 0:5
B 0:4
P 0:7
B 0:6
P 0:9
B 0:8
P 0:11
B 0:10
P 0:13
B 0:12
P 0:15
B 0:14
P 0:17
B 0:16
P 0:19
B 0:18
P 0:21
B 0:20
P 0:23
B 0:22
P 1:0
B 0:24
P 0:2
B 0:1
P 0:4
B 0:3
P 0:6
B 0:5
P 0:8
B 0:7
P 0:10
B 0:9
P 0:12
B 0:11
P 0:14
B 0:13
P 0:16
B 0:15
P 0:18
B 0:17
P 0:20
B 0:19
P 0:22
B 0:21
P 0:24
B 0:23
P 1:1
B 1:0
P 0:2
P 0:4
B 0:3
P 0:6
B 0:5
P 0:8
B 0:7
P 0:10
B 0:9
P 0:12
B 0:11
P 0:14
B 0:13
P 0:16
B 0:15
P 0:18
B 0:17
P 0:20
B 0:19
P 0:22
B 0:21
P 0:24
B 0:23
P 1:1
B 1:0
P 0:2
P 0:4
B 0:3
I 0:6
B 0:5
P 0:7
P 0:9
B 0:8
P 0:11
B 0:10
P 0:13
B 0:12
P 0:14
P 0:16
B 0:15
P 0:18
B 0:17
P 0:20
B 0:19
P 0:22 <-- the visual bug is somewhere around these frames
B 0:21
P 0:24
B 0:23
P 1:1
B 1:0
P 0:2
P 0:3
P 0:4
P 0:5
P 0:7
B 0:6
P 0:8
P 0:10
B 0:9
P 0:12
B 0:11
P 0:14
B 0:13
P 0:16
B 0:15
P 0:18
B 0:17
P 0:20
B 0:19
P 0:22
B 0:21
P 0:24
B 0:23
P 1:1
B 1:0
P 0:3
B 0:2
P 0:5
B 0:4
P 0:7
B 0:6
P 0:9
B 0:8
P 0:11
B 0:10
P 0:13
B 0:12
P 0:15
B 0:14
P 0:17
B 0:16
P 0:19
B 0:18
P 0:21
B 0:20
P 0:23
B 0:22
P 1:0
B 0:24
P 0:2
B 0:1
P 0:4
B 0:3
P 0:6
B 0:5
P 0:8
B 0:7
P 0:10
B 0:9
P 0:12
B 0:11
P 0:14
B 0:13
P 0:16
B 0:15
P 0:18
B 0:17
P 0:20
B 0:19
P 0:22
B 0:21
P 0:24
B 0:23
P 1:1
B 1:0
P 0:3
B 0:2
P 0:5
B 0:4
P 0:7
B 0:6
P 0:9
B 0:8
P 0:11
B 0:10

-- 
Edouard Gomez


More information about the XviD-devel mailing list