avvideocomposition Questions

4

This code used to work on iOS9 to add a watermark and text to a video but since iOS10 it's not working anymore. There is a iOS 10 bug that has been filed but no answer from Apple. I have not been a...
Antechamber asked 10/11, 2016 at 14:45

5

I'm using Swift to show content from an AVPlayer in a view's AVPlayerLayer. The associated AVPlayerItem has a videoComposition, and slightly simplified version of the code to create it (without err...
Neom asked 4/2, 2016 at 18:8

1

I want to apply CIFilter on video and save that filter applied video. I am using AVMutableVideoComposition (also tried with AVVideoComposition) for apply filter on video and its working fine with ...
Striated asked 12/2, 2019 at 14:44

1

Solved

UPDATE 6: I've managed to fix my issue completely but I still would like a better explanation than what I'm guessing is the reason it didn't work if I'm incorrect I've been trying to animate a spr...

5

Solved

After applying an AVVideoComposition to my AVPlayerItem, the filter I apply does work, but the video gets rotated in the AVPlayerLayer. I know for a fact that the problem is not with the filtered ...
Marker asked 4/7, 2017 at 17:55

1

Solved

I need a simple thing: play a video while rotating and applying CIFilter on it. First, I create the player item: AVPlayerItem *item = [AVPlayerItem playerItemWithURL:videoURL]; // DEBUG LOGGING AV...
Prescott asked 11/1, 2017 at 0:43

2

Solved

I'm attempting to apply a CIFilter to an AVAsset, and then save it with the filter applied. The way that I am doing this is by using an AVAssetExportSession with videoComposition set to an AVMutabl...

2

I would make reduced size video, maybe 50 pixel across and 75 pixels for length. Those are the physical dimension. How do you set that? in the videosettings? I think AVVideoWidthKey and AVVideoHe...
Belongings asked 23/11, 2010 at 2:41

3

I'm currently extracting every frame from a video with AVAssetImageGenerator, but sometimes it returns me successively 2 times almost the same image (they do not have the same "frame time"). The fu...
Network asked 6/3, 2013 at 11:11

2

Solved

I know you could merge multiple clips and create a single video by appending one after other using AVFoundation classes- AVURLAsset, AVMutableComposition, AVMutableCompositionTrack etc. There are...

1

Solved

I'm recording video using AVCaptureSession with the session preset AVCaptureSessionPreset640x480. I'm using an AVCaptureVideoPreviewLayer in a non-standard size (300 x 300) with the gravity set to ...
Mistranslate asked 9/2, 2013 at 1:42

2

AVFoundation allows you to "compose" 2 assets (2 videos) as 2 "tracks", just like in Final Cut Pro, for example. The theory says I can have 2 videos on top of each other, with alpha, and see both...
1

© 2022 - 2024 — McMap. All rights reserved.