Forum Replies Created

  • Anthony Paremal

    September 10, 2009 at 4:34 pm in reply to: HDW-D1800 setting for Dolby E

    Yes got is solved.

    The main problem was the setting for the external ref. I set it to HD when it should be SD. This is even when doing a HD job because the extrenal ref is in SD.

    Here is what was done in detail.

    https://www.mindmedia.com.sg/about/wiki/wiki/dolby-e-setting-on-sony-hdw-d1800

    P.V.Anthony

  • Anthony Paremal

    May 15, 2008 at 7:06 pm in reply to: NFS capture with FCP 6

    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

  • Anthony Paremal

    April 1, 2008 at 11:53 am in reply to: NFS capture with FCP 6

    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

    February 18, 2008 at 1:48 pm in reply to: NFS capture with FCP 6

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

    🙁

    P.V.Anthony

  • Anthony Paremal

    February 14, 2008 at 3:14 pm in reply to: NFS capture with FCP 6

    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

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