VideoHelp Forum




+ Reply to Thread
Results 1 to 24 of 24
  1. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    This is original "source" material from a DVD.
    Now I guess everybody can see those stripes. Does this mean that the bitrate is too low (vary from ~4500kbit/s - 6750kbit/s)?
    PS sry I'M just noticing that I ended up in "Blu-ray/HD DVD to xyz", I actually wanted to post that on "DVD to xyz"
    Quote Quote  
  2. Originally Posted by Weef
    This is original "source" material from a DVD.
    Now I guess everybody can see those stripes. Does this mean that the bitrate is too low (vary from ~4500kbit/s - 6750kbit/s)?
    PS sry I'M just noticing that I ended up in "Blu-ray/HD DVD to xyz", I actually wanted to post that on "DVD to xyz"
    What stripes? In any event, to learn if the bitrate is high enough run a VOB through Tecoltd Bitrate Viewer
    and check the Q Level. You'll have to search in the tools section under that name, because the link takes you to a different one. If it's below 7 or so the bitrate is high enough. I see no evidence in the pics of the bitrate being too low.
    Quote Quote  
  3. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Converting from DVD to what ?

    Are these stills from the DVD ?

    Are the bands across the face visible in the footage, or only if you flick through frame at a time ?
    Read my blog here.
    Quote Quote  
  4. I don't see any lines either!


    edit: When I tilt the screen I can.
    Quote Quote  
  5. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    Yet, it's not about encoding at this time.
    Yup, this is a still but they are still visibled when watch the DVD normally.

    Are you all using TN-Panel displays o.O?
    Quote Quote  
  6. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    I can see horizontal bands across the face in the top image, and some mild bands in the bow tie of the bottom image.

    I would like to see a few seconds of the original footage from the top image to see what it looks like.
    Read my blog here.
    Quote Quote  
  7. Get Slack disturbed1's Avatar
    Join Date
    Apr 2001
    Location
    init 4
    Search Comp PM
    Originally Posted by guns1inger
    I can see horizontal bands across the face in the top image, and some mild bands in the bow tie of the bottom image.

    I would like to see a few seconds of the original footage from the top image to see what it looks like.
    I see the bands as well, in both stills. Looks like an analog transfer.

    Too low of a bitrate would cause macro blocking and mosquito noise.
    Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
    Quote Quote  
  8. Banned
    Join Date
    Jun 2004
    Location
    ®Inside My Avatar™© U.S.
    Search Comp PM
    Originally Posted by disturbed1
    Originally Posted by guns1inger
    I can see horizontal bands across the face in the top image, and some mild bands in the bow tie of the bottom image.

    I would like to see a few seconds of the original footage from the top image to see what it looks like.
    I see the bands as well, in both stills. Looks like an analog transfer.

    Too low of a bitrate would cause macro blocking and mosquito noise.
    Yep, i see them in both stills.

    And i thought i was blind :P
    Quote Quote  
  9. Given the bands are perfectly horizontal I suspect this is more from limitations of 24 bit color. The original animations were created on a computer using a gradient fill (in the faces) from top to bottom. When you perform that type of fill between slightly different shades you will get a little banding like that. This is because you can see the difference between two adjacent color like (R,G,B) 147,177,201 and 146,176,201 (colors taken from the top image in the provided sample).

    On top of that you have the conversion of the original RGB to YUV when converting to MPEG and back to RGB for display which introduces more banding (not every color in the 24 bit RGB space resolves to a unique color in the 24 bit YUV space, and vice versa). And finally the DCT precision used in MPEG encoding can introduce even more banding.

    This is why a little noise is your friend.

    One of the images with a block of gradient fill using similar colors (24 bit RGB):

    You can see a little banding in the gradient fill. If you examine the RGB values you'll see that the color never changes by more than one unit (in each channel) as you move from top to bottom in the filled area).

    The same image converted to YV12 and back to RGB in AviSynth (as would happen when converting to MPEG and then displaying again on an RGB display):

    You can see even more banding now.

    Finally, here's the RGB gradient fill with a little added noise:

    And the same image after converting to YV12 and back to RGB:

    The banding is has pretty much disappeared in the gradient filled box (the original portion of the image is beyond repair).
    Quote Quote  
  10. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    So if I now would say I would be willing to convert it, is there any way we could optimize the material for RGB output on a normal TFT display?
    Quote Quote  
  11. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    Temporal cleaner in VirtualDub, but pull back to less than half on all of the default settings. Drop all the numbers, less than half (an 8 becomes a 3, a 10 would be a 4, etc).
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  12. Originally Posted by Weef
    So if I now would say I would be willing to convert it, is there any way we could optimize the material for RGB output on a normal TFT display?
    You could try adding noise in the YV12 domain before recompression. That will reduce the banding in exchange for less compressibility. You're really just trading one problem for another though.

    Gradient in YV12 on left, YV12 plus grayscale noise on right:

    compare2.avi

    Compressed with Xvid, Target Quantizer 3.
    Quote Quote  
  13. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    And what would you say? Is the quality decent or would it look much better(sharper) when the "source" would supply the max 10.000kbit/s?
    There is the option that I could use another source...
    Quote Quote  
  14. In the second image gradient I posted there was no MPEG compression. There was simply a conversion from RGB to YV12 and back to RGB. There is almost as much banding as in your DVD sample. So MPEG compression isn't contributing much to the banding, it's the colorspace conversion. Encoding at a higher bitrate will not make much difference in the banding.

    If you can get hold of the original RGB source you could add a little noise and eliminate the banding problem.
    Quote Quote  
  15. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    No no no, my last question was about the outlines and the patterns involved, if those would be sharper with a original source of a higher bitrate!?
    Quote Quote  
  16. Originally Posted by Weef
    No no no, my last question was about the outlines and the patterns involved, if those would be sharper with a original source of a higher bitrate!?
    It's hard to judge since you posted images that were scale with an unknown algorithm from the original DVD 720x480 to 853x480. But a higher bitrate source is not likely to be any sharper, in my opinion.
    Quote Quote  
  17. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    Seems to be like every one of my video players handles it on that way o.o ....
    I dunno what makes it show it in 852x480
    Quote Quote  
  18. The DVD frame size is 720x480 but the display aspect ratio is 16:9. So media players stretch it to 853x480. This is fine for viewing but not for analyzing fine details of the video. You should use an editor like VirtualDubMod to open a VOB file, then save a frame as PNG via Video -> Snapshot Source Frame.
    Quote Quote  
  19. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    Sure, how could I forget this >.>...perhaps I just naively thought they would treat it better due to it's unique pattern properties.
    But here it is

    Quote Quote  
  20. I doubt you'll find any source significantly better than that unless there's a Blu-ray version.
    Quote Quote  
  21. This type banding commonly occurs in anime when grain remains before heavy denoisers are used. Not a good quality source.

    You can try GradFun2DB() or one of it's derivatives (e.g. GradFun2DBMod). It's commonly used for anime banding. You can tweak the parameters, but definite improvement in this banding even at default settings. Read the included documentation for more info

    ImageSource("sassi.png")
    ConvertToYV12()
    GradFun2DB()


    Quote Quote  
  22. Member
    Join Date
    Feb 2009
    Location
    Germany
    Search Comp PM
    I'm excited poisondeathray^^
    Even the effect is little, it makes the picture look far more appealing.
    Since you seem to know the one thing or two when it comes to animes, I have a question or you.
    Is it advisable to purchase Anime DVDs with only 2 episodes for a better base quality? I would know a way to get the original japanese DVDs.
    Quote Quote  
  23. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    My television has built-in filters, I'd never even notice this noise watching the DVD.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  24. Originally Posted by Weef
    I'm excited poisondeathray^^
    Even the effect is little, it makes the picture look far more appealing.
    Since you seem to know the one thing or two when it comes to animes, I have a question or you.
    Is it advisable to purchase Anime DVDs with only 2 episodes for a better base quality? I would know a way to get the original japanese DVDs.
    I'm sorry I don't know much about anime. There are a lot of experts on Doom9 and animesuki forums that could be of more help in regards to different retail versions and anime specific scripts, consider looking for help there.
    Quote Quote  



Similar Threads

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