mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add support for custom encoders & decoders
This commit is contained in:
+5
-1
@@ -43,8 +43,12 @@
|
||||
codec: 'aac',
|
||||
},
|
||||
*/
|
||||
video: {
|
||||
codec: 'avc',
|
||||
},
|
||||
audio: {
|
||||
discard: true
|
||||
codec: 'mp3',
|
||||
bitrate: 320000
|
||||
},
|
||||
trim: {
|
||||
start: 0,
|
||||
|
||||
Reference in New Issue
Block a user