Forum Discussion

ravi's avatar
ravi
Visitor
15 years ago

video cropping

Hi,

Video is being cropped out on borders.Beacuse of this we are unable to see the logo which is on Top right hand side .Can I change the size the video is playing?

Ravi Pulluri.

2 Replies

  • This is something you will be able to do with the v2.6 SDK.

    Please check it out later today!

    --Kevin
  • It's likely not being cropped per se, but rather is probably a victim of overscan. All non-computer displays cut off some percentage of the video signal, by design. Typically, if you want to ensure something appears on screen, don't put it in the outer 5% or so of the frame. If you absolutely have to change the size of the video image presented, the new roVideoPlayer component in the 2.6 SDK allows you to specify a size and position of the video. If you use this, you'll also manually have to handle transport events, etc, as this is intended to be a fully customizable solution.