I'm trying to edit video and images together using AVFoundation. However it seems AVAsset
s cannot be created from an image file? Anybody give me some suggestions?
Asked
Active
Viewed 3,892 times
5

petert
- 6,672
- 3
- 38
- 46

Eric.Cheng
- 162
- 2
- 7
-
2[Here](http://stackoverflow.com/questions/6061092/make-movie-file-with-picture-array-and-song-file-using-avasset) is a similar question with example code posted – David K. Feb 15 '14 at 16:59
-
Does this answer your question? [Make movie file with picture Array and song file, using AVAsset](https://stackoverflow.com/questions/6061092/make-movie-file-with-picture-array-and-song-file-using-avasset) – Senseful Aug 13 '20 at 03:22
1 Answers
0
Ok, I'm quite sure that AVAsset is prepared for Media with time, so AVAsset can not be created by image.

Eric.Cheng
- 162
- 2
- 7
-
How did you end up mixing your photos and videos? Did you use animated layers and sync them to the composition? – box86rowh Aug 22 '12 at 16:52
-
Yes,that's the solution I used, it seems AVFoundation is not convenient for photo slideshow Job~ – Eric.Cheng Sep 23 '12 at 13:43
-