SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
APPLE FINAL CUT PRO:
Home
Final Cut Forum
Final Cut Tutorials
Final Cut Server
Basics Forum
Training
Podcast
FAQ
Re: NFS capture with FCP 6
Cow Forums
:
Apple Final Cut Pro
FAQ
•
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: NFS capture with FCP 6
by
Anthony Paremal
on May 15, 2008 at 7:06:52 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
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
NFS capture with FCP 6
by Anthony Paremal on Feb 14, 2008 at 1:18:19 pm
Re: NFS capture with FCP 6
by Jerry Hofmann on Feb 14, 2008 at 2:12:08 pm
Re: NFS capture with FCP 6
by Anthony Paremal on Feb 14, 2008 at 3:14:42 pm
Re: NFS capture with FCP 6
by Kevin Monahan on Feb 14, 2008 at 7:41:24 pm
Re: NFS capture with FCP 6
by Michael Hancock on Feb 14, 2008 at 11:01:22 pm
Re: NFS capture with FCP 6
by Jack McGee on Feb 14, 2008 at 10:41:45 pm
Re: NFS capture with FCP 6
by Louis Mustill on Feb 18, 2008 at 12:17:13 pm
Re: NFS capture with FCP 6
by Anthony Paremal on Feb 18, 2008 at 1:48:11 pm
Re: NFS capture with FCP 6
by Shai Harmelin on Apr 1, 2008 at 7:47:03 am
Re: NFS capture with FCP 6
by Anthony Paremal on Apr 1, 2008 at 11:53:26 am
Re: NFS capture with FCP 6
by Anthony Paremal on May 15, 2008 at 7:06:52 pm
Related Threads:
Captured video not playing in Final Cut Pro
|
Capture Question
|
nikon d90 capture limitation
|
Problem to capture image from SONY GV-HD700
|
Log & Capture won't appear
|
Routing my Capture Device and Scratch Disk through a Firewire Hub
|
Is it possible to capture video in fcp with hard drive camera?
|
Can I convert frame rate on captured footage?
|
Problem with timecodes of re-captured footage
|
Synched sound after log and capture
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]