- Thread starter
- #11
That's great.
Have you thought about user defineable maximun % of stretch and maximun % of crop?
The idea being to try and utilise the whole screen as possible without too much distortion (stretch) and pixel loss (crop).
The logic is as follows.
1. If aspect ratio (AR) = screen ratio (SR) then fit video to screen
2. If AR =/= SR, then stretch up to a maximun %
3. If stretched AR still =/= SR, then crop up to a maximun %
4. Fit video (post stretch/crop) width/height to screen (ie. black bars if needed)
NB: Obviously if AR < SR then you will be doing a horizontal stretch / vertical crop and vice versa
Hmm I think that is just how my logic works. We might have the same ideas here. See my above post:
1. - obvious
2. - stretch = max 10% distortion (which rarely occurs in my experience)
3. - crop l/r for images up to 130% image "wideness" in relation to screen AR - often used for DVDs
4. - crop + letterbox for "widenesses" even higher.
One could change the thresholds, but I believe they are OK as they are. I would rather not make them user definable because I do not see any benefit in this, and it also makes operation more complicated.
Greetings
splatterpop