Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple Final Cut Pro Legacy NFS capture with FCP 6

  • NFS capture with FCP 6

    Posted by Anthony Paremal on February 14, 2008 at 1:18 pm

    Hi,

    Currently we are using two intel Mac Pros, one G5 and one G4. All are connected using gigabit ethernet.

    The gigabit switch is Linksys 24 port model with web control.

    The video server is Gentoo Linux with NFS Version 3.

    So far all is working great. We are using NFS version 3 over UDP.

    The video captured are DVC Pro 50 and normal DV. We did some simple test with DVC Pro HD and it seems to work and need to do more testing with DVC Pro HD.

    We are capturing and editing directly into/from the linux server using NFS over UDP.

    Here comes the real question.

    We noticed that on OS X 10.4 and FCP 6, the video files on the server are broken into 2Gb files.

    On OS X 10.3 and FCP 4.5, the video files are larger than 2Gb. There seems to be no limit. On both the tests, the server is the same linux server running NFS version 3.

    We than took a 5Gb video file and dragged it to the nfs server . The file stayed as one file of 5Gb. This test was done on Mac OS X version 10.3 and 10.4.

    Wanted to know if anyone eles is encountering the same behaviour?

    It seems that FCP 6 is causing this. I do not think the os is the issue. FCP 4.5 does not break the file into smaller files.

    In both the FCP preference the file size limit is not ticked.

    What do you all think? Any suggestions?

    P.V.Anthony

    Anthony Paremal replied 18 years ago 7 Members · 10 Replies
  • 10 Replies
  • Jerry Hofmann

    February 14, 2008 at 2:12 pm

    Trash FCP’s Preferences for starters… might be the problem?

    Jerry

    Apple Certified Trainer

    Author: “Jerry Hofmann on Final Cut Pro 4” Click here

    Dual 2 gig G5, AJA Kona SD, AJA Kona 2, Huge Systems Array UL3D

  • Anthony Paremal

    February 14, 2008 at 3:14 pm

    Thank you for replying.

    Tried trashing the preferences but still the same problem.

    This only happens with FCP 6. FCP 4.5 it is ok.

    P.V.Anthony

  • Kevin Monahan

    February 14, 2008 at 7:41 pm

    In the Windows realm, there is a 2GB limit to QT files. Not sure why it works in 4.5, perhaps a fluke?

    The only way multiple FCP stations are supposed to work is via Xsan. Have you tried that? Everything else is not supported. Amazing that you’ve got works so far, even with its limitations.

    Kevin Monahan
    Take My FCP Master’s Workshop!
    fcpworld.com
    Pres. SF Cutters

  • Jack Mcgee

    February 14, 2008 at 10:41 pm

    I don’t the particular answer to your problem, but maybe related to ours. We drop self contained quicktime movies onto a networked (windows) Cleaner machine. We cannot make Final Cut Pro render the file across the network. It’s been awhile, but I think it was file size related. However, we can create the self contained movie on the mac and copy it to the networked drive just fine.

  • Michael Hancock

    February 14, 2008 at 11:01 pm

    [Kevin Monahan] “In the Windows realm, there is a 2GB limit to QT files.”

    Actually, that’s wrong. There’s a 2GB limit to FAT-32 formatted drives, which is the only drive formatting that can be seen by both Windows and the Mac OS without additional software. It’s a limitation of the drive formatting, not Windows. I’ve rendered out 40 and 50GB quicktime files from After Effects on our Windows machines, but the drives were formatted to NTFS. You’d need Macdrive or a similar program to use these drives on a Mac.

    Michael.

  • Louis Mustill

    February 18, 2008 at 12:17 pm

    Maybe you’ve already tried this!

    go to the final cut menu > System Settings > check the section marked “Limit Capture/Export File Segment Size To”, this defaults to 2000MB.

    Hope that helps

    Cheers
    Louis

  • Anthony Paremal

    February 18, 2008 at 1:48 pm

    Tried setting it to 10Gb and still the files are 2GB.

    🙁

    P.V.Anthony

  • Shai Harmelin

    April 1, 2008 at 7:47 am

    Hi,

    I’m seeing the same behavior on other NFS servers: FreeBSD 6 and Solaris 9. Interestingly when I use an Xserver 10.4.9 as the NFS server the capture does not get split into 2GB files. The only difference I can tell is in the NFS server FSINFO response in which the max file size is set to ‘FFFF FFFF FFFF FFFF’ (all ‘1’s). All other NFS servers max file size is 4TB. Maybe there’s some unspoken agreement between Max clients and servers to not split files if the NFS max file size is set to all ‘1’s but that is purely a shot in the dark.

    If you find a solution or have a different theory please let me know.

    sharmelin@isilon.com
    Shai Harmelin
    Isilon Systems

  • Anthony Paremal

    April 1, 2008 at 11:53 am

    Thanks for the info.

    Do you know how to set the FSINFO on a linux?

    Is it done in the source code? I can recompile.

    P.V.Anthony

  • Anthony Paremal

    May 15, 2008 at 7:06 pm

    Just in case someone needs to know this information. Please note that I am not a
    programmer. I am just hacking away.

    Most of the credit for the hack goes to the person in the forum mentioned above
    for finding the Mac NFS behavior.

    The changes done seem to work well. I am dissapointed that Apple make changes to
    NFS to a point that we have to use an Apple NFS. I thought that NFS is open.
    Anyway this problem only happens from with in the video editing application,
    Final Cut Pro, an Apple product. I hope someday a good video editing application
    comes to Linux. I am willing to pay for Linux video editing application. It must
    be good that is.

    Anyway here is the patch done.

    ——————- start ——————————

    pv at videoserver2 ~ $ diff -ruN
    /usr/src/linux-2.6.22-gentoo-r8/fs/nfsd/nfs3proc.c.org
    /usr/src/linux-2.6.22-gentoo-r8/fs/nfsd/nfs3proc.c
    — /usr/src/linux-2.6.22-gentoo-r8/fs/nfsd/nfs3proc.c.org 2008-05-09
    13:07:19.000000000 +0800
    +++ /usr/src/linux-2.6.22-gentoo-r8/fs/nfsd/nfs3proc.c 2008-05-13
    23:54:56.000000000 +0800
    @@ -555,7 +555,7 @@
    resp->f_wtpref = max_blocksize;
    resp->f_wtmult = PAGE_SIZE;
    resp->f_dtpref = PAGE_SIZE;
    – resp->f_maxfilesize = ~(u32) 0;
    + resp->f_maxfilesize = 0xffffffffffffffff;
    resp->f_properties = NFS3_FSF_DEFAULT;

    nfserr = fh_verify(rqstp, &argp->fh, 0, MAY_NOP);
    @@ -570,7 +570,7 @@
    if (sb->s_magic == 0x4d44 /* MSDOS_SUPER_MAGIC */) {
    resp->f_properties = NFS3_FSF_BILLYBOY;
    }
    – resp->f_maxfilesize = sb->s_maxbytes;
    + resp->f_maxfilesize = 0xffffffffffffffff;
    }

    fh_put(&argp->fh);

    —————- end ————————————————-

    P.V.Anthony

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