I'd like to trim a video which is the only track in my AVAsset. I'd like to change the duration attribute of it but It's in read only and I haven't found any other way on the web to trim my AVAsset without exporting it.
I tried to move the playhead to the beginning at the moment where I want to cut my video but I'd like to really cut the end of my video.
Is it possible ?