VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Nov 2010
    Location
    Bulgaria
    Search PM
    Hi! I'm new in this forum.
    I have lots of Video Clips (VOB Format), which I'll convert to MKV (there's no problem), but VOBs have black fields :



    Is there any program which I can eliminate dark fields :



    and get video like this :




    Sorry for big pics
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Yep, all GOOD dvd to mkv converters has cropping or auto crop features. Like HandBrake and StaxRip.
    Quote Quote  
  3. Member PuzZLeR's Avatar
    Join Date
    Oct 2006
    Location
    Toronto Canada
    Search Comp PM
    Only way to crop the VOB file is to indeed re-encode, which you're already doing and, as Baldrick said, you'll be fine with those apps.

    Keep in mind, you may have to also take care to resize after cropping to avoid distortion, depending.

    If I'm assuming correct, those samples look like they're 16:9 content letterboxed in a full-frame 4:3 - you would need to cut 72 pixels off the top and bottom (assuming you're in PAL land or 60 in NTSC) and resize to 720x576/480. If using non-square pixels you will need an aspect ratio of 16:9 in your encode to change to pixel aspect ratio to avoid distortion.

    If using AviSynth, such as with StaxRip or other, it's easy:

    To crop 72 pixels off the top and bottom:
    Code:
    crop(0, 72, 0, -72)
    To resize to 720x576:
    Code:
    LanczosResize(720, 576)
    I hate VHS. I always did.
    Quote Quote  
  4. Member
    Join Date
    Nov 2010
    Location
    Bulgaria
    Search PM
    Thank You for fast answers
    I am using StaxRip
    With Cutting\Resizing I want to get image 720x406 - 16:9
    What parameters I have to put?
    Quote Quote  



Similar Threads

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