VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Hi.

    I have a collection of tv show, 22 dvds.

    It's old, and doesn't look good even untouched.

    It's 1987 Married with Children.

    I was thinking to passthrough audio and code video in DVDFab 2-pass.

    I tried 500kbps, 1000kbps, 1500kbs, honestly the difference isn't much.

    What do you think?

    I don't want to keep it in MPEG2 - 1 Gigabyte per episode, it's a waste of hard drive, may as well buy a dvd player.

    So... how'd you do it?
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Cut out a small clip (30 seconds or so) showing steady movement and post it here
    https://forum.videohelp.com/threads/355958-Ghosting-Issue-Frame-Blending#post2240879
    Quote Quote  
  3. Here are my source files
    https://drive.google.com/drive/folders/1Qoh-GTQ8WfYbbB8CoEuPjSA1AAhMsw2o?usp=sharing
    Please check both first and last, there's 11 years of difference in technology
    Quote Quote  
  4. Originally Posted by davexnet View Post
    Cut out a small clip (30 seconds or so) showing steady movement and post it here
    https://forum.videohelp.com/threads/355958-Ghosting-Issue-Frame-Blending#post2240879
    Here are my source files
    https://drive.google.com/drive/folders/1Qoh-GTQ8WfYbbB8CoEuPjSA1AAhMsw2o?usp=sharing
    Please check both first and last, there's 11 years of difference in technology
    Quote Quote  
  5. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    I really don't want to download the whole episode, 30 to 60 seconds is enough.
    The forum link I posted in post #2 above is a pointer to a post that shows you how to cut out some of your file
    not the thread I wanted you to post in!
    Quote Quote  
  6. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    MWC DVDs were starved for bitrate.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  7. Originally Posted by lordsmurf View Post
    MWC DVDs were starved for bitrate.
    I'm not sure what do you mean.
    MWC untouched dvd mpeg2 is so terrible that using high bitrate for x265 coding would be a waste?


    Originally Posted by davexnet View Post
    I really don't want to download the whole episode, 30 to 60 seconds is enough.
    The forum link I posted in post #2 above is a pointer to a post that shows you how to cut out some of your file
    not the thread I wanted you to post in!
    Relax, they're only 1gb each. I'll disable sharing of this folder tomorrow ish
    Quote Quote  
  8. I don't know what you find acceptable. This is lower quality than I would encode anything I care about but maybe something like this in AviSynth:

    Code:
    Mpeg2Source("MWC.d2v", CPU2="ooooxx", Info=3) 
    Yadif(mode=1) #QTGMC(preset="fast", EZDenoise=1.0, DenoiseMC=true) if you can afford the CPU usage
    Crop(6,2,-2,-2)
    BilinearResize(640,480)
    MergeChroma(aWarpSharp(depth=5), aWarpSharp(depth=10))
    Sharpen(0.5, 0.2)
    With x264 encoding at the medium preset, crf 23, plus the original AC3 audio, the episode I tested was under 150 MB. You can use a lower CRF to get better quality (and a large file).

    The first 10000 frames, video only:
    Image Attached Files
    Last edited by jagabo; 29th Jan 2021 at 20:54.
    Quote Quote  
  9. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    i'd convert to either an iso of the dvd or a straight 1:1 mpeg-2 conversion with no loss of already non-existent quality. if i had to go x264 it would be crf 18 or lower.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  10. Here's an example using ffmpeg in a batch file. You can drag/drop a video onto the batch file to convert it. The new mkv video will have ".x264" added to the end of the filename. For example, MWC.mkv will be converted to MWC.x264.mkv.

    Code:
    "C:\Program Files\ffmpeg64\bin\ffmpeg" -y -i "%~dpnx1" -vf yadif=1,crop=704:572:6:2,scale=w=640:h=480 -c:v libx264 -preset medium -crf 23 -c:a copy "%~dpn1.x264.mkv"
    You have to change the path to ffmpeg to wherever it is installed on your computer.

    On my computer the full ~23 minute video took less than 2 minutes to convert. Preset medium and crf 23 are the defaults for libx264 but I included them on the command line to make them easy to change for better or worse quality.

    The first 10000 frames from the batch file...
    Image Attached Files
    Last edited by jagabo; 30th Jan 2021 at 11:35.
    Quote Quote  
  11. Okay, okay. Is it a bad idea to choose x265 over x264 for old dvds?
    Quote Quote  
  12. In my experience, x265 doesn't have much advantage over x264 with standard definition frame sizes. It just takes much longer to encode.
    Last edited by jagabo; 30th Jan 2021 at 11:26.
    Quote Quote  
  13. Main reason for me for x265 with sd is to have 10bit encoding (better compression and banding avoidance) in a main profile and thus better hardware decoding support.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

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