Solved: Set preferred video modes and upscale content
|
29th Dec, 2012, 02:23 AM
Post: #1
|
|||
|
|||
Set preferred video modes and upscale content
Hello!
I'm running Xbian Alpha 3 on my Raspbery Pi B model (512MB). My FullHD TV also supports 720p modes, but it's video processor is not so good at up-scaling, so I would like my Raspberry Pi to up-scale everything to 1080p and set appropriate TV mode that matches video frame rate. These are the modes I would like to use for output depending on video frame rate: - mode 16: 1920x1080 @ 60Hz, progressive - mode 31: 1920x1080 @ 50Hz, progressive - mode 32: 1920x1080 @ 24Hz, progressive - mode 33: 1920x1080 @ 25Hz, progressive - mode 34: 1920x1080 @ 30Hz, progressive Is there a way to configure XBMC that way and if so how do I do it. --------------- I managed to solve this problem by dumping EDID data ('./tvservice -d edid.dat') and later editing it so that only 1080p and 1080i modes with various frame rates seem to be supported by the display. Added 'hdmi_edid_file=1' to my config.txt so that modified EDID data is loaded on boot. So now I can play DVD-Video remuxed file and get 1080p (upscaled SD content) output from my Raspberry Pi. Smile I used this tool: Advanced EDID Editor software Available here: http://www.lightware.eu/index.php/support/downloads |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Set preferred video modes and upscale content - Bytec - 29th Dec, 2012 02:23 AM
RE: Set preferred video modes and upscale content - Koenkk - 29th Dec, 2012, 07:48 AM
RE: Set preferred video modes and upscale content - Bytec - 29th Dec, 2012, 05:50 PM
Re: Set preferred video modes and upscale content - rikardo1979 - 29th Dec, 2012, 07:02 PM
RE: Set preferred video modes and upscale content - Bytec - 5th Jan, 2013, 02:18 AM
Re: Set preferred video modes and upscale content - rikardo1979 - 5th Jan, 2013, 02:54 AM
|