Video from youtube edges cut off in all Tv's

Hi Everyone,

I am developing a channel, thats the source from youtube. I am getting the 480p and 720p mode videos from youtube and playing it based on the display mode in Tv SD or HD.

I google it and many posts said, it’s overscan problem. I tested in many TV’s. But this problem comes in all TV’s. All TV’s have the overscan problem. No, I think.

Is there any solution to check and play the video based on the resolution and screen sizes. Or Is there any code to play the video based on the bitrates, quality.

Please anyone help on this.

Thank you,
Dineshkumar

Not allowed to pull videos straight off YouTube, sorry :disappointed_face:

Hi Komag,

We can pull videos from youtube. Check this roku forum.

http://forums.roku.com/viewtopic.php?f=34&t=45537

I used this code and get the youtube videos to roku. But playing videos not fit to the screen and edges are cut off in most tested TV’s.

Thank you,
Dineshkumar

Sorry, but that thread doesn’t convince me in the slightest. If you do this for a private channel only, it’s still not allowed by YouTube, but you probably wouldn’t face any “real” consequences or trouble.

“pdineshkumar55” wrote:
I google it and many posts said, it’s overscan problem. I tested in many TV’s. But this problem comes in all TV’s. All TV’s have the overscan problem. No, I think.
To answer your question in earnest - yes, virtually all TVs overscan by default and lose small amount of image at the screen edges. It’s a remainder from the times when all TVs used vacuum tubes. The electron gun inside them with aging would spread the beam wider and outside the visible area. So TV stations started (ab)using those areas of the image to encode non-visual info there - which would appear e.g. as a strange lines of colored dots on top of the screen if if current LCDs did not chop that one off. See viewtopic.php?f=34&t=86591&start=15#p490303 for discussion.

Some video players have overscan adjustments (game consoles, FireTV etc), Roku does not. Instead look for adjustment in TVs advanced picture settings, on a RokuTV it’s “Picture size”, where “Normal” is with overscan (chops the edges) and “Direct” is no overscan (see 100% of the video signal). Or it might be tucked under “Game mode” (which also includes less image processing for lower latency) - or in some TVs like Samsung one has to do voodoo like using specific input and renaming it to “PC”.

I suspect you can also adjust the player programmatically so it plays in a window smaller than the full screen. Seems like roVideoScreen.setDestinationRectangle may do the trick. But i have never done video on Roku, so speculating - can someone with experience shed light?

“EnTerr” wrote:
I suspect you can also adjust the player programmatically so it plays in a window smaller than the full screen. Seems like roVideoScreen.setDestinationRectangle may do the trick. But i have never done video on Roku, so speculating - can someone with experience shed light?
I’m pretty sure that stopped working a long time ago. I reported it, but, as usual, never got a response from anyone at Roku. It works on legacy devices.
-JT

“renojim” wrote:

“EnTerr” wrote:
I suspect you can also adjust the player programmatically so it plays in a window smaller than the full screen. Seems like roVideoScreen.setDestinationRectangle may do the trick. But i have never done video on Roku, so speculating - can someone with experience shed light?
I’m pretty sure that stopped working a long time ago. I reported it, but, as usual, never got a response from anyone at Roku. It works on legacy devices.
-JT
Yup. Works for roVideoPlayer, but not roVideoScreen.

Yup. Works for roVideoPlayer, but not roVideoScreen.

Yes. I tried this in roVideoScreen. It is not working.

Thank you,
Dineshkumar

thanks for your helpful suggestion to check the tv’s settings. my samsung tv had a setting for picture size, and had 4:3, 16:9, (and mine was on 16:9), but there was a third setting called “screen fit”, and when i selected that one, the edges weren’t chopped off anymore.