According to the Git sources Amlplayer has some support:
- Code: Select all
void CAMLPlayer::GetDeinterlaceMethods(Features* deinterlaceMethods)
{
deinterlaceMethods->push_back(VS_INTERLACEMETHOD_DEINTERLACE);
return;
}
void CAMLPlayer::GetDeinterlaceModes(Features* deinterlaceModes)
{
deinterlaceModes->push_back(VS_DEINTERLACEMODE_AUTO);
return;
}
What does this mean compared to VDPAU modes on Nvidia hardware. Quality de-interlacing methods are critical for watching Australian Rules Football
This also brings me to my second question. Is mpeg2 inside a transport stream hardware accelerated on this combo? In otherwords is DVB at 576i or 1080i going to look as good as on Nvidia h/w or even compared to what my plasma can do itself?
Support of these two is critical for take up of this product in Australia IMHO. Others may disagree and are quite welcome to. AppleTV2 cannot to do this.
Mike (MythTV fan and fan of not wasting electricity redundancy transcending free to air TV to H.264 just to watch it on a low power device.)