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

Modified Files:
        videothumb.py 
Log Message:
chdir to tmp to call mplayer

Index: videothumb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/videothumb.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** videothumb.py       8 Feb 2004 12:09:01 -0000       1.7
--- videothumb.py       8 Feb 2004 12:16:27 -0000       1.8
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2004/02/08 12:16:27  dischi
+ # chdir to tmp to call mplayer
+ #
  # Revision 1.7  2004/02/08 12:09:01  dischi
  # o let mplayer keep the aspect of the movie
***************
*** 148,151 ****
--- 151,157 ----
                  position = str(int(position))
  
+     # chdir to tmp so we have write access
+     os.chdir('/tmp')
+ 
      # call mplayer to get the image
      child = popen2.Popen3((mplayer, '-nosound', '-vo', 'png', '-frames', '8',



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to