mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add better BBB example file
This commit is contained in:
Binary file not shown.
+5
-4
@@ -21,7 +21,7 @@
|
|||||||
chunked: true,
|
chunked: true,
|
||||||
chunkSize: 2**20
|
chunkSize: 2**20
|
||||||
});
|
});
|
||||||
const outputFormat = new Metamuxer.WavOutputFormat();
|
const outputFormat = new Metamuxer.Mp4OutputFormat();
|
||||||
|
|
||||||
const button = document.createElement('button');
|
const button = document.createElement('button');
|
||||||
button.textContent = 'Cancel';
|
button.textContent = 'Cancel';
|
||||||
@@ -38,8 +38,8 @@
|
|||||||
target
|
target
|
||||||
}),
|
}),
|
||||||
audio: {
|
audio: {
|
||||||
numberOfChannels: 1,
|
numberOfChannels: 2,
|
||||||
sampleRate: 8000
|
//sampleRate: 8000
|
||||||
//discard: true
|
//discard: true
|
||||||
//forceReencode: true,
|
//forceReencode: true,
|
||||||
},
|
},
|
||||||
@@ -68,7 +68,8 @@
|
|||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
video: {
|
video: {
|
||||||
discard: true,
|
width: 1280,
|
||||||
|
//discard: true,
|
||||||
//width: 640
|
//width: 640
|
||||||
//forceReencode: true,
|
//forceReencode: true,
|
||||||
//rotate: 90
|
//rotate: 90
|
||||||
|
|||||||
Reference in New Issue
Block a user