I would like to add several assets to my AVMutableComposition and when I export it using AVAssetExportSession I would like one asset to be played backwards. Is that possible?
Or could I use AVAssetImageGenerator and have that sequence added to my composition backwards?
Thanks!