forked from j62/ctbrec
Add contact sheet to recordings associated files
This commit is contained in:
parent
dcd3df5d0c
commit
c88ab395e7
|
@ -89,6 +89,7 @@ public class CreateContactSheet extends AbstractPlaceholderAwarePostProcessor {
|
||||||
mergeLogStream.flush();
|
mergeLogStream.flush();
|
||||||
}
|
}
|
||||||
if (exitCode != 1) {
|
if (exitCode != 1) {
|
||||||
|
rec.getAssociatedFiles().add(output.getCanonicalPath());
|
||||||
if (ffmpegLog.exists()) {
|
if (ffmpegLog.exists()) {
|
||||||
Files.delete(ffmpegLog.toPath());
|
Files.delete(ffmpegLog.toPath());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue