Skip to content

Commit

Permalink
fix: fix to specify input index for ffmpeg commend
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Nov 4, 2024
1 parent 59bd328 commit ec5d233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private Mono<Void> generateRecapPhotos(List<String> downloadedPath, String recap
inputIndex, inputIndex));

filterComplex.append(String.format(
"[recap_bg][photo_scaled_%d]overlay=(W-w)/2:(H-h)/2+80[final%d]",
"[0][photo_scaled_%d]overlay=(W-w)/2:(H-h)/2+80[final%d]",
inputIndex, inputIndex));

if (inputIndex < downloadedPath.size()) {
Expand Down

0 comments on commit ec5d233

Please sign in to comment.