Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. NSURL *mediaURL = ...
  2. AVPlayer *mainPlayer = [AVPlayer alloc] init];
  3. AVPlayerItem playerItem = [[AVPlayerItem alloc] initWithURL:mediaUrl];
  4. [mainPlayer replaceCurrentItemWithPlayerItem:playerItem];
  5.  
  6.  
  7. GPUImageMovie *currentMovieFile = [[GPUImageMovie alloc] initWithPlayerItem:playerItem];
  8. [currentMovieFile addTarget:...];
  9. [currentMovieFile startProcessing];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement