Rendering question for you experts out there

JodoKast wrote on 2/19/2004, 4:52 PM
I'm currently using VF2. My project consists of footage taken from 2 sources. I've placed one on each video track, and just split and adjust the opacity on the overlay track when necessary so that the track I want to see is visible. My question is will this cause my render times to be longer than if I just completely cut the video out where I don't want it instead of adjusting the opacity? I'm thinking it might since I'm technically rendering two video streams instead of one, but I'm not really sure. Thanks for the help.

Comments

JodoKast wrote on 2/25/2004, 7:32 AM
Bump.
djcc wrote on 2/25/2004, 8:24 AM
I've never tried a side by side comparison.... perhaps you could do a test trying it both ways.
JohnnyRoy wrote on 2/26/2004, 4:52 AM
I would imagine that since no one answered your post that no one knows. This is a fairly simple test to do and you could have answered this yourself. Since you didn’t, I ran a test and found that it is indeed *much* slower to use video with opacity of zero. Here’s what I did:

Stack two video clips on two tracks, one above the other, at 100% opacity and render one minute of NTSC DV avi. Took 00:00:26. Now set the opacity of the top track to zero (0%) and render again. This time it took: 00:01:53 !!! (That's on my Pentium 4 3.0Ghz PC, your PC may be slower of faster)

That’s a 4X hit in performance! So I would strongly suggest that you should cut out the video you don’t want instead of setting the opacity to zero. You should see a significant performance improvement when rendering.

~jr
IanG wrote on 2/26/2004, 10:13 AM
I've just tried repeating ~jr's experiment on a 933 Mhz PIII - it produced a 10x difference in render time! I'd expect some difference, but not that much - is the P4 inherently better for video production (ignoring the clock speed)?

Ian G.
JohnnyRoy wrote on 2/26/2004, 4:55 PM
I don’t think know the answer but I suspect it has more to do with the fact that your P3 @993Mhz is one-third the speed of the P4 @3000MHz rather than the difference between the P3 and P4 itself. If performance was linear because it’s just compute intensive, you would expect it to take 3x longer than the 3.0Ghz at 4x, which would be 12x (3 x 4) so 10x isn’t bad. I know that doesn’t make you feel better but it is logical. ;-)

Don’t forget, rending DV AVI to DV AVI is not compute intentive at all because it’s just a disk copy from source to target so you’re measuring disk i/o at that point.

~jr
IanG wrote on 2/27/2004, 4:14 AM
~jr, that makes sense - thanks! You're right, I'd forgotton that one of the renders isn't cpu limited.

Ian G.