[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Dynamic mode movie
Page 1 of 1

Dynamic mode movie

Posted: 11 Apr 2011 16:25
by galwarion
I saw videos from Gephi analyse on youtube (like Egyptian revolucion etc.). Does anybody know how is it done? Is it possible to do it also from gexf dynamic format in some way like to play timeline or is this done with real time capturing data stream from database and then make the movie?

Re: Dynamic mode movie

Posted: 12 Apr 2011 10:12
by seinecle
Hey,

Yes, nice dynamic datasets!

I don't know how they did, but here is certainly a possibility:
- build your gexf dynamic file.
- play it in the timeline while you record the animation with a video screen capture software.

Best,

Clement

Re: Dynamic mode movie

Posted: 12 Apr 2011 12:00
by galwarion
But how to play timeline? There is some possibility to play it? I thought that I can only manual move with it...

Re: Dynamic mode movie

Posted: 12 Apr 2011 13:25
by seinecle
Oh, I get your question now.

As far as I know, the timeline can only be moved manually now. It will surely be improved in a later version!

What you could do also is contact directly the authors of the Egypt twitter visualization and ask them how they did! I'd be curious to know whether they moved the timeline "by hand" or used a more elegant solution.

Best,

Clement

Re: Dynamic mode movie

Posted: 12 Apr 2011 13:52
by galwarion
I will do it and post his answer... I hoped that he is reading this forum or for example Sebastien knows how he did it...

Re: Dynamic mode movie

Posted: 12 Apr 2011 14:06
by admin
Hi,

He used the graph streaming API: http://gephi.org/plugins/graph-streaming/

The Play button will be developed this summer through the Google Summer of Code program.

Re: Dynamic mode movie

Posted: 12 Apr 2011 14:19
by galwarion
Great! Looking for that!