0
votes
0answers
8 views

GPUImage + Lot of audio noise during video recording

I am recording video using GPUImage Framework and all is done well but when playing recorded video, i am getting lots of background noise. how can i remove or reduce/remove this background noise? ...
0
votes
0answers
21 views

ios6 : Crash after launching a video

I'm designing a client-server application that sync and stores files on iOS devices. Launch of video where OK on iOS<6 but with iOS6 the app crashes and the device returns to the springboard ...
0
votes
0answers
15 views

How can I play the 2 urls on youtube one by one in iOS programmatically?

I have the 5 videos for single product.So,I stored the 5 url in array for playing on you tube on webview.When i load the url in to the youtube then automatically 5th url will be playing.How can I Play ...
0
votes
1answer
15 views

Capturing images while record button clicked in ios simultaneously

Iam using UIImagePicker to record video when i click the record button i want to capture the frame with sound and add it into one array .Please help me to accomplish the same thanks in advance .
0
votes
2answers
16 views

How would I convert a ios UIView animation to a video

How would I convert a ios UIView animation to a video? Any advice is greatly appreciated. Thanks!
0
votes
1answer
16 views

Override Native iOS Video Player done button

Hi I have an html5 video player on my UIWebView, as you may know when I click on the play button the native video player takes control, how can I override the "done" button so I can close the video ...
0
votes
0answers
12 views

Using Matrix for video display using openGL es 2.0 on ios [duplicate]

I am using shaders openGL ES 2.0 for video rendering on ios devices. Code is working fine with full screen correctly but I want to use matrices in shaders for handling aspect ratio. Could someone tell ...
0
votes
0answers
12 views

AIR for iOS fullscreen looping video strategy

For a current AIR for mobile application targeting ONLY the iPad I need to incorporate fullscreen looping video. For optimum performance can anyone suggest whether I should a) implement StageVideo ...
-1
votes
0answers
22 views

Upload video to AWS S3 through ios App

I am new to AWS.From the Sample code provided by AWS I know how to upload an image file to S3 server.But now my requirement is to upload a video file to S3 Server. Plz help as im stuck with ...
-1
votes
3answers
62 views

IOS AVPlayer won't play video

I'm trying to play a video usingso I got some code from a tutorial but it won't work. Here's the code I use : - (void) viewDidAppear:(BOOL)animated { avAsset = [AVAsset assetWithURL:[NSURL ...
0
votes
0answers
17 views

embed VideoPlayerKit in iOS app

I came upon a video player framework to replace default video player in my xcode iPhone project, ign VideoPlayerKit : https://github.com/ign/VideoPlayerKit It's looking great, I made it work, but I ...
0
votes
2answers
25 views

embed video in a view controller ios

I have a json file which includes data and between this data I have a video field. how can I embed a video object in a view controller, what shall I put in the interface builder?? I cannot find ...
1
vote
2answers
61 views

Convert UIImage to CMSampleBufferRef

