Since the application does the conversion client-side, sometimes browsers run out of memory. This happens especially on devices with good cameras that result in large images, but with a small amount of memory accessible.
Maybe we can identify such devices and dynamically do one of the following to reduce the memory requirements?
- scale large images down
- reduce the quality
- reduce the video resolution
Since the application does the conversion client-side, sometimes browsers run out of memory. This happens especially on devices with good cameras that result in large images, but with a small amount of memory accessible.
Maybe we can identify such devices and dynamically do one of the following to reduce the memory requirements?