Sam Fletcher
Sam Fletcher
I was unable to reproduce using your steps. However, I am having this issue with my own project which started in `v13.3.0`. I was able to narrow it down to...
`r_frame_rate` is "the lowest framerate with which all timestamps can be represented accurately (it is the least common multiple of all framerates in the stream)." `avg_frame_rate` is `total duration /...
We were having this issue on `v14.2.3`. This was resolved after upgrading to `v14.3.8`. Our `accept` parameter looks like this: ```ts { 'application/pdf': ['.pdf'], 'image/jpeg': ['.jpg', '.jpeg'], 'image/png': ['.png'], 'image/heic':...