marqs85 / ossc

Open Source Scan Converter
http://junkerhq.net/xrgb/index.php/OSSC
GNU General Public License v3.0
480 stars 64 forks source link

feature request: line4x embedded as 1080p #80

Closed mistepien closed 3 years ago

mistepien commented 3 years ago

It would be great to have an option on line4x mode which is seen by TV as 1080p. Not every TV works now with line4x mode.

alanbork commented 3 years ago

tricky since there's not enough memory to buffer anything. But I wonder if you could use a reduced vertical refresh timing 1080p and just output black lines during retrace on the input signal?

On Wed, Feb 17, 2021 at 11:50 AM mistepien notifications@github.com wrote:

It would be great to have an option on line4x mode which is seen by TV as 1080p. Not every TV works now with line4x mode.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marqs85/ossc/issues/80, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANPGZ5MH5IVWYHDEOB4ROCLS7QMZPANCNFSM4XY7HK4Q .

mistepien commented 3 years ago

but now line4x has on output 960p -- the point is to add 60 point at top and at the bottom and tag it as 1080p

marqs85 commented 3 years ago

This is not possible with the current model, you need to wait for upcoming Pro HW which is able to implement this feature.

alanbork commented 3 years ago

it's not as simple as "tagging it" dvi is a real time protocol you have to put the pixels out at a specific time and rate that matches the pixels coming in from the console. without a buffer you can't do arbitrary resizing. But that's why I suggested using reduced vertical refresh 1080p on the output side. Then you could use the actual vertical refresh on the input sized to put a black buffer around the top and bottom.

On Wed, Feb 17, 2021 at 12:02 PM mistepien notifications@github.com wrote:

but now line4x has on output 960p -- the point is to add 60 point at top and at the bottom and tag it as 1080p

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/marqs85/ossc/issues/80#issuecomment-780818226, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANPGZ5J4UEHBXNHNVT7Z5PLS7QOHHANCNFSM4XY7HK4Q .