Taken from one of my projects, just adjust it to fit your needs:
NSURL *movieUrl = [NSURL fileURLWithPath:moviePath]; MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:movieUrl]; player.view.frame = CGRectMake(0, 0, 690, 370);
source share