Skip to content

Commit

Permalink
fix: remove wrong semicolon in ffmpeg commend
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Nov 4, 2024
1 parent 485a219 commit c66aa81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private Mono<String> generateRecapFrame(String recapId, String memberName, Strin
"[1]scale=w=-1:h=176[chip]; " +
"[0][chip]overlay=188:H-h-120[bg_w_chip]; " +
"[bg_w_chip]drawtext=fontfile=%s:text='@%s님의 RECAP':[email protected]:fontsize=72:x=(w-tw)/2:y=208[bg_w_title]; " +
"[bg_w_title]drawtext=fontfile=%s:text='%s':fontcolor=white:fontsize=72:x=w-tw-188:y=h-th-180;",
"[bg_w_title]drawtext=fontfile=%s:text='%s':fontcolor=white:fontsize=72:x=w-tw-188:y=h-th-180",
recapProperties.getAggroBFontPath(), memberName,
recapProperties.getAggroMFontPath(), recapCreatedDate
)
Expand Down

0 comments on commit c66aa81

Please sign in to comment.