Skip to content

Commit

Permalink
update ffmpeg executable path in Video.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
orthanc42 committed Apr 4, 2023
1 parent 3d1c9d6 commit 8d274c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Video.ts
Expand Up @@ -228,7 +228,7 @@ export default class Video {
(a, i) =>
new Promise((resolve, reject) =>
execFile(
args.headless === true ? "./ffmpeg" : "./db/ffmpeg",
"./db/ffmpeg",
[
"-i",
`${this.fullPath}${this.multiPartSuffix(i)}.partial`,
Expand Down

0 comments on commit 8d274c8

Please sign in to comment.