Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple Final Cut Pro Legacy 29.97 footage in 23.98 sequence – solution?

  • 29.97 footage in 23.98 sequence – solution?

    Posted by Jeffrey Mcmahon on May 7, 2009 at 2:38 am

    Okay, here’s my situation:

    I’m cutting a feature documentary project that was shot at 23.98pA on a DVX100. It was then digitized and cutting begun in 23.98 sequences, but with the problem that certain tapes (about 10 hours worth, out of 300) would, in part or full, default to digitizing in 29.97 format. I assume this is due to breaks in the source time code which confused the Advanced Pulldown Removal function.

    I’ve tried to recapture the footage into 23.98 format with some luck, but certain clips and tapes refuse to be captured as anything other than 29.97

    My question is, what’s the best way to proceed? Is it easier to edit the entire project in 23.98 and then resolve the shots that remain in 29.97 when we reach the online? I’ve never worked with Cinema Tools before but does that provide an easy way to convert my problem footage? Or is it safest to dub this footage over to a new clean master?

    Any help will be greatly appreciated and please ask for further info if I’m not clear.

    Keith Rivers replied 17 years ago 3 Members · 4 Replies
  • 4 Replies
  • John Pale

    May 7, 2009 at 3:56 am

    You can remove the pulldown using both Cinema Tools or within FCP 6 itself. You should do this before you begin editing.

    From the FCP manual (page 426)…

    To remove 2:3:3:2 advanced pull-down from your media files after capture:
    m Select the 29.97 fps clips in the Browser, then choose Tools > Remove Advanced Pull-down.
    Your media files will remain the same size, but they will be set to play back at 23.98 fps.
    If no advanced pull-down flags are detected, the media file remains at 29.97 fps.

    The Cinema Tools Manual (help menu) has lots of info on this beginning on page 211.

    If the pulldown flags are not present, you might want to try using Compressor to convert them to 23.98. Hopefully it won’t come to that.

  • Jeffrey Mcmahon

    May 7, 2009 at 7:04 pm

    Thanks to both of you for your pointers. Here’s the update:

    When I use the Remove Advanced Pull-Down feature in FCP, I either get an error message (“File does not contain frames encoded using Advanced Pulldown”) or I get clips with ugly-looking interlaced frame-blending.

    Likewise, I tried Reverse Telecine in Cinema Tools, attempting a variety of different cadences, and every time got ugly interlaced images.

    Capturing individual shots within my problematic footage worked on a couple of tapes, but not all. On several tapes, no matter how small of a clip I captured, the footage persisted in coming in as 29.97 when digitizing using the 29.97 Advanced Pulldown tool.

    So my next question is, assuming that I’m combining 29.97 footage into my 23.98 project for the offline edit, how difficult is it going to be to resolve this problem in the online stage?

  • Jeffrey Mcmahon

    May 8, 2009 at 5:18 pm

    Like I said, it was shot at 23.98pA and thanks to a variety of time code breaks and tape glitches, certain pieces of footage will not digitize properly using Advanced Pulldown Removal. I’m talking about things like a five minute chunk of 29.97 footage in the middle of a tape that’s otherwise in 23.98, or 3 minutes at the end of the tape, etc.

    I did have some luck with a stretch of footage by digitizing it directly at 23.98 instead of at 29.97 using advanced pulldown removal. However, that only worked for a few minutes of footage and then the cadence shifted resulting in several minutes of unusable frame-blended shots.

    Anyway, I need further information. I am obviously not intending to ‘just hope for the best’, I’m asking what tools are usable in an online setting to fix clips such as these that are stubbornly refusing to behave according to the tools that I’ve tried already. My current strategy is to continue until the film is closer to being finished (say, cut down to a 4-hour version) by which point there will be only, say, half an hour of problematic material instead of my current 8 hours.

  • Keith Rivers

    May 11, 2009 at 4:31 am

    If you can get onto a PC try using Virtual Dub V 1.8.6 or 1.8.8 (they’re free) open up your mov file with Avisynth (.avsp)

    They have a tfm() code (tritical field matcher) which does a hell of a job removing interlacing. Then you have to decimate to drop that one duplicate frame for every 5 frames.

    Here’s the code I use:

    tfm(mode=0,display=false,mi=80)

    tdecimate()

    or if you want to get fancy:

    tfm(mode=0,display=false,cthresh=2,blockx=8,blocky=8,mi=16)

    tdecimate()

    avisynth.org or doom.net can show you more than the creative cow forums on this.

    Good luck!

    keith
    youtube.com/krfilms

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