Target is to add noize to every frame of mpeg4 video. Algo is a simply color modification for every pixel in frame for example. So the question is how to solve it using .net (C#)? The program needed to read frame frame from input file, modify it and save to output file (for every frame of videofile). Possible exists some free libraries for mpeg-4 modification?
Regards!