Skip to content

Commit

Permalink
update electron, make ffmpeg cmd a string
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Feb 28, 2018
1 parent e55ae8a commit d6ac8c1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
1 change: 1 addition & 0 deletions core.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function ff() {
' -r ' + this.getFramerate().toString() +
' -movflags +faststart ' + '"' + this.outputFilename() + '"'
]
cmd = cmd.toString()
console.log('ffmpeg cmd: ')
console.log(cmd)
this.isRecording = true
Expand Down
43 changes: 21 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"app-root-dir": "^1.0.2",
"csvsync": "^1.0.1",
"electron": "^1.4.15",
"electron": "^1.8.2",
"electron-packager": "^8.7.2",
"jQuery": "^1.7.4",
"moment": "^2.17.1",
Expand Down

0 comments on commit d6ac8c1

Please sign in to comment.