Hi,
I desparately need help in running pidip software. I installed all necessary softwares for pidip like pd, pdp, ffmpeg, libquick........... Now I am trying to launch pdp and pidip libraries . I gave the following command,
/root/Thesis/pd-0.36-0/bin/pd -lib /root/Thesis/pdp-0.11.1/pdp.pd_linux -lib /root/Thesis/pidip-0.9.3/pidip.pd_linux
But it is giving the error that cannot load libraries, then it is starting the pd. I do not know, how to specify input/ how to see output. I am intersted in tracking an object in mpeg2 file. For that I need to read mpeg2 file using pdp_live.c routine and run pdp_mgrid.c routine to see the coordinates.
The deadline for my work is following week. I need help urgently. I would appreciate your help.
Chill out. Win a Himalayan holiday! http://server1.msn.co.in/sp03/summerfun/index.asp
Hi,
try this:
/root/Thesis/pd-0.36-0/bin/pd -lib /root/Thesis/pdp-0.11.1/pdp -lib /root/Thesis/pidip-0.9.3/pidip
yours Michael plankton labs labs.plankton.net
Am Son, 2003-06-15 um 22.30 schrieb supriya kher:
Hi,
I desparately need help in running pidip software. I installed all necessary softwares for pidip like pd, pdp, ffmpeg, libquick........... Now I am trying to launch pdp and pidip libraries . I gave the following command,
/root/Thesis/pd-0.36-0/bin/pd -lib /root/Thesis/pdp-0.11.1/pdp.pd_linux -lib /root/Thesis/pidip-0.9.3/pidip.pd_linux
But it is giving the error that cannot load libraries, then it is starting the pd. I do not know, how to specify input/ how to see output. I am intersted in tracking an object in mpeg2 file. For that I need to read mpeg2 file using pdp_live.c routine and run pdp_mgrid.c routine to see the coordinates.
The deadline for my work is following week. I need help urgently. I would appreciate your help.
Chill out. Win a Himalayan holiday! http://server1.msn.co.in/sp03/summerfun/index.asp
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi,
i need to save several samples, setting the save path dynamicly. the path i need to create should be something like:
../files/myvariablefoldername/sounds/avariablenumber-sample
I used makefilename to set the variable folder name, but the problem comes with the file name. They are called 0-sample, 1- sample and so on.
So i need to format a "string" with two variables but as far as i can see makefilename only allows for one. i don't know how to do this or if this is possible. maybe some external? but i would like to avoid externals if the language allows me some way to achive this by its own means.
thanks