Add real speed option
This commit is contained in:
parent
12d6c13eb7
commit
c8188ca560
@ -53,7 +53,7 @@ const createInputs = (settings) => {
|
||||
if (address.length !== 0) {
|
||||
inputs.push({
|
||||
address: address,
|
||||
options: ['-f', 'lavfi'],
|
||||
options: ['-f', 'lavfi', '-re'],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user