|
| Author |
Message |
crossbred900
Joined: 30 May 2009 Posts: 4
|
Posted: Sat May 30, 2009 8:53 pm Post subject: can I add a border? |
|
|
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 |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 2010 Location: Maryland
|
|
| Back to top |
|
 |
crossbred900
Joined: 30 May 2009 Posts: 4
|
Posted: Sat May 30, 2009 9:40 pm Post subject: |
|
|
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 |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Sat May 30, 2009 11:55 pm Post subject: Re: can I add a border? |
|
|
| 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 |
|
 |
crossbred900
Joined: 30 May 2009 Posts: 4
|
Posted: Sun May 31, 2009 1:40 am Post subject: |
|
|
I have, it is a known issue with my model that is not adjustable. _________________ Nathan Copeland |
|
| Back to top |
|
 |
rgr
Joined: 02 Mar 2008 Posts: 4
|
Posted: Sun May 31, 2009 10:21 pm Post subject: |
|
|
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 |
|
 |
crossbred900
Joined: 30 May 2009 Posts: 4
|
Posted: Sun May 31, 2009 11:40 pm Post subject: Thank you |
|
|
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 |
|
 |
rgr
Joined: 02 Mar 2008 Posts: 4
|
Posted: Mon Jun 01, 2009 2:21 am Post subject: |
|
|
| Good to hear. I hadn't considered having different padding for SD and HD. Off to experiment further! |
|
| Back to top |
|
 |
|