Darth Mallwalker said:
Well I'm sorry to be 'that guy' again
Yeah I'd rather have known before I release it again. Thanks for the help! I was about ready to fix everything and start encoding but I guess it can wait a few more days lol.
I was using selectevery and manually throwing out the frames but moth3r showed me this:
dw=avisource().assumetff().doubleweave()
a = dw.Pulldown(0, 2).Subtitle("0, 2")
b = dw.Pulldown(1, 3).Subtitle("1, 3")
c = dw.Pulldown(2, 4).Subtitle("2, 4")
d = dw.Pulldown(0 ,3).Subtitle("0 ,3")
e = dw.Pulldown(1, 4).Subtitle("1, 4")
show=ShowFiveVersions(a, b, c, d, e)return(show)
I found it to be quicker and easier to spot which pulldown to use with the showfiveversions filter. I imagine the same thing could be implemented with the selectevery method also. Are there any benefits or drawbacks to using either method?
EDIT: I'm really hoping you guys don't find so much wrong with ESB or ROTJ lol.