VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Tell me what LSF values to set to get a very sharp image. I can't do this even at high settings. I mean any variant of LSF, LSFmod, LSFPlus, etc. I will install any of them.
    Quote Quote  
  2. LSFMod(strength=10000)
    Quote Quote  
  3. haha! No. You only get distortion at the edges, but the textures aren't sharp at all.
    Quote Quote  
  4. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    I can't do this even at high settings
    Maybe because LSF stands for Limited Sharpen (Faster).

    You can go with oversharpening using high settings, but as the author (Didée) explain here this filter has been designed to do not oversharp https://forum.doom9.org/showthread.php?p=559985#post559985:
    Shortly, LimitedSharpen() applies one out of three different sharpeners (two domain sharpeners or a windowed range sharpener) to the source, but will limit the oversharpening (either "hard" or "soft") IF it exceeds a defined "overshoot".
    Quote Quote  
  5. I also thought that LSF itself limits sharpness. Should this be considered the final decision?
    Quote Quote  
  6. Originally Posted by gelo333 View Post
    haha! No. You only get distortion at the edges
    Of course you do. Those are over-sharpening halos. But you asked for very sharp settings.

    Originally Posted by gelo333 View Post
    but the textures aren't sharp at all.
    Of course they're not. LSFMod (and other variants) are edge sharpeners. The don't sharpen textures (unless the textures are so high contrast they look like edges).
    Quote Quote  
  7. Can we conclude that the sharpeners that work separately with edges and separately with textures are only Finesharp and DetailSharpen? Or, after a general increase in sharpness, soften the edges with some kind of filter.
    Quote Quote  
  8. You can use Overlay() with a mask to avoid sharpening edges:

    Code:
    edges = mt_edge(mode="prewitt", thy1=20, thy2=20).mt_expand().Blur(1.0)
    Overlay(Sharpen(1.0), last, mask=edges)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!