Search found 5 matches
- 2015-11-18T11:18:51-07:00
- Forum: Users
- Topic: Create movie that scrolls many images right to left?
- Replies: 8
- Views: 4067
Re: Create movie that scrolls many images right to left?
I ended up using ImageMagick as well as some custom Java code to do the frame creation. Worked well!
- 2015-11-17T15:16:31-07:00
- Forum: Users
- Topic: Create movie that scrolls many images right to left?
- Replies: 8
- Views: 4067
Re: Create movie that scrolls many images right to left?
Ok thanks very much! I was hoping not to have to write code to do this, but I certainly can! I was looking at ffmpeg, and it looks like that could do what I need with a single (albeit complex) command.
- 2015-11-17T14:49:40-07:00
- Forum: Users
- Topic: Create movie that scrolls many images right to left?
- Replies: 8
- Views: 4067
Re: Create movie that scrolls many images right to left?
I didn't say anything was necessary. I wondered if the task was effectively to append them sideways and crop from that, so you have the effect of a long continuous scroll. So each output frame might span two days of data, or even more? How large should each frame be, in pixels? How many frames in ...
- 2015-11-17T14:03:05-07:00
- Forum: Users
- Topic: Create movie that scrolls many images right to left?
- Replies: 8
- Views: 4067
Re: Create movie that scrolls many images right to left?
Thanks for the replies. Here is an example image: https://dl.dropboxusercontent.com/u/13354968/2015-11-07.json.png I am using the following ImageMagick version: Version: ImageMagick 6.9.2-6 Q16 x64 2015-11-14 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC ...
- 2015-11-17T11:16:25-07:00
- Forum: Users
- Topic: Create movie that scrolls many images right to left?
- Replies: 8
- Views: 4067
Create movie that scrolls many images right to left?
We have a set of about 200 png images that show activity on our sensor network. Each image spans one day of activity, and contains one row of pixels per sensor. Each row shows the activity on that sensor from midnight to midnight: pixels are coloured according to activity level. There are about 400 ...