Page 1 of 1

Time remap expression for pulldown

Posted: January 26th, 2008, 5:18 pm
by Disciple
Hello

I'm working on a deadline on a project that has a weird pulldown scheme that AE can't seem to detect. Would anybody have a remove pulldown expression handy that I could apply to my time-remap?

Thanks
Alex

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 7:47 am
by Dan Ebberts
Sounds like an interesting challenge. What's the pattern of the pulldown?

Dan

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 9:27 am
by Disciple
It isn't uniform....I've got a couple of 60fps footage that was originally shot on film, digitized and then slowed down. They are now in HD, so no fields. It goes from
111211122111222112
to
12112122

and all flavors in between..I guess depending on how much the footage was slowed down. So pulldown is probably not the right word here, maybe rather intermediate frames?

Alex

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 9:36 am
by Dan Ebberts
Yikes. I'd like to help but I don't know how you could auto-detect something like that.

Dan

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 12:24 pm
by lloydalvarez
Hey Alex,

Do you have fields or duplicate frames? If you have duplicate frames what I did to solve it on a recent job was this:

Take the 59.94 footage with duplicate frames and put it in a new 23.976 (also try 23.98 if the first doesnt work) and you should have your original 24 fps footage without duplicate frames.

If you need to have 59.94 footage without duplicate frames then you'll need twixtor to create new inbetween frames for you. To do this turn on the "Preserve Frame Rate" option in the comp settings and drop this comp into a new 59.94 comp. Add twixtor and set the frame rate (in twixtor) to 23.976 (or 23.98) and you should have a 59.94 clip without any duplicate frames.

Of course this is assuming that the footage has not been retimed in any other way.

Hope helps (and makes sense!)

-Lloyd

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 12:42 pm
by Disciple
Yeah, the problem is that there seems to be some re-timing done in the footage...That is why the duplicate frames are not consistent clip to clip...
The reason I asked was because I am rotoscoping these clips and the duplicate frames just mean duplicate mask kf's. If I could get rid of them procedurally, I would be saving myself some time.

Alex

Re: Time remap expression for pulldown

Posted: January 28th, 2008, 1:18 pm
by lloydalvarez
I see. Well I had to solve this problem with my edit detector script so maybe I can modify it to remove duplicate frames instead of marking edits.. Let me look into it and I'll be back in touch..

-Lloyd

Re: Time remap expression for pulldown

Posted: February 7th, 2008, 12:17 pm
by lloydalvarez
You can get the Remove Duplicate Frames script from my blog:

http://aescripts.com/2008/02/05/duplica ... e-remover/

-Lloyd

Re: Time remap expression for pulldown

Posted: February 7th, 2008, 3:21 pm
by nab
For some reason I've always thought timeRemapEnabled was read-only.
I've checked on previous versions of the scripting guide and this attribute is actually read-write from the beginning of AE scripting :roll:
Thanks Lloyd.