what OS are you using and what do you mean by 'good'? if good means nice images with little compression artifacts then that suggests a different set of codecs than small file size or fast decompression.
unfortunately i am using winXP and 'good' means nice images and fast decompression ;) the picture quality of cinepak and indeo5 (lil bit better) is quite bad, but both work quite good on my machine. i was just thinking about any other codec that maybe looks better at same performance ...
chr.
--//--ad wolferl: geforce2, 32mb
hi
when trying to load mp3cast~ or mp3amp~ i get
/root/pd-0.36-0/mp3cast~/mp3cast~.pd_linux: libmp3lame.so.0: cannot open shared object file: No such file or directory
which i have i have made it clean re made etc... does anyone have this external working and with which version of lame/pd etc... cheers~
PAt
scratch that dropping libmp3cast.so.0 into /pd/bin seems to have worked
Patrick Pagano wrote:
hi
when trying to load mp3cast~ or mp3amp~ i get
/root/pd-0.36-0/mp3cast~/mp3cast~.pd_linux: libmp3lame.so.0: cannot open shared object file: No such file or directory
which i have i have made it clean re made etc... does anyone have this external working and with which version of lame/pd etc... cheers~
PAt
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
It works for me. I'm running Redhat and installed lame from an .rpm package, I think. Don't quite remember, memory isn't what it used to be, too many experiments perhaps. I remember I tried various different rpm installs and compiling this and that and all the sudden it just worked.
Pall
----- Original Message ----- From: "Patrick Pagano" bigswift@ufl.edu To: pd-list@iem.kug.ac.at Sent: Sunday, April 27, 2003 10:24 PM Subject: [PD] mp3cast~
hi
when trying to load mp3cast~ or mp3amp~ i get
/root/pd-0.36-0/mp3cast~/mp3cast~.pd_linux: libmp3lame.so.0: cannot open
shared object file: No such file or directory
which i have i have made it clean re made etc... does anyone have this external working and with which version of lame/pd etc... cheers~
PAt
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
on the linux laptop it works if i put liblmp3lame.so.0 into /pd/bin and do ./pd from there
i loads it
the desktop (both RH7.3) will not load it no matter what
Pall Thayer wrote:
It works for me. I'm running Redhat and installed lame from an .rpm package, I think. Don't quite remember, memory isn't what it used to be, too many experiments perhaps. I remember I tried various different rpm installs and compiling this and that and all the sudden it just worked.
Pall
----- Original Message ----- From: "Patrick Pagano" bigswift@ufl.edu To: pd-list@iem.kug.ac.at Sent: Sunday, April 27, 2003 10:24 PM Subject: [PD] mp3cast~
hi
when trying to load mp3cast~ or mp3amp~ i get
/root/pd-0.36-0/mp3cast~/mp3cast~.pd_linux: libmp3lame.so.0: cannot open
shared object file: No such file or directory
which i have i have made it clean re made etc... does anyone have this external working and with which version of lame/pd etc... cheers~
PAt
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
hi,
Am Montag, 28. April 2003 00:52 schrieb Patrick Pagano:
on the linux laptop it works if i put liblmp3lame.so.0 into /pd/bin and do ./pd from there
i loads it
the desktop (both RH7.3) will not load it no matter what
after installing a .so lib you have to do ldconfig to make the new lib known to the dynamic linker.
look at /etc/ld.so.conf, this is the config for the dynamic linker. every path in there will be searched when a lib is opened. if it is there, and you run ldconfig, everything should work the next time.
after installing rpm's (or other "managed" packages), ldconfig is usually executed automatically when new libs are installed.
greets,
chris
thanks chris i did that first, it seems i needed to have lame-libs installed now everything works fine.
has anyone used mp3cast with success? i am simply tring to send to and fro two machines on a router, so i am getting not really drop outs but uneven audio when testing the sine tone but connecting via xmms works fine. Anyone have any presets that work
i am on a cable modem with a linksys router... i am wondering why the xmms sounds so much better.
-----Original Message----- From: pd-list-admin@iem.kug.ac.at [mailto:pd-list-admin@iem.kug.ac.at]On Behalf Of Christian Klippel Sent: Sunday, April 27, 2003 7:35 PM To: pd-list@iem.kug.ac.at Subject: Re: [PD] mp3cast~
hi,
Am Montag, 28. April 2003 00:52 schrieb Patrick Pagano:
on the linux laptop it works if i put liblmp3lame.so.0 into /pd/bin and do ./pd from there
i loads it
the desktop (both RH7.3) will not load it no matter what
after installing a .so lib you have to do ldconfig to make the new lib known to the dynamic linker.
look at /etc/ld.so.conf, this is the config for the dynamic linker. every path in there will be searched when a lib is opened. if it is there, and you run ldconfig, everything should work the next time.
after installing rpm's (or other "managed" packages), ldconfig is usually executed automatically when new libs are installed.
greets,
chris
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Make sure you run pd with the same sampling rate as your stream. So if your doing a 32 k stream run PD as pd -r 32000 otherwise pd has to resample it and it's pretty intensive.
Pall
----- Original Message ----- From: "shreeswifty" bigswift@ufl.edu To: "Christian Klippel" ck@mamalala.de Cc: pd-list@iem.kug.ac.at Sent: Monday, April 28, 2003 1:37 AM Subject: RE: [PD] mp3cast~
thanks chris i did that first, it seems i needed to have lame-libs installed now everything works fine.
has anyone used mp3cast with success? i am simply tring to send to and fro two machines on a router, so i am getting not really drop outs but uneven audio when testing the sine tone
but
connecting via xmms works fine. Anyone have any presets that work
i am on a cable modem with a linksys router... i am wondering why the xmms sounds so much better.
-----Original Message----- From: pd-list-admin@iem.kug.ac.at [mailto:pd-list-admin@iem.kug.ac.at]On Behalf Of Christian Klippel Sent: Sunday, April 27, 2003 7:35 PM To: pd-list@iem.kug.ac.at Subject: Re: [PD] mp3cast~
hi,
Am Montag, 28. April 2003 00:52 schrieb Patrick Pagano:
on the linux laptop it works if i put liblmp3lame.so.0 into /pd/bin and do ./pd from there
i loads it
the desktop (both RH7.3) will not load it no matter what
after installing a .so lib you have to do ldconfig to make the new lib
known
to the dynamic linker.
look at /etc/ld.so.conf, this is the config for the dynamic linker. every path in there will be searched when a lib is opened. if it is there, and you
run
ldconfig, everything should work the next time.
after installing rpm's (or other "managed" packages), ldconfig is usually executed automatically when new libs are installed.
greets,
chris
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hi folks,
From: "/////++christian" pd@testphase.org
what OS are you using and what do you mean by 'good'? if good means nice images with little compression artifacts then that suggests a different set of codecs than small file size or fast decompression.
unfortunately i am using winXP and 'good' means nice images and fast decompression ;) the picture quality of cinepak and indeo5 (lil bit better) is quite bad,
but
both work quite good on my machine. i was just thinking about any other codec that maybe looks better at same performance ...
Yup... all the VideoForWindows codecs are really nasty. In the short term, something like MidiVid VJ codec or one of the 3rd party MJPEG codecs might be a good option. Once they're installed they should be available to any VFW based application for compression and decompression (including GEM).
I have a DirectShow based film loader and a QT for Windows based film loader in development which should make just about anything playable in GEM on Windows.
Look out for these in GEM CVS in the next couple of weeks. I'm aiming to incorporate these in a run-time dynamic way where there will only be a single pix_film object under windows but it will use the appropriate library to load the clip.
As a side note to the "good" discussion - under Windows the texture upload time dominates the frame loading process so you can use nice codecs (relatively CPU heavy) without much performance impact. Watch out for disk performance tho - particularly with lots of simultaneous clips.
Daniel
I'm using divx >> works on windows if you have the codec installed: www.divx.com When rendering a movie with the divx codec be sure to make 'every frame a keyframe' (or 'keyframe every 1 frame')
play upside down....)
greetz,
kurt
-----Oorspronkelijk bericht----- Van: pd-list-admin@iem.kug.ac.at [mailto:pd-list-admin@iem.kug.ac.at]Namens /////++christian Verzonden: zondag 27 april 2003 23:19 Aan: pd-list@iem.kug.ac.at Onderwerp: Re: [PD] compression codecs
what OS are you using and what do you mean by 'good'? if good means nice images with little compression artifacts then that suggests a different set of codecs than small file size or fast decompression.
unfortunately i am using winXP and 'good' means nice images and fast decompression ;) the picture quality of cinepak and indeo5 (lil bit better) is quite bad, but both work quite good on my machine. i was just thinking about any other codec that maybe looks better at same performance ...
chr.
--//--ad wolferl: geforce2, 32mb
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list