Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread IOhannes m zmoelnig
Javier García wrote: > Hi, > > anyone has any command line to convert .wmv or .asf files to .mov (jpeg > codec)? > > You know, to play them then with [pdp_qt] or [pdp_qt~]. i have recently written a [pdp_ffplay] (no [pdp_ffplay~] yet!), which uses ffmpeg to play back files. i used it to playba

Re: [PD] pd-extended 39-3 libraries load

2007-10-15 Thread pit klong
the safest solution would be, a batch-file for windows loading all, no? could that be attached to pd-ext? > Try [oscx/dumpOSC]. > > I just uninstalled Pd-0.39.2-extended-rc3 on WinXP and installed this > version [dumpOSC] worked out of box. > > http://autobuild.puredata.info/auto-build/2007-

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Tim Boykett
Hi David, it also depends upon who you are working with. I tend to work with PD for a number of reasons, however most of my colleagues are Max people who, for a number of reasons, will not be learning a second language any time soon. This is not really a problem as both systems can do most thi

Re: [PD] SOM experts...

2007-10-15 Thread Jamie Bullock
On Sun, 2007-10-14 at 17:41 +0200, [EMAIL PROTECTED] wrote: > i don't know, georg should be able to help you here. > nevertheless, bear in mind that [ann_som] is a standalone > implementation and has nothing to do with FANN (well both are dealing > with ann, obviously but that's it; i didn't k

[PD] new external: oscbank~

2007-10-15 Thread Rich E
I finally brushed up this code and got it ready for release, which was written during an internship a couple summers ago. [oscbank~] is, well, an oscillator bank. It can synthesize hundreds of partials while interpolating their time varying frequencies and amplitudes. Each partial needs a unique

[PD] reset a block

2007-10-15 Thread hard off
is there any way to reset a block? i am using the guts from the phase vocoder in the documentation, but it clips off the attack when i trigger percussion samples. so what i need to do (unless someone has a better suggestion) is retrigger the block at the same as triggering the sample to play. is

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Chuckk Hubbard
Hi. The documentation for Pd says that it started from the desire to make something similar to Max BUT with a facility for user-customizable scoring, what is now Pd's data structure system. IMO this is the single most useful aspect of Pd. The only other software I know of that would allow similar

[PD] Turkish pdpedia templates

2007-10-15 Thread Koray Tahiroglu
yes , I think it's all good. Koray - M.Koray Tahiroglu Media Lab,UIAH http://mlab.uiah.fi/~korayt/ tel: +358 468956602 ( in Finland only) tel: +90 533 712 8245 On Oct 15, 2007, at 11:37 AM, [EMAIL PROTECTED] wrote: Message: 2 Date: Mon, 15 Oct 2007

Re: [PD] Fwd: portuguese pdpedia template

2007-10-15 Thread João Miguel Pais
>> ok, I guess it wasn't in the original list. that's very easy to add, >> >> $status = "Estado"; > > I think it would be good to add in the infobox template to make sure the > infoboxes are rendering correctly before doing the big import. > Basically, take this one: > > http://wiki.puredata.i

Re: [PD] getting started with graphics

2007-10-15 Thread Jack
Oups ! sorry. Why Gridflow is not with pd-extended ? Jack Le 15 oct. 07 à 07:20, Max Neupert a écrit : > > Am 14.10.2007 um 21:43 schrieb Jack: > >> There is also gridflow (only for Windows >> i think). > > outch. that must hurt. > > from http://gridflow.ca/: > Required OS (one of...): > > 1 : L

Re: [PD] using fiddle~ ?

2007-10-15 Thread giucant
Hi, check out 'Fiddle in the middle' clips setup: http://www.youtube.com/watch?v=16Mc-3gCgSg improvisation: http://www.youtube.com/watch?v=mDc_6e3_154 enjoy! j --- IOhannes m zmoelnig <[EMAIL PROTECTED]> ha scritto: > Olivier Revollat wrote: > > I want to use fiddle~ do convert melody played

Re: [PD] getting started with graphics

2007-10-15 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: > 2) Which of the graphics libraries should I look (what do they each do) > and are there any tutorials available to get me started (from scratch)? I think, knowing your way around Gem is essential. And it's fun, too. Start here: ht

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Frank Barknecht
Hallo, David Schaffer hat gesagt: // David Schaffer wrote: > I'm a stage/audiovisual technician willing to make a move into > digital arts. I've been using pd for quite some time know and I was > wondering if it would be useful for me to learn Max: according to > you guys, which of the two program

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread bbarros
Take a look in SuperCollider. I used Max/MSP and CSound before, IMO you can do more with less effort once you learn this programming language (yes, it is a true programming language) Once you finished your patch it is also easy to modify and change comparing to max/msp. I like it. http://supercoll

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Si Mills
I came to Pd from SuperCollider. SC is very powerful and can sound amazing. Its power lies in the fact it is a object orientated language - if you want 500 oscillators you can just change a variable, rather than having to patch it by hand. I found I could do algorithmic stuff very easily as

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Frank Barknecht
Hallo, bbarros hat gesagt: // bbarros wrote: > Take a look in SuperCollider. I used Max/MSP and CSound before, IMO > you can do more with less effort once you learn this programming > language (yes, it is a true programming language) Once you finished > your patch it is also easy to modify and cha

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread Javier García
Roman Haefeli wrote: > mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of > lavf -lavfopts format=mov -o outfile.mov Thanks Roman but it gives this error: MEncoder 2:1.0~rc1-0ubuntu9.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz (Family

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread IOhannes m zmoelnig
hi. Javier García wrote: > > > Roman Haefeli wrote: > > > > mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of > > lavf -lavfopts format=mov -o outfile.mov > > Thanks Roman but it gives this error: is it just my mail-client...? > > MEncoder 2:1.0~rc1-0ubu

Re: [PD] translations for pdpedia templates Nederlands

2007-10-15 Thread Hans Roels
Hi Tim, Ik ben langzaamaan alle help-patchen van Pd-vanilla in het nederlands aan het vertalen (voor mijn leerlingen), je kan die patch hier vinden: http://home.versateladsl.be/hanstine/hans/help-intro-nl.pd Ik pas dat bestand dan wel aan zodat we dezelfde vertaling/termen gebruiken, ik wil we

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread giucant
Hi, for visuals i also suggest processing http://www.processing.org/ http://cnx.org/content/m12968/latest/ http://www.trsp.net/teaching/gamemod/ bye j --- David Schaffer <[EMAIL PROTECTED]> ha scritto: > Hi everybody, > > I'm a stage/audiovisual technician willing > to make a move i

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread Roman Haefeli
On Mon, 2007-10-15 at 17:55 +0200, IOhannes m zmoelnig wrote: > hi. > > Javier García wrote: > > > > > > Roman Haefeli wrote: > > > > > > > mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of > > > lavf -lavfopts format=mov -o outfile.mov > > > > Thanks Roman but

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread IOhannes m zmoelnig
Roman Haefeli wrote: > On Mon, 2007-10-15 at 17:55 +0200, IOhannes m zmoelnig wrote: >> hi. >> >> Javier García wrote: >>> >>> Roman Haefeli wrote: >>> >>> >>> > mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of >>> > lavf -lavfopts format=mov -o outfile.mov >>> >>>

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread Roman Haefeli
On Mon, 2007-10-15 at 13:18 +0200, Javier García wrote: > > Roman Haefeli wrote: > > > > mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of > > lavf -lavfopts format=mov -o outfile.mov > > Thanks Roman but it gives this error: > > MEncoder 2:1.0~rc1-0ubuntu9.1 (C) 2000-2006 MPlaye

[PD] texturing a circular image onto a hemisphere in GEM

2007-10-15 Thread Alex
Maybe a different subject will inspire some help? basically, I have video that was shot on a mirrored spherical ball.. this gives a circular image inside a rectangular video, I've figured out how to crop it so that I just get the square that surrounds the circle, but I cannot figure out how to cor

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread Roman Haefeli
On Mon, 2007-10-15 at 18:51 +0200, IOhannes m zmoelnig wrote: > Roman Haefeli wrote: > > On Mon, 2007-10-15 at 17:55 +0200, IOhannes m zmoelnig wrote: > >> hi. > >> > >> Javier García wrote: > >>> > >>> Roman Haefeli wrote: > >>> > >>> > >>> > mencoder Skim.wmv -nosound -ovc lavc -lavcopts

[PD] wintablet

2007-10-15 Thread Mirko Maier
hi list, unfortunately, joseph sarlo's wintablet-external for wacom tablets does not recognize tilt and angle, and the doesn't work on it any longer. does anyone feel like writing the external with full wacom-input...? would be great for all performers. -- Ist Ihr Browser Vista-kompatibel? Jetzt

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-15 Thread zmoelnig
Quoting Roman Haefeli <[EMAIL PROTECTED]>: > i didn't use the > flag in my first mail, but i added it in the second post (that i > accidently first sent only to javier instead to the list). > i see. i am pretty sure i haven't seen it nor read the thread carefully. i will now keep quiet before i ad

Re: [PD] strange pdp_v4l behavior on pd-extended

2007-10-15 Thread olsen wolf
ok bughunter got it - this is due to the vesa driver used on an ati card - changing it to ati makes it working flawlessly! greets olsen On 10/12/07, olsen wolf <[EMAIL PROTECTED]> wrote: > joop pdp_v4l is pdp at least what i know - i filled out the bug report > but as its a webcam i don't think it

Re: [PD] Pd-extended final release candidate - please test!

2007-10-15 Thread olsen wolf
Hi Hans as i'm surrounded by a kindof ubuntu farm atm i feeded it to ubuntu studio & kubuntu feisty & so far they've eaten it all without bleating. i also bottle-feeded it(the feisty release) to gutsy as he's in the back & he was complaining about missing libquicktime0 during the installation which

[PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Hi So I'm having fun playing around with gem. I can already see myself using it live soon. However I can't figure out how to start gem rendering in fullscreen without showing any gui, including gem window border/title bar and mouse. The closest I can get is by sending [dimen 1024 768( to [gemwin]

[PD] programming a load/unload of abstractions

2007-10-15 Thread Atte André Jensen
Hi Is there an object that'll load a given abstraction upon receiving a bang? Similar for unload? The reason I ask is I though it would make sense to make an abstraction per graphical event in gem, like "texturize a cube with this image, rotate the cube, and move is over the screen". This abst

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Roman Haefeli
On Mon, 2007-10-15 at 22:09 +0200, Atte André Jensen wrote: > Hi > > So I'm having fun playing around with gem. I can already see myself > using it live soon. However I can't figure out how to start gem > rendering in fullscreen without showing any gui, including gem window > border/title bar and

Re: [PD] programming a load/unload of abstractions

2007-10-15 Thread Roman Haefeli
On Mon, 2007-10-15 at 22:21 +0200, Atte André Jensen wrote: > Hi > > Is there an object that'll load a given abstraction upon receiving a > bang? Similar for unload? > > The reason I ask is I though it would make sense to make an abstraction > per graphical event in gem, like "texturize a cube

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Roman Haefeli wrote: > have a look at the helpfile of [gemwin]. Hmmm. I tried that (of cource) but I was expecting to be able to right click athe [genwin] object and select "help". This gave me a "sorry, couldn't find help patch for "Gem/gemwin.pd". I searced my system for a file called "gemwi

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Roman Haefeli wrote: > messages, you probably want to send to [gemwin]: > > 'fullscreen 1' > 'cursor 0' > > don't they work for you? Well I not having looked at the helpfile I send [fullscreen( (without the 1) and obviously that didn't work. Those two messages do exactly what I need, thanks!

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Mathieu Bouchard
On Mon, 15 Oct 2007, Si Mills wrote: I came to Pd from SuperCollider. SC is very powerful and can sound amazing. Its power lies in the fact it is a object orientated language - if you want 500 oscillators you can just change a variable, rather than having to patch it by hand. Pd is also quit

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Olivier Heinry
Le lundi 15 octobre 2007 à 23:13 +0200, Atte André Jensen a écrit : > Roman Haefeli wrote: > > > messages, you probably want to send to [gemwin]: > > > > 'fullscreen 1' > > 'cursor 0' > > > > don't they work for you? > > Well I not having looked at the helpfile I send [fullscreen( (without > t

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Mathieu Bouchard
On Mon, 15 Oct 2007, Frank Barknecht wrote: I believe, the choice between a 1-dimensional language like SC and a 2-dimensional one like Pd is a state of mind thing. I do my fair share of 1-dim programming, Non-graphical languages are still 2-dimensional as they are written, because people us

Re: [PD] bouncing

2007-10-15 Thread marius schebella
thanks, Uğur, I like your diving into math, but actually I have more calculations than just the bouncing, so there will be also interaction with the objects and I will not write maths for those too. so I will stick with pyode, I think it makes life a little easier... marius. Uğur Güney wrote: >

Re: [PD] texturing a circular image onto a hemisphere in GEM

2007-10-15 Thread marius schebella
Hi alex, I am not sure what you're trying to do, but I am eager to help you... do you want to project the video onto a wall/ceiling hemisphere inside a real room? or are you talking about virtual projections? I guess what you have to do first is distort the circled video back into a square and th

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Olivier Heinry wrote: > If your desktop is Gnome, Alt+Tab gives you the possibility to switch to > any other window eg. your patch hidden behind the gemwin. I use openbox, and normally Alt+Tab works like you describe, but for some reason not with gem... > On the Pd side, you have the possibili

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Frank Barknecht
Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote: > On Mon, 15 Oct 2007, Frank Barknecht wrote: > > >I believe, the choice between a 1-dimensional language like SC and a > >2-dimensional one like Pd is a state of mind thing. I do my fair share > >of 1-dim programming, > > Non-grap

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Frank Barknecht
Hallo, Olivier Heinry hat gesagt: // Olivier Heinry wrote: > On the Pd side, you have the possibility to add a [gemkeyboard] object > that sends a [destroy( message to [gemwin]. And depending on how old your Gem is, make sure to put a [delay] or [pipe] between gemkeyboard's output and the destr

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: > However now I need to log into a tty with something like ctrl-alt-F1 and > do a "killall pd". Isn't there a cleaner way? Normally you should be able to Alt-TAB over to Pd, but I think, something in the combination of openbox and

Re: [PD] programming a load/unload of abstractions

2007-10-15 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: > a gem render chain will only be drawn, when connected to a [gemhead]. > you could just put a [spigot] after [gemhead] in order to switch a > certain part on and off. Or switch off the [gemhead] with a [0(. Ciao -- Frank Barknecht

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Roman Haefeli
On Tue, 2007-10-16 at 03:00 +0200, Atte André Jensen wrote: > Olivier Heinry wrote: > > > If your desktop is Gnome, Alt+Tab gives you the possibility to switch to > > any other window eg. your patch hidden behind the gemwin. > > I use openbox, and normally Alt+Tab works like you describe, but for

Re: [PD] Pd-extended final release candidate - please test!

2007-10-15 Thread Alexandre Castonguay
Hi Hans, I get an error when trying the web links from help menu, it seems to add a slash before the address. Cool feature however. I'm running Kubuntu (feisty). 'Firefox ne peut trouver le fichier à l'adresse /http://puredata.org.' Cheers, a On Saturday 13 October 2007 17:03:23 Hans-Christ

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread simon wise
On 16 Oct 2007, at 11:21 AM, Roman Haefeli wrote: > On Tue, 2007-10-16 at 03:00 +0200, Atte André Jensen wrote: >> Olivier Heinry wrote: >> >>> If your desktop is Gnome, Alt+Tab gives you the possibility to >>> switch to >>> any other window eg. your patch hidden behind the gemwin. >> >> I use