de/-encoding problem?

2006-09-07 Thread seppl43
Hello, I'm writing a SOAP-client using SOAPpy for a JAVA-Application (JIRA). When I try to send attachments, the incoming files are not decoded correctly. They have about 1.5% more bytes. What I'm doing is this: file_obj = file(,'rb') cont = file_obj.read() cont64 = base64.encodestring(cont) cha

How to get the demension of a video file?

2007-03-30 Thread seppl43
Hello there, does anybody know, how to get the dimension values (width/height) of a quicktime (.mov) and/or a avi-file? Is there perhaps a module which can do this job? Thank you for tips. seppl -- http://mail.python.org/mailman/listinfo/python-list