polarby / render

A package to render any native static and moving flutter widgets to exportable formats
https://pub.dev/packages/render
MIT License
49 stars 26 forks source link

Support transperancy in .mov format #30

Open DariusRDev opened 2 months ago

polarby commented 2 months ago

I don't think .mov supports transparency. Please use .mp4 or in case I am wrong you may also update the .mov export file type with a pull request. (if it is supported by ffmpeg, it should not be a big problem)

DariusRDev commented 2 months ago

MOV does Support transparency. MP4 doesn't.