Update of /cvsroot/freevo/kaa/xine/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21188
Modified Files:
kaaplayer.py
Log Message:
Use less demanding deinterlace settings when outputting to the canvas.
Index: kaaplayer.py
===================================================================
RCS file: /cvsroot/freevo/kaa/xine/test/kaaplayer.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** kaaplayer.py 1 Aug 2005 04:07:13 -0000 1.7
--- kaaplayer.py 1 Aug 2005 04:38:20 -0000 1.8
***************
*** 56,59 ****
--- 56,60 ----
win2.show()
win.hide()
+ stream.deint_post.set_parameters(method = "Linear",
framerate_mode = "half_top")
else:
win.show()
***************
*** 61,64 ****
--- 62,66 ----
vo._port.send_gui_data(xine.GUI_SEND_DRAWABLE_CHANGED,
win._window.ptr)
vo._port.send_gui_data(xine.GUI_SEND_VIDEOWIN_VISIBLE, 1)
+ stream.deint_post.set_parameters(method = "GreedyH",
framerate_mode = "full")
needs_redraw = True
***************
*** 188,193 ****
stream.deint_post = x.post_init("tvtime", video_targets = [vo])
stream.deint_post.set_parameters(method = "GreedyH", enabled = False)
stream.get_video_source().wire(stream.deint_post.get_default_input())
-
x.set_config_value("video.device.xv_colorkey", 1)
x.set_config_value("video.device.xv_autopaint_colorkey", True)
--- 190,196 ----
stream.deint_post = x.post_init("tvtime", video_targets = [vo])
stream.deint_post.set_parameters(method = "GreedyH", enabled = False)
+ eq2 = x.post_init("eq2", video_targets =
[stream.deint_post.get_default_input().get_port()])
+ eq2.set_parameters(gamma = 1.2, contrast = 1.1)
stream.get_video_source().wire(stream.deint_post.get_default_input())
x.set_config_value("video.device.xv_colorkey", 1)
x.set_config_value("video.device.xv_autopaint_colorkey", True)
***************
*** 202,205 ****
win.hide()
print win2._display._display, win._display._display,
win2.get_evas()._dependencies
! del ao, vo, stream, x, win, win2, r, cb
gc.collect()
--- 205,208 ----
win.hide()
print win2._display._display, win._display._display,
win2.get_evas()._dependencies
! del ao, vo, stream, x, win, win2, r, cb, eq2
gc.collect()
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog