ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Why timeout of process is always 1, can i set it longer

Open mayunjie opened this issue 5 years ago • 2 comments

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 avatar Nov 20 '19 08:11 mayunjie

@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

emretetik96 avatar Mar 11 '21 16:03 emretetik96

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.

Euklios avatar Mar 12 '24 15:03 Euklios