Stacking two image series
Posted: 2019-05-27T02:03:31-07:00
Hello,
yet I have not been able to find out how to do the following:
I have two image series - V01-0000.png to V01-0100.png and V02-0000 to V02-0100.png - where I try to stack horizontally V01-0000.png with V02-0000.png, V01-0001.png with V02-0001.png and so on. Once all stacked images are created I would use ffmpeg to create an animation.
I know how to use +append to stack two single images, but how to use this on two image series? Scripts like this one don't produce what I am trying to achieve (at least I have not been able to make it work):
convert.exe "V01-%%04d.png" +append "V02-%%04d.png" "Stack-%%04d.png"
This command produces a single image with all images from the series stacked.
My current work around: Use ffmpeg to create separate animations for each image series and then stack the animations using ffmpeg again.
Any advice regards where my thinking is wrong is very much appreciated.
Thanks in advance,
Thomas
My system:
Windows 7, Imagemagick 7.0.8-27 Q16 x64 2019-02-09
yet I have not been able to find out how to do the following:
I have two image series - V01-0000.png to V01-0100.png and V02-0000 to V02-0100.png - where I try to stack horizontally V01-0000.png with V02-0000.png, V01-0001.png with V02-0001.png and so on. Once all stacked images are created I would use ffmpeg to create an animation.
I know how to use +append to stack two single images, but how to use this on two image series? Scripts like this one don't produce what I am trying to achieve (at least I have not been able to make it work):
convert.exe "V01-%%04d.png" +append "V02-%%04d.png" "Stack-%%04d.png"
This command produces a single image with all images from the series stacked.
My current work around: Use ffmpeg to create separate animations for each image series and then stack the animations using ffmpeg again.
Any advice regards where my thinking is wrong is very much appreciated.
Thanks in advance,
Thomas
My system:
Windows 7, Imagemagick 7.0.8-27 Q16 x64 2019-02-09