Author: dmeyer
Date: Sun Mar 11 09:03:37 2007
New Revision: 2538

Modified:
   trunk/popcorn/src/backends/mplayer/player.py

Log:
add -noslices

Modified: trunk/popcorn/src/backends/mplayer/player.py
==============================================================================
--- trunk/popcorn/src/backends/mplayer/player.py        (original)
+++ trunk/popcorn/src/backends/mplayer/player.py        Sun Mar 11 09:03:37 2007
@@ -377,7 +377,12 @@
             # do that which will result in a scaled image filling
             # the whole screen
             filters.append('expand=:::::%s/%s' % tuple(aspect))
-
+            # The expand filter has some strange side-effect on 4:3 content
+            # on a 16:9 screen. With software scaling instead of black bars
+            # on both sides you see garbage, without sws and xv output mplayer
+            # uses gray bars. The following line removed that.
+            args.append('-noslices')
+            
         # FIXME: this only works if the window has the the aspect
         # as the full screen. In all other cases the window is not
         # fully used but at least with black bars.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to