On Mon, 2006-11-06 at 16:06 -0500, Jason Tackaberry wrote:
> With mplayer, won't -vf expand=:::::16/9,dsize=800:600 do what you want?

Well it's a bit flaky.  mplayer renders gray bars instead of black on
the left/right edges, and it also seems broken for x11 vo.  This is
clearly an mplayer bug that's probably in our interests to see fixed.

For xine, I _think_ it ought to be enough to set expand filter aspect to
16/9, and in _x11_frame_output_cb, return 4/3.0 as the aspect, i.e.

        return (0, 0), (0, 0), (w, h), 4/3.0

instead of:

        return (0, 0), (0, 0), (w, h), 1.0



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to