DV500 with Dual Processors
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
I am running a 2.8ghz p4 and i edit with Avisynth. It is pretty fast IMO. I can watch an avs file in real time with some filters on also. The only problem i have is when i am editing with a lot of scripts but that issue came up in the mailing list and the solution was to put this before any commands (just put it at the top of the file):
SetMemoryMax(16)
I havn't tested it much though. damn i really need to start editing again
Pwolf
SetMemoryMax(16)
I havn't tested it much though. damn i really need to start editing again
Pwolf
- ErMaC
- The Man who puts the "E" in READFAG
- Joined: Sat Feb 24, 2001 4:39 pm
- Location: Irvine, CA
- Contact:
The DV500 will accellerate the video creation process even when using AVS files... here's how:
The DV500's onboard DV encoder hooks into the codec is uses to compress, and so basically all DV compression is hardware assisted. So when I drop an AVS file onto the timeline and hit render, the card's doing the compression work - my CPU's doing the decoding from AVISynth work, though.
As for your question about dual processor... because the encode and decode threads are separate, and sometimes when you have multiple layers you're decoding two threads at once, so the whole thing can take decent advantage of multiprocessor.
But honestly you won't see that much of a speed increase from JUST SMP unless you're using SMP-enabled AVS filters, doing at least 2 layers at all times, or doing your final render to something that isn't DV.
however, moving from a 1GHz machine to a 2000+ might provide enough of a speed increase right there to make it worth your while.
The DV500's onboard DV encoder hooks into the codec is uses to compress, and so basically all DV compression is hardware assisted. So when I drop an AVS file onto the timeline and hit render, the card's doing the compression work - my CPU's doing the decoding from AVISynth work, though.
As for your question about dual processor... because the encode and decode threads are separate, and sometimes when you have multiple layers you're decoding two threads at once, so the whole thing can take decent advantage of multiprocessor.
But honestly you won't see that much of a speed increase from JUST SMP unless you're using SMP-enabled AVS filters, doing at least 2 layers at all times, or doing your final render to something that isn't DV.
however, moving from a 1GHz machine to a 2000+ might provide enough of a speed increase right there to make it worth your while.
- TokyoU15
- Joined: Mon Feb 05, 2001 9:35 pm
- Contact:
thank you for the clarification ErMaC, I appreciate it.
<a href="http://www.senpaiproductions.net">
</a>
<a href="http://www.animemusicvideos.org/members ... =326">View My Profile</a>
The Thrill of The Kill Is Alive and Well!
</a><a href="http://www.animemusicvideos.org/members ... =326">View My Profile</a>
The Thrill of The Kill Is Alive and Well!
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
- FurryCurry
- Joined: Sun Jul 14, 2002 8:41 pm
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
- TokyoU15
- Joined: Mon Feb 05, 2001 9:35 pm
- Contact:
Then why are you asking a question already answered?
I think you missunderstood Ermac. All the card will do is handle the rendering, but your CPU is decoding avisynth to work.
It doesn't really speed up the decoding of AVISynth, it just handles the compression (rendering) of your files in premiere while your CPU feeds it the working avs file (running through avisynth).
If I'm mistaken, please correct me.
I think you missunderstood Ermac. All the card will do is handle the rendering, but your CPU is decoding avisynth to work.
It doesn't really speed up the decoding of AVISynth, it just handles the compression (rendering) of your files in premiere while your CPU feeds it the working avs file (running through avisynth).
If I'm mistaken, please correct me.
<a href="http://www.senpaiproductions.net">
</a>
<a href="http://www.animemusicvideos.org/members ... =326">View My Profile</a>
The Thrill of The Kill Is Alive and Well!
</a><a href="http://www.animemusicvideos.org/members ... =326">View My Profile</a>
The Thrill of The Kill Is Alive and Well!
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
NO
Let me put it into term's you'll understand.
Say you lay down a bunch of AVISynth clips on the timeline, just straight cuts, no effects or transitions. Then you hit Enter to Preview the render. The DV500 will render the preview in DV, and the decoding of the AVS files is done by the CPU. The DV500 will only assist in rendering previews / final exports to DV.
Let me put it into term's you'll understand.
Say you lay down a bunch of AVISynth clips on the timeline, just straight cuts, no effects or transitions. Then you hit Enter to Preview the render. The DV500 will render the preview in DV, and the decoding of the AVS files is done by the CPU. The DV500 will only assist in rendering previews / final exports to DV.
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:


