Jason Tackaberry wrote:
> On Thu, 2006-08-10 at 22:28 +0200, Dirk Meyer wrote:
>> In that case, there is a bug in kaa.xine. When I use kaa.player and
>> create a window larger than the video size, I get no scaling. Changing
>> the window once updates xine.
>
> kaa.player implements its own frame output callback, so it's probably a
> bug there.  But I just tested creating a window larger than the movie
> and it worked fine.
>
> There is a post plugin that fixes the aspect ratio to 4/3, so you may
> have black bands on the sides as well as it has the aspect constraint,
> but it should scale to a larger window.

Nope:

| import sys
| 
| import kaa
| import kaa.display
| import kaa.player
| 
| window = kaa.display.X11Window(size = (800,600), title = "kaa.player")
| window.show()
| 
| player = kaa.player.Player()
| player.open(sys.argv[1], player='xine')
| player._player.set_window(window)
| player.play()
| 
| kaa.main()

Opens a window too large and the video is not scaled. It gets scaled
to the correct size when changing the window size or toggle focus
with Alt-Tab. But when ffmpeg software scaling will be possible with
xine (BTW, there is a gst plugin ffvideoscale, so it looks like the
code is in ffmpeg), we won't need that feature.


Dischi

-- 
Reality is a just temporary illusion caused by a
lack of alcohol in the bloodstream.

Attachment: pgpOXlD5QeyBX.pgp
Description: PGP signature

-------------------------------------------------------------------------
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