SamuelScheit / puppeteer-stream

A Library for puppeteer to retrieve audio and/or video streams
MIT License
335 stars 105 forks source link

[question] Does this support video alpha channel? #25

Closed ariel-frischer closed 2 years ago

ariel-frischer commented 2 years ago

Does this support a video alpha channel? I've noticed webm does support alpha background channel, and so does .mov but I'm not sure if this library enables it.

SamuelScheit commented 2 years ago

You would need to convert it using ffmpeg because chrome only allows to record using webm.