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 ?
+ Reply to Thread
Results 1 to 8 of 8
-
Last edited by JAX75; 8th Nov 2021 at 10:01.
-
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.
-
Try
Code:TFM().tdecimate() #inverse telecine, gives 23.976fps progressive vinverse() #removes residual combing spline36resize(720,576) #DVD format assumefps(25) #speedup to PAL
Last edited by Sharc; 8th Nov 2021 at 11:29.
-
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)
Code:QTGMC() SRestore(frate=25) CropResize(708,0, 6,62,-6,-64, InDAR=15.0/11.0)
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)
Last edited by hello_hello; 8th Nov 2021 at 20:56.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
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.
-
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)
Last edited by hello_hello; 8th Nov 2021 at 23:38.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview)
Similar Threads
-
Converting NTSC->PAL Interlaced DVD Back To NTSC 24FPS???
By SegaSonic91 in forum DVD RippingReplies: 7Last Post: 2nd Oct 2020, 23:55 -
PAL to NTSC
By andy jackson in forum Newbie / General discussionsReplies: 2Last Post: 15th Aug 2018, 15:53 -
PAL to NTSC - how to do this?
By pcapone in forum Authoring (DVD)Replies: 29Last Post: 25th Jun 2018, 17:15 -
fps-conversion: PAL-> NTSC-DVD back!! to PAL (h264/mkv)
By derSimon in forum Video ConversionReplies: 20Last Post: 17th Jan 2018, 08:22 -
Is it true all PAL VCRs can play NTSC, PAL, SECAM tapes?
By digicube in forum Capturing and VCRReplies: 26Last Post: 16th Sep 2017, 10:20