[MPlayer-dev-eng] Re: [PATCH] DXR2 video output

Arpi arpi at thot.banki.hu
Mon May 13 16:59:59 CEST 2002


Hi,

> > you shouldn't include yv12->mpeg1 conversion in the vo driver, it's now
> > handled by vf filters (fame, lavc)
> 
> Hmm, I'll look into that. Would it be the right thing to put frame rate
> conversion into the vf filters too ? (The card can only do 25fps or

the vfilter layer is linear, so you can't change order or frames or
skip/duplicate them currently.
about fps conversion - it is not easy to do. i have the sam eproblems with
the DVB card, it also 25/29.97 fps only. currently it can't play different
fps content. it will be addressed later, after the 0.90 release.

for now, try to avoid duplicating code _already_ done by vf filters, so sw
scaling, osd rendering, mpeg1 encoding.

so, the driver should not do more than accepting mpeg-ES packets and LPCM
audio packets, multiplex them and send to the card.


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list