5

I'm trying to edit video and images together using AVFoundation. However it seems AVAssets cannot be created from an image file? Anybody give me some suggestions?

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 Answers1

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