FAQ  •  Register  •  Login

incorrect display aspect on Sony Bravia

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Nov 20, 2011 1:56 pm

Re: incorrect display aspect on Sony Bravia

zip wrote:do you have any content that is more than 1280 wide? would the command still stand or would it actually downscale to 1280?

No 1280 samples with bad DAR value.
In fact the (1) command will downscale to 1280.


So the solution:
- (a) if resolution not HD (720), upscale to a HD resolution with the original source dar, otherwise no need to upscale keep the original source dar.
- (b) padding to the 16/9 display ratio
- (c) change the DAR=4/3
note: to limit the cpu overhead, (a) could be skipped (but some pixels will be lost on left and right side)


    H < 720 With DAR >= 16:9 ==> (a)+(b)+(c)
"-vf "scale=1280:1280/dar/sar","pad=1280:720:(ow-iw)/2:(oh-ih)/2:black","setdar=4:3"

    H < 720 With DAR < 16:9 and W < 720 ==> (a)+(b)+(c)
"-vf "scale=720*dar*sar:720","pad=1280:720:(ow-iw)/2:(oh-ih)/2:black","setdar=4:3"

    720 < H < 1080 With DAR > = 16:9 ==> (b)+(c)
-vf "pad=iw:iw/16*9:(ow-iw)/2:(oh-ih)/2:black","setdar=4:3"

    720 < H < 1080 With DAR < 16:9 ==> (b)+(c)
-vf "pad=ih*16/9:ih:(ow-iw)/2:(oh-ih)/2:black","setdar=4:3"
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 20, 2011 9:36 pm

Re: incorrect display aspect on Sony Bravia

I don't understand the preconditions (W,H) in your examples, there are missing examples for height less than 720. I think we'll go with b+c only. Could you edit the post with some real resolution and DAR examples?

Thanks for this btw.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Nov 21, 2011 5:21 pm

Re: incorrect display aspect on Sony Bravia

zip wrote:I don't understand the preconditions (W,H) in your examples, there are missing examples for height less than 720.

Oups make some mistakes...post edited.
zip wrote:I think we'll go with b+c only.

OK, this is the same option than PS3 Media Server with Mencoder ( We forget the 16 pixels missing at the moment).
zip wrote:Could you edit the post with some real resolution and DAR examples?
Thanks for this btw.

Sorry, I need time...I will see.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Nov 23, 2011 8:58 pm

Re: incorrect display aspect on Sony Bravia

zip wrote:Could you edit the post with some real resolution and DAR examples?

Look at this viewtopic.php?f=11&t=2956&p=27400#p27400
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
Previous

Return to Sony

Who is online

Users browsing this forum: No registered users and 19 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.