VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Hello I bought a DVD in Japan originally the film and in 25fps the Japanese editor converted it to 29.97 fps how to restore the pal without causing damage to the video ?
    Image Attached Files
    Last edited by JAX75; 8th Nov 2021 at 10:01.
    Quote Quote  
  2. Read this:
    https://forum.videohelp.com/threads/277183-NTSC-to-PAL-Converter-and-Vise-Versa
    (with special attention to the post regarding ifoedit)
    Last edited by ProWo; 8th Nov 2021 at 11:03.
    Quote Quote  
  3. Try
    Code:
    TFM().tdecimate()  #inverse telecine, gives 23.976fps progressive
    vinverse() #removes residual combing
    spline36resize(720,576) #DVD format
    assumefps(25) #speedup to PAL
    Image Attached Files
    Last edited by Sharc; 8th Nov 2021 at 11:29.
    Quote Quote  
  4. Member Skiller's Avatar
    Join Date
    Oct 2013
    Location
    Germany
    Search PM
    What is your intended playback format? A new, fixed DVD or MKV/MP4?
    Quote Quote  
  5. Originally Posted by skiller View Post
    what is your intended playback format? A new, fixed dvd or mkv/mp4?
    mkv
    Quote Quote  
  6. There's so little movement it's hard to tell, but I think it's field blended. Why it's not easy to de-interlace, I'm not sure. Maybe the re-encoding did something, but it's a job for QTGMC.

    Square pixels:

    Code:
    QTGMC()
    SRestore(frate=25)
    CropResize(0,0, 6,62,-6,-64, InDAR=15.0/11.0, ResizeWO=true)
    Square pixels, height resized:

    Code:
    QTGMC()
    SRestore(frate=25)
    CropResize(708,0, 6,62,-6,-64, InDAR=15.0/11.0)
    PAL DVD:

    Code:
    QTGMC()
    SRestore(frate=25)
    CropResize(704,576, 6,62,-6,-64, InDAR=15.0/11.0, OutDAR=4.0/3.0, Borders=true)
    CropResize(720,576, InDAR=4.0/3.0, NoResize=true, Borders=true)
    Image Attached Files
    Last edited by hello_hello; 8th Nov 2021 at 20:56.
    Quote Quote  
  7. mpeg4 video is not PAL DVD. The OP was not clear what he really wanted though .....
    Last edited by Sharc; 8th Nov 2021 at 13:33.
    Quote Quote  
  8. Yeah, it was just meant to be a resolution example.

    Edit: Although thinking about it, even though it means upscaling a bit more, for a DVD a 16:9 DAR would make more sense for this one.
    Not that it matters if JAX75 wants an MKV.

    Code:
    QTGMC()
    SRestore(frate=25)
    CropResize(720,576, 6,62,-6,-64, InDAR=15.0/11.0, OutDAR=16.0/9.0, Borders=true)
    Image Attached Files
    Last edited by hello_hello; 8th Nov 2021 at 23:38.
    Quote Quote  



Similar Threads

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