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
can't play mov file smoothly (Read 1091 times)
can't play mov file smoothly
Apr 27th, 2010, 3:30pm
 
Hi all

I tried to play a mov file by using Processing. The transition between each frame were not as smoothly as it supposed to be. Followed by a error message in the output window. Can anyone tell me what my problem is? missing Quicktime for Java? Where I can download it? Help

Thanks in adv

P

___________________

quicktime.std.StdQTException[QTJava:7.6.6g],-39=eofErr,QT.vers:7668000
     at quicktime.std.StdQTException.checkError(StdQTException.java:40)
     at quicktime.qd.Pict.fromMovie(Pict.java:106)
     at quicktime.std.movies.Movie.getPict(Movie.java:797)
     at processing.video.Movie.read(Movie.java:424)
     at play_movie.movieEvent(play_movie.java:62)
     at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
     at java.lang.reflect.Method.invoke(Method.java:592)
     at processing.video.Movie.run(Movie.java:684)
     at java.lang.Thread.run(Thread.java:613)
Exception in thread "Thread-2" quicktime.QTNullPointerException: QuickTime MUST be initialized:quicktime.std.movies.Movie
     at quicktime.QTObject._ID(QTObject.java:78)
     at quicktime.std.movies.Movie.isDone(Movie.java:681)
     at processing.video.Movie.run(Movie.java:694)
     at java.lang.Thread.run(Thread.java:613)
________________________
Re: can't play mov file smoothly
Reply #1 - Apr 27th, 2010, 10:06pm
 
This Topic was moved here from Syntax Questions by PhiLho.
Page Index Toggle Pages: 1