0

How to overlay an image over the image sequence

The overlayImage.tif needs to be overlay-ed on top of the imageSequence.0-100@@@@@.jpg

The following command works well if it is executed on OSX:

rvio_hw     overlayImage.tif     imageSequence.0-100@@@@@.jpg     -o movie.mov

 

But on Windows platform the overlayImage.tif instead of being overlayed on top it is appended to the beginning of the image sequence as the first frame.

What is the correct syntax to overlay two images together that works on both Mac and Windows?

3 comments

  • 0
    Avatar
    Jon Morley

    Hi,

    That command should work the same way on both platforms and do what you described happens on Windows. Can you please tell us:

    1) What version of RV you are using (on each platform)

    2) If the tif has an alpha channel

    3) if you get the desired output when you run:

     rvio_hw overlayImage.tif imageSequence.0-100@@@@@.jpg -view defaultStack -o movie.mov

    Thanks,
    Jon

  • 0
    Avatar
    Pasha

     -view defaultStack argument makes it happen! Thanks Jon! 

  • 0
    Avatar
    Jon Morley

    Great!

Please sign in to leave a comment.