¡@

Home 

2014/10/15 ¤U¤È 10:15:47

iphone Programming Glossary: videowriterinput.expectsmediadatainrealtime

Writing video + generated audio to AVAssetWriterInput, audio stuttering

http://stackoverflow.com/questions/12187124/writing-video-generated-audio-to-avassetwriterinput-audio-stuttering

assetWriterInputWithMediaType AVMediaTypeVideo outputSettings videoSettings retain NSParameterAssert videoWriterInput videoWriterInput.expectsMediaDataInRealTime YES Configure settings for the pixel buffer adaptor. NSDictionary bufferAttributes NSDictionary dictionaryWithObjectsAndKeys..

AVFoundation + AssetWriter: Generate Movie With Images and Audio

http://stackoverflow.com/questions/5640657/avfoundation-assetwriter-generate-movie-with-images-and-audio

nil NSParameterAssert videoWriterInput NSParameterAssert videoWriter canAddInput videoWriterInput videoWriterInput.expectsMediaDataInRealTime YES videoWriter addInput videoWriterInput Start a session videoWriter startWriting videoWriter startSessionAtSourceTime..

Make movie file with picture Array and song file, using AVAsset

http://stackoverflow.com/questions/6061092/make-movie-file-with-picture-array-and-song-file-using-avasset

NSParameterAssert videoWriter canAddInput videoWriterInput audioWriterInput.expectsMediaDataInRealTime NO videoWriterInput.expectsMediaDataInRealTime YES videoWriter addInput audioWriterInput videoWriter addInput videoWriterInput Start a session videoWriter startWriting.. nil NSParameterAssert videoWriterInput NSParameterAssert videoWriter canAddInput videoWriterInput videoWriterInput.expectsMediaDataInRealTime YES videoWriter addInput videoWriterInput Start a session videoWriter startWriting videoWriter startSessionAtSourceTime..

Video Encoding using AVAssetWriter - CRASHES

http://stackoverflow.com/questions/8191840/video-encoding-using-avassetwriter-crashes

videoSettings retain NSParameterAssert videoWriterInput NSParameterAssert videoWriter canAddInput videoWriterInput videoWriterInput.expectsMediaDataInRealTime YES videoWriter addInput videoWriterInput NSError aerror nil AVAssetReader reader AVAssetReader alloc initWithAsset avAsset..

AVCaptureSession only got video buffer

http://stackoverflow.com/questions/9257052/avcapturesession-only-got-video-buffer

assetWriterInputWithMediaType AVMediaTypeVideo outputSettings videoSettings NSParameterAssert videoWriterInput videoWriterInput.expectsMediaDataInRealTime YES Add the audio input AudioChannelLayout acl bzero acl sizeof acl acl.mChannelLayoutTag kAudioChannelLayoutTag_Mono NSDictionary..