VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Hi. I'm having trouble making my mind up if this is a true case of 'motion every two fields'. I've applied assumetff and assumebff but some of the frames seem very 'wavy'. I'd be obliged to anyone willing to have a look and tell me what needs to be in my avisynth script. Thanks!
    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Quite clearly telecine (3:2 pulldown from film to NTSC). Use an IVTC plugin, e.g. TIVTC.
    Quote Quote  
  3. Vielen Dank.
    Would you include .tdecimate() after tfm(order=-1)?
    Last edited by pooksahib; 4th Aug 2021 at 08:13.
    Quote Quote  
  4. Member Skiller's Avatar
    Join Date
    Oct 2013
    Location
    Germany
    Search PM
    Since TFM only matches the fields (does not delete the duplicates), TDecimate afterwards is vital for 23.976 fps output.
    Quote Quote  
  5. Danke, Skiller. But the VOB's are 29.970 fps - does that matter?
    Quote Quote  
  6. Originally Posted by pooksahib View Post
    Danke, Skiller. But the VOB's are 29.970 fps - does that matter?
    That's exactly what it should be for telecined film. After inverse Telecining (TFM() + TDecimate()) you will end up with 23.976 fps progressive frames.
    Quote Quote  
  7. users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  8. OK, I think I'm getting it... Many thanks, guys.
    Quote Quote  
  9. Hello again. I've re-scripted this DVD to include "tfm(order=-1).tdecimate()". The trouble is, I can't edit the movie because the script seems to be ignoring my instructions regarding frame numbers. For example, my request for "trim(87888,90000)" gave me a clip beginning with frame 109860(!)

    Does anyone recognise this problem and can tell me how to fix it? I'm using MeGUI. Thank you.
    Quote Quote  
  10. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    That's correct. IVTC removes every 5th frame in the average, the resulting clip will contain only 4/5 of the original frames. After restoring the originally progressive movie, the former frame 109860 will appear at frame 109860*4/5 = 87888 because 21976 frames have been discarded before already.

    To cut in respect of IVTC, you will have to count frames as they appear after TDecimate(), and you should apply the Trim() after it because cutting multiple times may confuse the field pattern and disturb the IVTC process when applied before TFM().


    PS: It may even work to enable IVTC in DGDecode / MPEG2Source by selecting the matching option in DGIndex.exe so you may even omit TIVTC when it works this way. But never forget to set this option back for the next project...
    Quote Quote  
  11. OK, thanks for that. Problem solved, though. I was editing by looking at the frame numbers indicated by 'showframenumber()' but now I see that MeGUI's preview shows the true frame number. And by calling showframenumber AFTER tfm, everything's back to normal.
    Last edited by pooksahib; 8th Aug 2021 at 06:37.
    Quote Quote  



Similar Threads

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