I have some low light footage which needs noise removal, color correction, and stabilization. I'm using Vegas for the noise and color correction, and After Effects for stabilization. Would it be better to do the stabilization before or after the other two operations?
Personally, I'd do the stabilisation before noise reduction. Most de-noise algorithms look for moving, seemingly random pixels and apply temporal smoothing, so if your footage is jumping up and down that will make it much harder for the software to determine what is and what isn't noise.
The simplest AVISynth script for denoise is this one:
#This is the "ultimate everyday" script as of the date this was last saved.
#Serve YUY2 from Vegas and convert back to RGB32 in this script if going into Mainconcept MPEG encoder.
#Check the RGB 16-235 box in the Mainconcept encoder.
Good point Stuart. It also occurred to me that it is much more likely that I would have to redo color correction or noise reduction, than it is the stabilization. So from this standpoint also, it is better to stabilize first.