I am doing video recording using AVFoundation. I have to crop the video to 320x280. I am getting the CMSampleBufferRef and converting it to UIImage using the below code. CGImageRef _cgImage = [self ...
0
votes
3answers
40 views

MPMoviePlayerViewController not playing video or displaying controls

Here's my code that should be playing a video embedded in a subview, but it only displays a still image with no controls. - (void)displayVideo:(NSURL *)videoURL { if (self.mediaPlayer) { ...
-2
votes
1answer
40 views

What is best way to stream video from server in ios [closed]

I am working on an ios application in which i have to play video from server. Please suggest me how it is possible in best efficient way. Thanks.
0
votes
1answer
18 views

get the last modified date from ALAsset (Video) iOS Video

How would I get the last modified date from ALAsset type video? I tried with: NSDate *date = [dateFormatter dateFromString:[[[[asset defaultRepresentation] metadata] objectForKey:@"{TIFF}"] ...
0
votes
0answers
7 views

AVExportSession to run in background

I am working on one application in which it requires to merge more than one videos. I am using AVExportSession to export merged video. I am also displaying progress bar for exporting video. It is ...
0
votes
0answers
13 views

imagePickerController can't pick movie

my idea is pick a movie from UIImagePickerController and upload it to web via HTTP post. At the moment i'm so far: - (BOOL) startMediaBrowserFromViewController: (UIViewController*) controller ...
0
votes
1answer
24 views

mergmp from mergext won't play videos from iTunes store

My app uses mergMP to list and play videos from the iPad library. This works fine for all videos except those downloaded from the iTunes store, which can be listed and selected but only generate a ...
1
vote
0answers
49 views

AS3/AIR/IOS recording a video on iphone and save it into native gallery directly WITHOUT native UI

I'm developing an APP on iphone using as3,flash builder. I'd like to know is this possible to record a video and save it into native gallery directly WITHOUT bump out the camera UI. 1.I've try ...
0
votes
0answers
28 views

Supporting Landscape Playback for Youtube Video in iOS

I would like to be able to support landscape playback for a YouTube video that I am embedding in a web view while still only supporting portrait for my application. The root view controller is a tab ...
0
votes
0answers
27 views

Play Audio from Video in Lock Screen

I have an app where I want to play audio in the background. The trick is that there are NO audio tracks by them selves. There is only video, which is where the associated audio is coming from. I ...
0
votes
1answer
55 views

iOS: Draw on top of AV video, then save the drawing in the video file

I'm working on an iPad app that records and plays videos using AVFoundation classes. I have all of the code for basic record/playback in place and now I would like to add a feature that allows the ...
0
votes
0answers
47 views

Disable autoplay of embedded videoplayer in UIWebView

In a UIWebView controller, sometimes, I'd like to link to a video. Problem is, I can't prevent the embedded video player from auto starting. Similar questions I found all seem to have issues playing ...
1
vote
1answer
42 views

video call application in iphone sdk without opentok or VOIP

I want to create the video application without using VOIP or opentok. Is it possible that i take the space in the dedicated server and transfer the bytes between two devices and can create the ...
0
votes
2answers
49 views

iOS video not playing with MPMoviePlayer

I'am making video player module for my app. This is my .h file: #import <UIKit/UIKit.h> #import <MediaPlayer/MediaPlayer.h> @interface SpanishViewController : UIViewController - ...
0
votes
0answers
28 views

ios - Rapid merging of video files

I'm trying to create an application where users can merge two(or more) video files to one. I found a base Apple example where users can merge two video files into one and add to each of these videos ...
1
vote
0answers
42 views

Pausing Video Record in iphone

in my iphone app,I am recording video using UIImagePickerController. I am recording and stoping like this [VideoRecorder startVideoCapture]; //Starting Video Record [VideoRecorder ...
-6
votes
2answers
41 views

Are there any iPhone development video tutorial? [closed]

Are there any iPhone development video tutorial that teach you do a real app ?
0
votes
0answers
50 views

How to play encrypted video file without complete file decrypting

1) I got a encrypted video file using async cryptor https://github.com/rnapier/RNCryptor 2) I want to play this file, but i dont want to decrypt it completely, just for request i think it is possible ...
0
votes
1answer
37 views

Possible to view an MPMoviePlayerController within a UICollectionView?

I'm trying to build a UICollectionView in which each cell holds an MPMoviePlayerController with a different video. I want the user to be able to play each video in place. I know that you can't play ...
0
votes
1answer
47 views

'full screen' looping background video for AIR based iOS application

I'm creating an AIR based app, targeting the iPad, where I want to use a 'full screen' looping video in the background. In the foreground are moving and animated elements, anywhere from 5-50 total. ...
0
votes
0answers
73 views

Why can't I write out my opengl FBO to an AVAssetWriter?

I've been fighting for a week off and on to save out my opengl renderings (which I'm using for green screening) to video via an AVAssetWriter. I have created a simple rig below to show what I'm ...
0
votes
0answers
18 views

ios exported video composition with sound is too big

I'm generating a movie with this: videoWriter = [[AVAssetWriter alloc] initWithURL:[NSURL fileURLWithPath:tempFile] fileType:AVFileTypeMPEG4 ...
0
votes
0answers
29 views

iOS control Animation or Video via swiping

Is it possible to control an animation or better a video via swiping over it? I have: an animation as video (~2sec playtime, can be converted to other file types if needed, but shouldn't be too ...
-2
votes
1answer
17 views

add video playback to alert [closed]

I have a game where when one person wins it will have an alert view saying "Congratulations "x or o" player" and I want it to show like a clip of confetti or something like that how would I go about ...
0
votes
0answers
40 views

Shoot photo in high quality, while capturing video

Hello, Is it possible to take a image in high quality, while viewing video with AVCapture in low quality? The problem is that i need to analyze the video (with a special algorithm, which takes too ...
1
vote
2answers
34 views

Converting video to 320x240@30fps in iOS

In my iPhone app I would like to convert a video from the recorded format (HD) to a lower resolution (320x240) but I would like to maintain the 30fps frame rate. I am currently converting using ...
-1
votes
0answers
99 views

Disable default mobile browser full screen video in video.js

I'm looking at video.js because of the ability to caption videos for mobile browsing. But when you maximize the video, you lose the video.js controls on iOS and Android devices. I'd like to default ...
0
votes
1answer
48 views

Most efficient way for displaying procedurally generated video frames on iOS

I need to display a sequence procedurally generated images as video sequence preferably with built-in controls (controls would be nice to have, but no requirement) and I'm just looking for a bit of ...
0
votes
0answers
17 views

iOS Video Metadata. Is it possible to get a complete list of keyframes for a video without playing the entire video?

I know I can skip to the nth keyframe of a video to get a thumbnail in a video using the Apple library. However, I was wondering if there is an API call or library that I can use to get a complete ...
0
votes
2answers
82 views

Playing local video .MOV file in UIWebView

Hi I am trying to play a local video in my UIWebView. I don't think i am doing this right. It was easy before, because you can place a local video into the Mainbundle, and just name the html tags to ...
0
votes
0answers
28 views

iOS. Video with both fixed and fullscreen mode? Video has various screen orientations for these modes

How to implement the following using MPMoviePlayerController or MPMoviePlayerViewController or something similar? I think I have tried all but with no effect: 1 MPMoviePlayerController which jumps ...
0
votes
0answers
49 views

how can I open a video from dailymotion with mpmovieplayercontroller

I want to open a video from dailymotion with mpmovieplayercontroller. I have tried Dailymotion SDK but it seems that it just embeds a video to a uiwebview. I wonder if there is a dailymotion parser to ...
0
votes
1answer
44 views

HTML5 Video dimensions in Safari IOS

I'm building a website for a client who's majority of content is video. I'm using the HTML5 video element to display the content but have problems when it comes to Safari on iOS. Safari on iOS does ...
-2
votes
1answer
94 views

How to play video using embed code(not in youtube embed code another link video embed code)?

This is my embed code. I have use this code and need to run the video on iPhones: <object id="flashObj" width="400" height="265" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...
0
votes
0answers
80 views

VideoJS: Videosize on an iPad

I am using VideoJS to show a video. It works great in all browsers on each and every system. Exception is the iPad (iOS 5 and iOS 6, both tested on Safari and Chrome). The video resizes to about 300px ...
2
votes
1answer
52 views

How can i record video without opening video camera?

How can i record video without opening any camera? My requirement is when a person is in problem his video is recorded but not by opening camera it should work in background. Thanks
0
votes
1answer
49 views

Record a video automatically for 15 secs and save it to directory

I want to record a video from my iphone device automatically when i press a button and after recording for 15 secs the video should stop and i want to save the video to the directory. I have tried ...
0
votes
0answers
97 views

HTML5 Video tag issues on Iphone 4

Hello I am very new to HTML5 video and I'm having a problem with videos NOT playing on my iPhone 4 (running iOS 6.1.2) when using the HTML5 video tag. The video runs fine on a computer with Google ...

1 2 3 4 5 15