VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. I've got a bunch of PAL resolution Xvid AVIs, with a video bitrate of around 1200kbps.

    It's pretty fast moving footage, so as you can imagine gets a bit blocky quite often.


    I need to author a DVD/DVDs out of them, which means converting to Mpeg-2, and I'm wondering what bitrate/settings I should use so as not to compress them in a way which will make them worse, but also not bloat the files any more than necessary?
    Quote Quote  
  2. Do quality-based encodes? That way the sizes will become whatever they have to be for the quality you want. No bloating.

    And if they're blocky already, maybe you'll want to do something about that first.
    Quote Quote  
  3. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    Without first cleaning low-quality sources, encoders won't make them look better. Encoding and noise cleanup are two different processes.
    Last edited by sanlyn; 23rd Mar 2014 at 08:15.
    Quote Quote  
  4. I'm not after making them look better, I'm just wondering what sort of Mpeg bitrate will give me a 'like for like' copy?
    Quote Quote  
  5. It won't be 'like-for-like' in any event since MPEG-2 is a lossy codec. But your sources are already so degraded it won't make much difference. Anyway, to answer your question, there's absolutely no way to tell with bitrate-based encoding. As I suggested before, do a quality-based encode. Did you even tell us which encoder you're using?
    Quote Quote  
  6. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    With a low quality source, using HCenc with 2 passes, increasing MPEG bitrate over 2500 is probably not going to ge a noticeably better result.

    You can use Avisynth filters to mitigate blockiness and other problems first.
    You need to sharpen after DeBlocking (which inevitably blurs the image).

    e.g.
    Code:
    ... source ...
    DeBlock_DeBlock(quant=25, aOffset=8, bOffset=16)
    UnsharpMask(42,11, 0)
    Use AvsP to adjust the filter settings.
    Quote Quote  
  7. You can use Xvid's built in deblocker and deringer filters.
    Quote Quote  
  8. @AalnHK: is DeBlock_Deblock a typo and it should be DeBlock_QED ? if not, please post a link to the script or the script itself.
    Thanks
    Quote Quote  
  9. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by Selur View Post
    @AalnHK: is DeBlock_Deblock a typo and it should be DeBlock_QED ? if not, please post a link to the script or the script itself.
    Thanks
    I just grabbed an old script I had used a deblock in as an example and that was the first I found.

    Probably just "Deblock()" would work, but that's the format AvsP uses, denoting it comes from Deblock.dll.
    It's from Manao & Fizick: http://avisynth.org.ru/mvtools/deblock.html
    Quote Quote  
  10. Cool, thanks for info guys.
    Quote Quote  
  11. @AlanHK: Thanks for clearing that up, I know Deblock for Manao & Fizick, but I prefer DeBlock_QED. I just was surprised by the DeBlock_Deblock syntax. (probably because I don't use AvsP)
    Quote Quote  



Similar Threads

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