mirror of
https://github.com/bitinflow/rerun-encoder.git
synced 2026-03-13 13:46:00 +00:00
Add @ffmpeg-installer/ffmpeg
This commit is contained in:
@@ -42,6 +42,9 @@ export class Encoder {
|
||||
async encode(): Promise<void> {
|
||||
this.listeners.onStart(this.id)
|
||||
|
||||
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
|
||||
ffmpeg.setFfmpegPath(ffmpegPath)
|
||||
|
||||
ffmpeg(this.input)
|
||||
.outputOptions(this.getOutputOptions())
|
||||
.output(this.output)
|
||||
|
||||
Reference in New Issue
Block a user