AndreasVerhoeven / VideoTrimmerControl

A VideoTrimmer Control for iOS
MIT License
93 stars 15 forks source link

Pre selected trim #2

Closed ghimireprashant closed 3 years ago

ghimireprashant commented 3 years ago

how to pre select trim? for example i trim that asset before and want to re edit my trim.

AndreasVerhoeven commented 3 years ago

You assign the original AVAsset to the control and then set the selectedRange field to the trim you want to show

ghimireprashant commented 3 years ago

thanks mate. is there any to display actual trim video frame in video player? like default trimmer in photo ass show trimmer with progress in actual video

AndreasVerhoeven commented 3 years ago

You can take a look at the bundled example which more or less does that