My question is straightforward. As we can crop images, can we crop videos?
|
I am building an iOS app for iphone, which is merely a MPMoviePlayer instance playing videos. Or I need to switch videos seamlessly, which I can't seem to be able to ... |
I was wondering whether someone has some experience using libx264 on iPhone.
How does it perform? What framerate can I expect? Will it work for simultaneous encoding & decoding (video call) or ... |
I'm looking for any way to get videos from iPod folder. I looked to AVFoundation framework, but dont see API which allows to do it?
Please help if somebody know solution for ... |
I have to fetch messages from facebook profile. I went through the FQL documentation on facebook website. I am able to fetch messages from Wall. But now I want to fetch ... |
I'm developing an application with some guys overseas.
The application allows users to record video and upload it to our server.
The application works fine:
1) when I use wifi
2) when the developers overseas ... |
I use AVCapture apis capture video from cameral, everything goes well. But now I want to encoder them in H264 format then save them to memeory. I read the apple ... |
|
I am trying to do this .I know it very simple question .
Take Video: Take Picture: Choose from Library: Everything I find has separate buttons. Kinda like in the facebook ... |
Is it possible to use the progressive download approach for playing H.264 video (live feed) on iPhone?
|
Im using MPMediaQuery to search the library on a user's iPhone/Pad. Im able to return audio tracks but im unable to return any of the videos which are on the device. ... |
I have code following lines to start multiple downloads from my application. The problem is, the NSInvocationQueue is not calling selector method, i.e. downloadMyVideos.
Can please anyone let me know, exactly what ... |
'
I am capturing video using following code
UIImagePickerController *ipc = [[UIImagePickerController alloc] init];
ipc.sourceType = UIImagePickerControllerSourceTypeCamera;
ipc.delegate = self;
//need to handle delegates methods
//
ipc.allowsEditing = YES;
ipc.videoQuality = UIImagePickerControllerQualityTypeMedium;
ipc.videoMaximumDuration = 30.0f; // 30 ...
|
I am building a paid iphone application which
- shows some premium content videos to the user.
- app loads a page from my webserver in UIWebView
- ... |
First of all, this App will not go on the AppStore and is only for some Uni-Projects.
Is it possible to send data over USB to the iPhone and do some calculations ... |
This is my CoreLocationController.h objective c class
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
#import <MapKit/MapKit.h>
extern const CLLocationAccuracy kCLLocationAccuracyBest;
@protocol CoreLocationControllerDelegate
@required
- (BOOL)startRegionMonitoring;
- (void)locationUpdate:(CLLocation *)location; // Our location updates are sent here
- (void)locationError:(NSError *)error; // Any errors are ...
|
I am working on an app that involves uploading videos to youtube. I would like to be able to identify duplicate videos before uploading so for every video i select ... |
I am trying to find a way to use the CVTime and the frame accurate seeking methods in the Core Video framework and apply them to my AVAsset media playing with ... |
In my Application I need to capture a video and Put a watermark on that video. The watermark should be Text(Time and Notes). I saw a code using "QTKit" ... |
i want to create a Video chatting application for iPhone, Is there any free/paid tool or framework available by that i can achieve my goal for iPhone.
Can any one please help ... |
I'm going to analyze the video while it is recording.
I have analyzing function to analyze the video.
But it needs the binary data of video.
What can i use?
|
This is the program that i make.
But i doesn't run good. when i open this program on iphone it immediatly turn off.
I will show my code and answer me what is ... |
I am trying to process videos in some way:
- Cut and merge videos.
- Record the screen and make the video out of that recording.
I look up on the Internet and stackoverflow as well ... |
How can we get the video which are stored in the iphone library and Can we save that in our local database in our app and then we will delete the ... |
In my viewDidLoad method I have the following lines:
NSString *path1 = [[NSBundle mainBundle] pathForResource:@"video1" ofType:@"mp4"];
NSString *path2 = [[NSBundle mainBundle] pathForResource:@"video2" ofType:@"mp4"];
...
|
i need to categorise video on the basis of date and time on which it is created.
I tried usin
ALAssetsLibraryAssetForURLResultBlock resultblock = ^(ALAsset *myasset) {
... |
I wanna pause a movie at a given time,and then an action to continue for many times.
i have try NSTimer like this:
#define Timer 0.05
#define Accuracy 0.025
pauseTimeArray = [NSArray arrayWithObjects:[NSNumber numberWithFloat:5.00],[NSNumber numberWithFloat:10.00],[NSNumber ...
|
I'd like to play a short animation/video when my web app is opened for the first time -- how would I be able to accomplish that on my iPhone?
|
Im developing an iPhone app and need to do something with video files.
I would like to strip off any metadata, then merge number of video into one video.
Then add metadata to ... |
Can I use In-App Purchase to rent a song from a my webserver, play it once, then ask the user to pay for playing it again. My doubt comes from the ... |
I don´t know how show the movie controls while the viewer loads the movie. I think that I do something in viewDidLoad method but... what? or in playMovieAtURL method??
I'm trying ... |
Can anybody give idea about whether apple accepts the Doubango (ngn_stack) for sip video call in iPhone?
|
In my app im downloading some videos using NSURLConnection. It shows two memory warnings.
Received memory warning. Level=1
...
|
I am playing one video and along with that video I want to highlight the text spoken in video.
I have done some coding as follows,
but the video plays after the sleep ... |
|
|