Open SatbirTanda opened 5 years ago
@SatbirTanda did you find what was going on ?
I wrote a custom method that applies the crop to every frame
Hmm, I've checked the example, there is this line:
let frame1Time = CMTime(seconds: 0.2, preferredTimescale: asset.duration.timescale)
The default behaviour should be to crop the whole video, I've probably pushed this while I was testing things. I'll take a look at it, and clean the example app a bit. Thanks for pointing that out !
Hi HHK1,
Was wondering if there have been any updates to this. I haven't been able to create my own method to fix this.
Thanks, Alan
Replace this line:
with this one:
@HHK1 In the example app: when you crop a video it only saves one frame at a video length of 0:00? Shouldn't it crop all frames in the video and save it?