VideoHelp.com Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. The image was taken from a downloaded xvid file taken from an hd source and with a bitrate of nearly 1000 kbps so I don't know why it looks the way it does. It is very grainy/noisy and there is the issue of vertical jagged edges like the ones you see in the image. I'm not sure if there is a fix for this.


    Quote Quote  

  2. Member
    Join Date: Dec 2005
    Location: none
    I would throw that out and find a better version. It looks like it was resized with a nearest neighbor filter (jaggies) and recompressed several times (DCT ringing). You're not going to fix those defects.
    Quote Quote  

  3. Yeah this release is a few years old so no chance of that. I should have checked it more carefully when I originally got it years ago but at first glance it was not that noticeable and I was also not expecting it at all. Now that I'm thinking of converting it for dvd I wanted to fix it. If jaggies can't be fixed I'm fine with that but I still need to know a good filter to use to get rid of the noise, etc.
    Quote Quote  

  4. Member
    Join Date: Sep 2007
    Location: Canada
    One big problem (besides the low quality/low bitrate, ringing and jaggies) is that you have different kinds of noise. If you try to get rid of them all, it will look like 1 smooth mess with no detail (e.g. faces look "plasticy" like dolls, etc...) - so it will be a balance between using the filters & settings to your tastes. If you smooth it a bit, at least you will help compressibility if you are encoding to MPEG2/DVD

    I'm just a beginner in this area, but you could try playing with several avisynth denoising scripts. It will give you better results than using vdub's filters because: (1) way more selection of filters / choices / options (2) no extra quality loss from vdub's color conversion if you use strictly YV12 compatible filters (your source will be YV12 if it's xvid, but the screencap is RGB24)

    A great tool for avisynth is AvsP where you can apply filters and "flip" back and forth between different scripts to visualize the changes

    Also some filters are temporal, and "read ahead" a few frames in their smoothing algorithm. So you should really test it on a full clip instead of a static image with 1 frame

    Here is my quick attempt using some filters. Some filters require even dimensions, hence the resize function from your original 520x811 image

    Code:
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\hqdn3d.dll")
    ImageReader("image2a.jpg")
    LanczosResize(520,800)
    ConvertToYV12()
    Deblock(quant=30)
    hqdn3d(4,3,6,4.5).hqdn3d(4,3,6,4.5)
    Deen().Deen()
    Here is the before/after using the same dimensions (so you can save to desktop and flip back/forth in windows picture viewer)

    Before


    After
    Quote Quote  

  5. Member lacywest's Avatar
    Join Date: Aug 2001
    Location: California
    Interesting
    Quote Quote  

  6. Thanks I just tried both avsp and netvideo. I wasn't able to get avsp working for some reason but I did have some success using netvideo.
    Quote Quote  

  7. Member victoriabears's Avatar
    Join Date: May 2004
    Location: Canada
    What is it from and is the guy in the image getting royalties for all these different copies seen here ?
    PAL/NTSC problem solver.
    USED TO BE A UK Equipment owner., NOW FINISHED WITH VHS CONVERSIONS-THANKS
    Quote Quote  




Similar Threads

  1. Removing Logos using DeLogo vdub filter
    By Matt D in forum Editing
    Replies: 66
    Last Post: 19th Oct 2011, 10:57
  2. How do I make a filter for VDub
    By blaze01 in forum Newbie / General discussions
    Replies: 4
    Last Post: 4th Mar 2008, 16:16
  3. Applying a filter without recompressing in VDub
    By chrisr34000 in forum Editing
    Replies: 5
    Last Post: 25th Jan 2008, 17:42
  4. ACDsee Filter&VDUB
    By mv0930 in forum Newbie / General discussions
    Replies: 0
    Last Post: 4th Sep 2007, 12:27
  5. Vdub Filter Chain
    By christopheramos in forum Video Conversion
    Replies: 16
    Last Post: 3rd Sep 2007, 07:57
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools