Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects No interlacing to remove- so how do i change 29.97 to 24? (duplicate frames must go!)

  • No interlacing to remove- so how do i change 29.97 to 24? (duplicate frames must go!)

    Posted by Rich Ramazinski on June 2, 2005 at 10:53 pm

    I have here some film footage (aka 24 fps)that has been digitally transfered to 29.97 before it got to me. One of my tasks is to change it back to 24 fps on my output.

    Now I am used to receiving footage that has been interlaced with a 2:3 pulldown, and know how to remove that.

    This footage, however, has no evidence of interlacing. However, there are repeating frames throughout it.

    How do I get rid of those frames accurately?

    r

    Rich Ramazinski replied 20 years, 11 months ago 3 Members · 3 Replies
  • 3 Replies
  • N. Row

    June 2, 2005 at 11:05 pm

    Can’t be certain, but it may be possible you received a single field export from, say an Avid, therefore removing pulldown on such low-res footage will be difficult or impossible.

    If I’m right, you should ask the folks who gave you the footage to re-digitze it with a 2 field resolution so you may remove the pulldown.

    Or…
    The fields may have been merged somewhere else in the process.

    If you are currently doing prelim animations, you could either just use your best guess at pulldown removal, or use the “Posterize Time” plug-in to force the footage to 24fps. Doing that will create motion artifacting however.

    Hope this helps.

  • Bill Clotz

    June 3, 2005 at 2:34 am

    If you are working on a windows machine, you can easily remove the duplicate frames with AviSynth and the Decomb plugin.

    This simple 2-line script would turn your 29.97fps footage to 23.976fps by removing the duplicate frames:
    AviSource(“filename_here.avi”)
    Decimate()

    If you need 24fps rather than 23.976 (23.976 is what DVD uses), then you can add the line:
    ChangeFPS(24)

    AviSynth: https://avisynth.org/
    Decomb plugin: https://neuron2.net/decomb/decombnew.html

  • Rich Ramazinski

    June 6, 2005 at 7:19 pm

    Never messed around with AviSynth- will try it out.

    Thanks for the replies!

    R

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy