Re: [Tutor] how to test .mov file using python

2006-11-01 Thread Andreas Kostyrka
Am Mittwoch, den 01.11.2006, 15:57 -0500 schrieb [EMAIL PROTECTED]: > Andreas, > Thank you very much for your reply. "Using mplayer to test if the Well, that's nothing python related. mplayer is an Linux movie player that can be used for all kinds of secondary uses. Andreas > video track decodes"

Re: [Tutor] how to test .mov file using python

2006-11-01 Thread Hugo Gonzalez M
[EMAIL PROTECTED] wrote: > Andreas, > Thank you very much for your reply. "Using mplayer to test if the video > track decodes" sounds like a good idea. I am a new python user. Could > you please talk more details about how to do that. Hi, mplayer is a separate program and has nothing to do with

Re: [Tutor] how to test .mov file using python

2006-11-01 Thread [EMAIL PROTECTED]
Andreas, Thank you very much for your reply. "Using mplayer to test if the video track decodes" sounds like a good idea. I am a new python user. Could you please talk more details about how to do that. Thanks again, YiOn 11/1/06, Andreas Kostyrka <[EMAIL PROTECTED]> wrote: Am Mittwoch, den 01.11.

Re: [Tutor] how to test .mov file using python

2006-11-01 Thread Andreas Kostyrka
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 pro

[Tutor] how to test .mov file using python

2006-11-01 Thread [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? Thanks, Yi ___ Tutor mail