Just make another avs file for the start-credits and use the trim(startframe,endframe) command (in analogy to what Gknot does if you save two avs files, one for the movie, one for the credits). Use bilinear resizing for the credits and encode them at a high quantizer (27-31) to squeeze them as much as possible. For ivtc, I just collected a few settings - some are from Gknot 0.26, some are from dedicated anime encoders of the doom forum :D. Those seem to be quite good for different, complicated sources: #Telecide() #Decimate(cycle=5) # or use #InverseTelecine(32,11,110) # or use #InverseTelecine(60,11,110) # or use #InverseTelecine(44,11,95) # or use #GreedyHMA(1,0,4,0,0,0,0,0) or use manual ivtc (be aware that the pattern might change throughout one episode, so it's quite hard to do...) DoubleWeave() # # plus ONE of the following (depends) # #Pulldown(0,2) #Pulldown(1,3) #Pulldown(2,4) #Pulldown(0,3) #Pulldown(1,4)