mirror of
https://github.com/vale981/doccam-pi
synced 2025-03-05 09:21:40 -05:00
fix
This commit is contained in:
parent
f38b0c4a73
commit
d405c6d3af
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -63,7 +63,7 @@ let spawn = function() {
|
||||||
stdoutLines: 20
|
stdoutLines: 20
|
||||||
})
|
})
|
||||||
.videoCodec('copy')
|
.videoCodec('copy')
|
||||||
.outputOptions([config.customOutputOptions])
|
.outputOptions(config.customOutputOptions)
|
||||||
.on('start', function(commandLine) {
|
.on('start', function(commandLine) {
|
||||||
status.running = 0;
|
status.running = 0;
|
||||||
logger.log(importance[4], 'Spawned Ffmpeg with command: ' + commandLine);
|
logger.log(importance[4], 'Spawned Ffmpeg with command: ' + commandLine);
|
||||||
|
|
Loading…
Add table
Reference in a new issue