We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Codec not supported on OSX PPC ? (Read 909 times)
Codec not supported on OSX PPC ?
Aug 3rd, 2007, 7:55pm
 
While exploring the default example to addFrame to a quicktime movie i get an error:

The specified codec is not supported, please ensure that the parameters are valid, and in the correct order.

I'm using OSX 10.4.10  on PPC G4

 mm = new MovieMaker(this, width, height, "drawing.mov",
                      MovieMaker.H263, MovieMaker.HIGH, 30);

Changing the .H263 for any other does not solve the problem.

Any hints?
Re: Codec not supported on OSX PPC ?
Reply #1 - Aug 5th, 2007, 8:04pm
 
you have the parameter order mixed up:
http://processing.org/reference/libraries/video/MovieMaker.html
Re: Codec not supported on OSX PPC ?
Reply #2 - Aug 5th, 2007, 8:38pm
 
fry wrote on Aug 5th, 2007, 8:04pm:
you have the parameter order mixed up:
http://processing.org/reference/libraries/video/MovieMaker.html


I just copied the sample code...
But it works now!
Thanks
Page Index Toggle Pages: 1