Am Mittwoch, den 01.11.2006, 10:39 -0500 schrieb [EMAIL PROTECTED]: > I know that python has many packages such as nose, which is for > testing. Now I am going to test a quicktime file to find out if it > works properly. Are there an existing python package could do that? > And how to write the program?
AFAIK, quicktime mov files are complicated beasts, with an embedded scripting language and all. Depending upon your requirement, you can use mplayer to test if the video track decodes, or need manual testing with the quicktime player. Andreas > > Thanks, > Yi > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
