mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add alpha option to Conversion API
This commit is contained in:
@@ -114,6 +114,7 @@ type ConversionVideoOptions = {
|
||||
frameRate?: number;
|
||||
codec?: VideoCodec;
|
||||
bitrate?: number | Quality;
|
||||
alpha?: 'discard' | 'keep'; // Defaults to 'discard'
|
||||
forceTranscode?: boolean;
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user