VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Oct 2021
    Location
    Europe
    Search Comp PM
    Hi, I have these Madman dbz dvd episodes that I would like to convert back to the original ntsc framerate and resolution cause they were converted to 25fps and have blended frames as a result, there is no speed change for the audio as far as I am aware. I am a bit of a noob with video encoding so forgive my relative lack of knowledge on this. I attached two examples that I cut out losslessly with avidemux that show the problem and also the mediainfo file of the full video file in case it helps in any way. Thanks!
    Image Attached Files
    Last edited by WWEF; 26th Dec 2021 at 05:37.
    Quote Quote  
  2. The basic AviSynth technique is to smart bob and SRestore:

    Code:
    v1 = LWLibavVideoSource("example1.mkv", cache=false, prefer_hw=2) 
    v2 = LWLibavVideoSource("example2.mkv", cache=false, prefer_hw=2) 
    v1++v2
    
    QTGMC(preset="fast", sharpness=0)
    SRestore()
    Image Attached Files
    Quote Quote  
  3. This will be less destructive to anime details and lines.

    Code:
    QTGMC(preset="slow", matchpreset="slow", matchpreset2="slow", sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)
    srestore(frate=23.976)
    Quote Quote  



Similar Threads

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