Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8737

Modified Files:
        freevo_config.py 
Log Message:
activate software scaler as default

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.359
retrieving revision 1.360
diff -C2 -d -r1.359 -r1.360
*** freevo_config.py    7 Sep 2004 18:57:42 -0000       1.359
--- freevo_config.py    14 Sep 2004 20:09:30 -0000      1.360
***************
*** 1075,1088 ****
  #
  # Mplayer options to use the software scaler. If your CPU is fast enough, you
! # might try a software scaler. You can disable it later for some larger files
  # with the mplayer option '-nosws'. If you have -framedrop or -hardframedrop
  # as mplayer option, the software scaler will also not be used.
! # A good value for this variable is:
! # MPLAYER_SOFTWARE_SCALER = "-subfont-text-scale 5 -fs -sws 2 -vf scale=%s:-3,"\
! #                           "expand=%s:%s " % ( CONF.width, CONF.width, CONF.height )
! # older versions of mplayer may need
! # MPLAYER_SOFTWARE_SCALER = '-xy %s -sws 2 -vop scale:-1:-1:-1:100' % CONF.width
  #
! MPLAYER_SOFTWARE_SCALER = ''
  
  #
--- 1075,1087 ----
  #
  # Mplayer options to use the software scaler. If your CPU is fast enough, you
! # should use a software scaler. You can disable it later for some larger files
  # with the mplayer option '-nosws'. If you have -framedrop or -hardframedrop
  # as mplayer option, the software scaler will also not be used.
! # The bmovl plugin depends on a software scaler, so you should give it a try
  #
! MPLAYER_SOFTWARE_SCALER = "-subfont-text-scale 15 -sws 2 -vf scale=%s:-2,"\
!                           "expand=%s:%s -font /usr/share/mplayer/fonts/"\
!                           "font-arial-28-iso-8859-2/font.desc" % \
!                           ( CONF.width, CONF.width, CONF.height )
  
  #



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to