XML Feeds

.

[jitter] Re: extracting timecode using jit.qt.movie

Ed Purver ed at edpurver.com
Mon Mar 3 12:04:47 MST 2008


quick hack re the time code issue...  the gettime message will give you the current frame of your movie.  just do the necessary math on it according to the framerate of your source movie to translate it to timecode.

then maybe you can send your data into a coll via a pack object?

max v2;
#N vpatcher 782 90 1382 490;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P message 76 125 44 196617 gettime;
#P user jit.pwindow 47 262 82 62 0 1 0 0 1 0;
#P flonum 101 223 84 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 101 197 57 196617 route time;
#P message 168 105 30 196617 read;
#P newex 48 170 63 196617 jit.qt.movie;
#P toggle 48 69 15 0;
#P newex 48 91 52 196617 metro 33;
#P connect 1 0 0 0;
#P connect 0 0 2 0;
#P fasten 7 0 2 0 81 149 53 149;
#P fasten 3 0 2 0 173 149 53 149;
#P connect 2 0 6 0;
#P fasten 0 0 7 0 53 117 81 117;
#P connect 2 1 4 0;
#P connect 4 0 5 0;
#P pop;



More information about the jitter mailing list