4GB, easy. The only thing I can think of that might be RAM-bound is ffdshow -- every filter you turn on requires a couple of memcpy()'s at minimum, and the operations are usually simple enough that a fast 64bit CPU won't bottleneck. Everything else is going to be limited by CPU, GPU, or disk. More RAM will help keep the disk out of play.