[jitter] Again: recording video in folder
Emmanuel Jourdan
c74-mailinglists at e--j.com
Sat Jun 16 05:35:41 MDT 2007
- Previous message: [jitter] Again: recording video in folder
- Next message: [jitter] Re: Again: recording video in folder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16 juin 07, at 13:24, bypass wrote: > Can someone help me? You've to generate the path with sprintf (symout argument make sure the output is a valid symbol with the double quotes if needed), then you can integrate the filepath in the message by putting "write" before and all the other arguments after. ej #P button 228 60 15 0; #P window setfont "Sans Serif" 9.; #P window linecount 1; #P message 60 335 352 196617 write "Macintosh HD:/Users/ej/Documents/ sample3.mov" 25. jpeg normal; #P newex 60 307 62 196617 prepend set; #P newex 60 277 114 196617 append 25. jpeg normal; #P newex 60 254 73 196617 prepend write; #P newex 60 157 159 196617 t b i; #N counter 10; #X flags 0 0; #P newobj 60 132 66 196617 counter 10; #P button 60 60 15 0; #P newex 228 116 76 196617 opendialog fold; #P newex 60 230 159 196617 sprintf symout %ssample%i.mov; #P newex 60 188 36 196617 zl reg; #P connect 0 0 1 0; #P connect 2 0 0 1; #P connect 3 0 4 0; #P connect 4 0 5 0; #P connect 5 0 0 0; #P connect 5 1 1 1; #P connect 1 0 6 0; #P connect 6 0 7 0; #P connect 7 0 8 0; #P connect 8 0 9 0; #P connect 10 0 2 0; #P window clipboard copycount 11;
- Previous message: [jitter] Again: recording video in folder
- Next message: [jitter] Re: Again: recording video in folder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
