AForge has video import features and wraps around DirectShow, it then exposes video as a sequence of System.Drawing.Bitmap frames for processing; but as for saving you'll have to dump each bitmap to disk and then re-encode using separate software.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
AForge has video import features and wraps around DirectShow, it then exposes video as a sequence of System.Drawing.Bitmap frames for processing; but as for saving you'll have to dump each bitmap to disk and then re-encode using separate software.