borevitzlab / timestreamlib

DEPRECATED. Please use the current version of the TimeStream tools at https://gitlab.com/appf-anu/pyts2.
https://gitlab.com/appf-anu/pyts2
GNU General Public License v3.0
7 stars 4 forks source link

timestream videoiser #61

Closed kdm9 closed 7 years ago

kdm9 commented 10 years ago

Need a function that takes the standard 5 parameters, start, end, interval, daystart, dayend, and converts a timestream into a video. My vote is to convert to webm. This should be possible w/ opencv, right?

Note that this feature will wait till after the feature freeze.

K

chuong commented 10 years ago

Meanwhile we need a quick and dirty script to produce a video for Justin.

kdm9 commented 10 years ago

Use Tim's player, on the demo screen. It has a video making function.

chuong commented 10 years ago

Thanks Kevin. That's a quick solution.

TimeScience commented 7 years ago

Gareth, what would it take to make a basic pipeline to something like ffmpeg that take start, end and timestep data an spits out a movie? Maybe it could email the user with the url when the movie is done?

Can you work on this as a side project?

Specs:

gdunstone commented 7 years ago

Why is this in here? it has nothing to do with timestreamlib really. What Tim seems to want it's a button on the player that gives you a video.

On 5 Dec 2016 1:52 PM, "Tim Brown" notifications@github.com wrote:

Gareth, what would it take to make a basic pipeline to something like ffmpeg that take start,end and timestep data an spits out a movie. Maybe it should email the user with the url when the movie is done?

Can you work on this as a side project?

Specs:

  • User sets start and end date using the usual time player slider bar
  • Which images to play: at first we could just use all frames but later we'd want the ability to set start time of morning and night and number of frames to skip (i.e. if we have 2700 frames and the user wants a 30sec 30fps movie you'd only play every 3rd frame=900 frames)
  • (Optional) movie is cropped to zoomed view on screen if image is zoomed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/borevitzlab/timestreamlib/issues/61#issuecomment-264756903, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDEeMzNnJCwD9VbwEQwxkPeFtL1AinDks5rE3xvgaJpZM4CV7o6 .

gdunstone commented 7 years ago

https://github.com/borevitzlab/site-phenocam-org/issues/106