[MPlayer-users] lavc-divx incompatibility

Ville Saari 113762 at vs.iki.fi
Sun Feb 20 19:09:04 CET 2005


On Sun, Feb 20, 2005 at 11:24:20AM +0100, Reimar Döffinger wrote:

> > If I try to play lavc encoded mpeg4 on windows media player using divx
> > codec for decoding, then every now and then the image shatters into
> > random block mess and stays like that until the next I-frame.
...
> I didn't experience that myself (though I encode very little myself).
> What are your encoding options? It could be a bug, but more probable
> seems to me that what you see is caused by the fact that divx by today
> seems to be quite a bit behind in development,

I tweak my options case by case, but usually they are pretty much like
this particular example, where the source was a non-anamorphic NTSC DVD:

mencoder \
    -ofps 23.97602397602398 \
    -noodml -sws 5 \
    -vf dsize=108/79,crop=708:382:4:48,hqdn3d,scale=592:352 \
    -ovc lavc \
    -lavcopts vcodec=mpeg4:vmax_b_frames=2:lmin=2:lmax=2:vb_qfactor=2:mbd=2:prec
mp=2:cmp=2:subcmp=2:v4mv:mv0:trell:qpel:keyint=120:autoaspect \
    -mc 0 -aid 128 -oac mp3lame \
    -lameopts mode=1:abr:br=112:aq=2:vol=6 \
    -o $2 \
    $1

> Anyway, I'd suggest to simply use ffdshow instead of divx *g*.

I use mplayer and try to stay away from windows, but the problem is
the people I encode videos for. I don't always have control over their
codec selection. Where I do have control, I have installed mplayer and
told them to use that instead of windows media player.

-- 
 Ville




More information about the MPlayer-users mailing list