pyTivo Discussion Forum Forum Index pyTivo Discussion Forum
Answers and the development of pyTivo a TiVo transcoding server
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

can I add a border?

 
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> General
 View previous topic :: View next topic  
Author Message
crossbred900



Joined: 30 May 2009
Posts: 4

PostPosted: Sat May 30, 2009 8:53 pm    Post subject: can I add a border? Reply with quote

My tv has a bad overscan problem that is not adjustable. Is it possible for pytivo to add a border or something around the video so i can see the whole thing?
_________________
Nathan Copeland
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 2010
Location: Maryland

PostPosted: Sat May 30, 2009 9:23 pm    Post subject: Reply with quote

http://pytivo.krkeegan.com/pad-the-video-output-for-tvs-that-do-not-disp-a-full-image-t104.html

This probably needs to be reworked for the current code. Actually, I'd like to get something in there as standard. But right now, no, sorry.

_________________
My pyTivo fork . My page
Back to top
View user's profile Send private message Visit poster's website
crossbred900



Joined: 30 May 2009
Posts: 4

PostPosted: Sat May 30, 2009 9:40 pm    Post subject: Reply with quote

At times like this I wish I understood code. My LCD TV cuts off the picture on all sides, but mostly the bottom, which makes watching videos with subtitles hard. Hopefully it eventually gets worked in.
_________________
Nathan Copeland
Back to top
View user's profile Send private message
rdian06



Joined: 12 Apr 2008
Posts: 1420

PostPosted: Sat May 30, 2009 11:55 pm    Post subject: Re: can I add a border? Reply with quote

crossbred900 wrote:
My tv has a bad overscan problem that is not adjustable. Is it possible for pytivo to add a border or something around the video so i can see the whole thing?


You might want to google a bit on your TV model and see if there is a way to enable 1:1 pixel mode or access the factory service menu to tweak the overscan settings.
Back to top
View user's profile Send private message
crossbred900



Joined: 30 May 2009
Posts: 4

PostPosted: Sun May 31, 2009 1:40 am    Post subject: Reply with quote

I have, it is a known issue with my model that is not adjustable.
_________________
Nathan Copeland
Back to top
View user's profile Send private message
rgr



Joined: 02 Mar 2008
Posts: 4

PostPosted: Sun May 31, 2009 10:21 pm    Post subject: Reply with quote

I tinkered with the code several versions back and got a padding that worked, but didn't want to keep trying to update the code for my own uses and also wanted to get the current pyTivo version working.

So I added the following line to the pyTivo.conf file in the [Server] section:

ffmpeg_pram = -threads 2 -padtop 14 -padbottom 12 -padright 16 -padleft 24 -padcolor 000000

It sets the padding top, bottom, right and left and sets the pad color to black. The threads setting is just for the number of threads used by ffmpeg and isn't relevant to the padding.

I had to tinker for a few iterations to get the settings right for my tv. Try it and tinker a bit.
Back to top
View user's profile Send private message
crossbred900



Joined: 30 May 2009
Posts: 4

PostPosted: Sun May 31, 2009 11:40 pm    Post subject: Thank you Reply with quote

Doing that worked great, thanks. And if anyone is curious, I ended up with this:

-threads 2 -padtop 26 -padbottom 24 -padright 34 -padleft 48 -padcolor 000000

edit:

Of course as soon as I thought I was done, I realized my HD videos need different padding. So I just moved my first line to the SD Tivo section and made a new one for the HD. This is what I got:

-threads 2 -padtop 40 -padbottom 40 -padright 72 -padleft 72 -padcolor 000000

_________________
Nathan Copeland
Back to top
View user's profile Send private message
rgr



Joined: 02 Mar 2008
Posts: 4

PostPosted: Mon Jun 01, 2009 2:21 am    Post subject: Reply with quote

Good to hear. I hadn't considered having different padding for SD and HD. Off to experiment further!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site is in NO WAY affiliated with TiVo Inc

Powered by phpBB © 2001, 2005 phpBB Group
phpBB SEO

Get pytivo at SourceForge.net. Fast, secure and Free Open Source software downloads
[ Time: 0.1842s ][ Queries: 13 (0.0083s) ][ GZIP on - Debug on ]