Skip to content

Commit

Permalink
Log dumping files for ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Sep 22, 2024
1 parent e33667b commit bd5cad0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ protected void serialize() throws IOException {
for (NativeImage frame : frames) {
try (frame) {
Path file = tempDir.resolve(i++ + ".png");
LOGGER.info("Dumping: {}", file);
tempFiles.add(file);
frame.writeToFile(file);
}
Expand Down

0 comments on commit bd5cad0

Please sign in to comment.