Henry Huck

Results 22 comments of Henry Huck

Hi @NikKovIos, thanks for your suggestion. Here I was mostly referring to the tool to select a frame from a video (`ThumbSelectorView`), but you are right indeed, it also applies...

Used the first image as a placeholder in release 1.0.1. Still need to apply a transition effect with a blur to smooth the loading.

Hi, I don't know this app, could you provide an example of the canvas feature please ?

I think get it, you would like to unzoom more on the content, and add borders when needed ? I won't have time to develop this right now, but this...

Yup, sorry about that, I'm not familiar with Carthage and must have broken the pre-built binary in the latest release. I'll look at it in the morning, in the meantime,...

Can you provide an example (video asset included) to reproduce please ? What was the duration of the original asset ?

@SatbirTanda did you find what was going on ?

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...

**This is currently not implemented**, so you will have to modify the pod directly to do this. The idea is to convert your time into a position for the trimmer...

It's currently not implemented, but since the AVAssetTimeSelector is mapping the asset Time to the ui element width, you could easily get it if you modify a bit that class....