Mod also adds vsync drop
This commit is contained in:
parent
bdc212679a
commit
2c480dc67a
@ -17,7 +17,7 @@ function createMapping(settings, stream) {
|
||||
const local = ['-codec:a', 'libvorbis', '-b:a', `${settings.bitrate}k`, '-shortest'];
|
||||
|
||||
const mapping = {
|
||||
global: [],
|
||||
global: [['-vsync', 'drop']],
|
||||
local: local,
|
||||
};
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ function createMapping(settings, stream) {
|
||||
}
|
||||
|
||||
const mapping = {
|
||||
global: [],
|
||||
global: [['-vsync', 'drop']],
|
||||
local: local,
|
||||
};
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ function createMapping(settings, stream) {
|
||||
const local = ['-codec:a', 'vorbis', '-b:a', `${settings.bitrate}k`, '-qscale:a', '3', '-shortest'];
|
||||
|
||||
const mapping = {
|
||||
global: [],
|
||||
global: [['-vsync', 'drop']],
|
||||
local: local,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user