[Tutor] how to test .mov file using python

Andreas Kostyrka andreas at kostyrka.org
Wed Nov 1 18:35:55 CET 2006


Am Mittwoch, den 01.11.2006, 10:39 -0500 schrieb yuz10 at psu.edu:
> 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  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.python.org/pipermail/tutor/attachments/20061101/edcd4a71/attachment.pgp 


More information about the Tutor mailing list