[XviD-devel] I/P/B frame decision

Marc FD xvid-devel@xvid.org
Sun, 29 Sep 2002 11:26:04 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C267AA.FF7EDA80
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi

i tried histogram based movement detection, but i think it's not exactly =
what we need.

if i understand well, the best if we have dynamic bframes is :
scenechange : Iframe
fast motion : Pframe
slow motion : Bframe

right ??

in the current implementation,
we only need to differentiate fast/slow motion
because Iframe/Pframe decision is done in ME.

so i've created a little motion detector, who's very fast, easy for =
SIMD,
and quite good (less noise/alignement sensitivity than a image_mad)

if i want to test it, i only need to replace "image_mad()>30"
by my decision, right ??

BTW, i can't test SysKin MEanalysis based detection, because it breaks =
Bframes.

Regards,
MarcFD  marc.fd@libertysurf.fr

------=_NextPart_000_000D_01C267AA.FF7EDA80
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#c0e0c0>
<DIV><FONT size=3D2>Hi</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>i tried histogram based movement detection,&nbsp;but =
i=20
think&nbsp;it's not exactly what we need.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>if i understand well, the best if we have dynamic =
bframes is=20
:</FONT></DIV>
<DIV><FONT size=3D2>scenechange : Iframe</FONT></DIV>
<DIV><FONT size=3D2>fast&nbsp;motion : Pframe</FONT></DIV>
<DIV><FONT size=3D2>slow motion : Bframe</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>right ??</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>in the current implementation,</FONT></DIV>
<DIV><FONT size=3D2>we only&nbsp;need to differentiate fast/slow=20
motion</FONT></DIV>
<DIV><FONT size=3D2>because Iframe/Pframe decision is done in =
ME.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>so i've created a little motion detector, who's very =
fast,=20
easy&nbsp;for SIMD,</FONT></DIV>
<DIV><FONT size=3D2>and quite good (less noise/alignement sensitivity =
than a=20
image_mad)</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>if i want to test it, i only need to replace=20
"image_mad()&gt;30"</FONT></DIV>
<DIV><FONT size=3D2>by my decision, right ??</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>BTW, i can't test SysKin MEanalysis based detection, =
because=20
it breaks Bframes.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Regards,</FONT></DIV>
<DIV><FONT size=3D2>MarcFD&nbsp; <A=20
href=3D"mailto:marc.fd@libertysurf.fr">marc.fd@libertysurf.fr</A></FONT><=
/DIV></BODY></HTML>

------=_NextPart_000_000D_01C267AA.FF7EDA80--