I have a document based app here where I need to generate thumbnails from videos I have available in NSFileWrappers. Problem is that I can't get the file URL from the filewrapper, and I can't seem to create a AVURLAsset without a URL.
Anybody have any suggestions as to an alternative way of doing this? Either a different way than AVAssetImageGenerator to create a video thumbnail, or some way to create an AVAsset from the data in the filewrapper?