Skip to content

Commit

Permalink
Merge pull request h2non#74 from perjor/patch-1
Browse files Browse the repository at this point in the history
Use the logoParams
  • Loading branch information
h2non authored Jan 19, 2020
2 parents ebf7148 + 25f2a0f commit 8e960c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var images = [
videoshow(images)
.subtitles(subtitles)
.audio(audio)
.logo(logo)
.logo(logo, logoParams)
.save('video.mp4')
.on('start', function (command) {
console.log('ffmpeg process started:', command)
Expand Down

0 comments on commit 8e960c4

Please sign in to comment.