Add real speed option

This commit is contained in:
Ingo Oppermann 2025-12-29 12:32:40 +02:00
parent 12d6c13eb7
commit c8188ca560
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -53,7 +53,7 @@ const createInputs = (settings) => {
if (address.length !== 0) {
inputs.push({
address: address,
options: ['-f', 'lavfi'],
options: ['-f', 'lavfi', '-re'],
});
}