help w/ AVI to BMP (PNG?) coversion in COM object
Posted: 2013-10-29T12:19:40-07:00
How do I do THIS in ImageMagick:
Long story short: I have an AVI file and I want to “stitch” each frame next to each-other in a very (very) long strip.
(actually, I’ll have a lot of these files, I’m trying to write an app for this using the ImageMagick Object COM implantation from VB)
The weird part: the “frames” of these AVI files are going to be about 1 pixel wide by 3000 pixels tall, and there’ll be about 20,000 frames at a time; meaning the finished bitmaps will be 3000 px tall by 20,000 px wide.
OK, the long story: the frames represent data (not really a movie) and I *could* save them as individual bitmaps (1 x 3000 px) and loop through some sort of stitching procedure in ImageMagick, but I can also get it all as one AVI file and figured it would be a lot easier to deal with one file with a set frame size. amiright?
Any example of the right command line would very helpful. (maybe there is an example in the documentation that I missed?)
Aha tia
Long story short: I have an AVI file and I want to “stitch” each frame next to each-other in a very (very) long strip.
(actually, I’ll have a lot of these files, I’m trying to write an app for this using the ImageMagick Object COM implantation from VB)
The weird part: the “frames” of these AVI files are going to be about 1 pixel wide by 3000 pixels tall, and there’ll be about 20,000 frames at a time; meaning the finished bitmaps will be 3000 px tall by 20,000 px wide.
OK, the long story: the frames represent data (not really a movie) and I *could* save them as individual bitmaps (1 x 3000 px) and loop through some sort of stitching procedure in ImageMagick, but I can also get it all as one AVI file and figured it would be a lot easier to deal with one file with a set frame size. amiright?
Any example of the right command line would very helpful. (maybe there is an example in the documentation that I missed?)
Aha tia