I'm working on the @loops Camera
The challenge is to optimize the video as much as possible (on device) before upload to reduce load on the backend.
A 15s video (with audio) is just under 800kb at 480p30 using h265, not bad π
13 comments
This generation of codecs (H265 and VP9) is optimized for high resolutions (e.g. they use larger macroblocks for areas of uniform-ish color), so do try higher resolutions, maybe even at the same bitrate as this. @HalleAndert @loops I'm still evaluating our options! AV1 is a contender, and being that we only have to support our own client atm, we can use pretty much anything we are willing to support playback wise! |
@loops I know 480p is low by todays standard, but itβs surprising okay on mobile screens and will reduce the storage usage which is going to be increasingly important for Loop instance admins.
Higher resolutions are on the roadmap!