VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Using Avisynth. See the attached clip. Are there some special parameters for TFM for such cases?
    Image Attached Files
    Quote Quote  
  2. What's wrong with TFM().TDecimate() ? From a quick glance, it looks fine to me.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by Selur View Post
    What's wrong with TFM().TDecimate() ? From a quick glance, it looks fine to me.
    Maybe it's skipping good frames from the interlaced scenes?
    Quote Quote  
  4. Doesn't look interlaced, looks telecined to me,..
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  5. It's mostly 24p with pulldown. But there are some 30p sequences -- the drummer at about the 10 second mark.
    Quote Quote  
  6. So your options are:
    a. go for 23.976
    b. go for 30p
    c. go for vfr
    d. keep it interlaced
    your choice.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  7. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by Selur View Post
    So your options are:
    a. go for 23.976
    b. go for 30p
    c. go for vfr
    d. keep it interlaced
    your choice.
    I think I'm gonna use option a. What's better between:
    Code:
    QTGMC(Preset="Slow", FPSDivisor=1)
    TDecimate(mode=7)
    or

    Code:
    TFM(slow=2, pp=7, clip2=QTGMC(fpsdivisor=2))
    TDecimate()
    ?
    Quote Quote  
  8. Or go for 60p which will look the same (in terms of smoothness) as playing the original mixed rate MPEG video on a 60p display.
    Quote Quote  
  9. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by jagabo View Post
    Or go for 60p which will look the same (in terms of smoothness) as playing the original mixed rate MPEG video on a 60p display.
    In this case QTGMC generates lots of duplicate frames (actually very similar but not 100% identical)
    Quote Quote  
  10. Originally Posted by elektro View Post
    In this case QTGMC generates lots of duplicate frames
    Of course it does. Just like a 60p TV would do with the source.
    Quote Quote  
  11. You could also go for 60p and replace the duplicates with interpolated frames using FillDrops or similar.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

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