Accessing & Manipulating video frames from .mp4 file in Windows Phone 7 app
问题 As you may know, when you record a video on a windows phone, it is saved as a .mp4. I want to be able to access the video file (even if it's only stored in isolated storage for the app), and manipulate the pixel values for each frame. I can't find anything that allows me to load a .mp4 into an app, then access the frames. I want to be able to save the manipulated video as .mp4 file as well, or be able to share it. Has anyone figured out a good set of steps to do this? My guess was to first