Looking for a quick technical advice
Gibin Michael
2 replies
Hey PH fam, I am building a communication tool, and I was wondering if anyone could help me find a solution for this - I have a large number of media files to store, both videos and images,(user-generated) - so I am wondering what are tools/API/methods you guys are using when it comes to compressing video files without losing quality? can someone help?
Thanks in advance
Replies
Tedel@simplytedel
For images, stick with WebP until JPEG XL support becomes mainstream (https://caniuse.com/jpegxl)
For videos, stick with H264+Mp3 until AV1+Opus support becomes mainstream.
Share