Search Unity

Video Display only particular video section

Discussion in 'Audio & Video' started by joek_bs, May 29, 2019.

  1. joek_bs

    joek_bs

    Joined:
    Nov 24, 2016
    Posts:
    4
    Dear all,

    I aim to display one video on different video planes within my scene. The video is tiled (optically), therefore I would love to be able to display only particular sections of the video on the different screens/videoplanes.

    For further understanding: video resolution is 1200x800 tiled in 12 sections (but only one video source)
    Screen 1 should display the video from (0px,0px) to (400px,200px)
    Screen 2 should display the video from (400px,0px) to (800px,200px)
    ...

    Is there any way to achieve this that avoids the need of cutting the input video?

    Thanks in advance