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.
IndexProcessing DevelopmentLibraries,  Tool Development › cross-platform video library
Pages: 1 2 3 4 ... 6
cross-platform video library (Read 38687 times)
Re: cross-platform video library
Reply #15 - Dec 19th, 2007, 6:45am
 
thank you for such quick reply.

yeah,it is working. i'm doing the testing now,should be okay.

btw,the pm i send it to you,i think that's my computer's problem,i switch to another computer for testing the HD video....super fast,especially the loading time only took  2 seconds to loading up the whole big movie. my fault,sorry.



Re: cross-platform video library
Reply #16 - Dec 27th, 2007, 12:49pm
 
My apologies for asking so many questions on this.
the thing is sometimes i got warning like this:"jave.exe error on avicodec-51.dll",and the application suddenly stopped at the same time. i did some research without any clue.

Have you ever met this kind of problem?
thank you in advance!
Re: cross-platform video library
Reply #17 - Jan 2nd, 2008, 4:01am
 
Hi liquid,

I haven't spent time lately on the library. I didn't experience the problem you mention myself, but I'll look at it during the next weeks.

One thing to keep in mind, though, is that gstreamer on windows probably have some bugs, since the main development platform of gstreamer is unix. What you have found could be a problem of gstreamer itself, and not an issue of the processing library.

Later,
Andres
Re: cross-platform video library
Reply #18 - Jan 2nd, 2008, 4:03am
 
Here there are detailed instructions to compile gstreamer and all the required plugins on OSX:

http://code.google.com/p/gstreamer-java/wiki/GstreamerOnMacOSX

Enjoy,
Andres
Re: cross-platform video library
Reply #19 - Feb 10th, 2008, 2:20am
 
Not much at this point. I just finished a new release of the gsvideo library:

http://codeanticode.wordpress.com/2008/02/10/upated-version-of-gsvideo/

No new functionality, just updated to make it compatible with the latest version of the java bindings (0.6).
Re: cross-platform video library
Reply #20 - Feb 12th, 2008, 4:38am
 
thxs for the updating,but seems i'm out of lucky,
there's error message after i play with it,"java.lang.reflect.InvocationTargetException,at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)"

btw,the duration(),time() doesn't work at all,the API changed? i'll try complie the sourcecode under my machine see what's going on there.

mine is winXP,jdk1.5
Re: cross-platform video library
Reply #21 - Feb 12th, 2008, 6:03pm
 
You mean that you get the error when you try to run any of the examples?
Re: cross-platform video library
Reply #22 - Feb 13th, 2008, 4:37am
 
yes,i run the examples. 3 of them,all the same error message
Re: cross-platform video library
Reply #23 - Feb 15th, 2008, 4:19am
 
With vista, processing-134-expert and jdk 1.6, works.
I'll do more tests soon.
Re: cross-platform video library
Reply #24 - Feb 16th, 2008, 12:54am
 
...

...

IT WORKRRKKKKEED

you have made my life SO WONDERFUL!!!!!!!!!
Re: cross-platform video library
Reply #25 - Feb 17th, 2008, 5:56am
 
ac wrote on Feb 15th, 2008, 4:19am:
With vista, processing-134-expert and jdk 1.6, works.
I'll do more tests soon.


you right, i tested it on my laptop,it works.
so i'm going to complied it under the jdk1.5 on my desktop,i think it should be fine,thank you.
Re: cross-platform video library
Reply #26 - Feb 17th, 2008, 6:32am
 
I'll tested also on Linux, and with release 0135 seems to work out of the box (provided that you have gstreamer and all the gst-plugins packages installed)

On Windows, for now you have to use the expert version of processing and JRE 1.5 or 1.6 installed separately.
Re: cross-platform video library
Reply #27 - Feb 18th, 2008, 3:36am
 
it working now,i complied it under jdk1.5,thxs.
Re: cross-platform video library
Reply #28 - Feb 27th, 2008, 7:49am
 
I just fixed a bug in the calculation of the playback time and duration of the movie files. This bug caused movies to loop before the end was reached. The updated version can be downloaded here:

http://codeanticode.wordpress.com/2008/02/27/new-version-of-gsvideo/
Re: cross-platform video library
Reply #29 - Feb 29th, 2008, 5:37pm
 
Has anyone made a sucessfull Mac OSX Installation? Sad

Pages: 1 2 3 4 ... 6