Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Refer to path correctly for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
AlMcKinlay committed Oct 14, 2020
1 parent af862bc commit 9653ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/video.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ffmpeg = require("fluent-ffmpeg");
const fs = require("fs");
const ffmpegStatic = require("ffmpeg-static").path.replace("app.asar", "app.asar.unpacked");
const ffmpegStatic = require("ffmpeg-static").replace("app.asar", "app.asar.unpacked");

ffmpeg.setFfmpegPath(ffmpegStatic);

Expand Down

0 comments on commit 9653ba8

Please sign in to comment.