Hi i have to play a video which is not black and white.i need to play it as black and white in iphone .can we do this.if yes then how to do ???
+1
A:
Unfortunatly, doesnt seem that the MPMoviePlayerController gives you the ability to adjust such a feature, so i would say it is not possible right now with the build in movie player.
Daniel
2009-09-04 15:03:30
A:
Using the right blend mode, and painting a white rectangle (or is it black) on top of the view with the video, may accomplish what you want.
mahboudz
2009-09-04 19:23:07
i added a view on to the movie player view and in drawrect method i am setting CGBlendMode to kCGBlendModeHardLight,and tried some other combnation but still not able to get black and white movie
AlexanderDeep
2009-09-05 08:10:24
Try it with just an image instead of a movie, just to make sure you got it right.
mahboudz
2009-09-05 11:45:00