ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Why timeout of process is always 1, can i set it longer
FFcommon.java throwOnError() ProcessUtils.waitForWithTimeout(p, 1, TimeUnit.SECONDS) != 0 the timeout is always 1 second, can i set it longer for larger file
@mayunjie @bramp I would also like to set the timeout longer for my purposes. Has there been any movement on this issue? FYI this seems to be a dupe for #187
Sorry for the extremely late response. Is there a reason why you would need to customize this option?
Please note that the timeout is not for the entire execution but for the cleanup process.