Prem Moola

Results 2 comments of Prem Moola

have you been able to work on this issue ? i am unable to see my ffmpeg logs in my logger INFO: com.github.kokorin.jaffree.JaffreeException: Process execution has ended with non-zero status:...

I did... .executeAsync().toCompletableFuture().thenAccept( durationResult -> { FFmpeg.atPath(Path.of(FfmpegUtils.getFFMpegExecutablePath())) .addInput(UrlInput.fromUrl(urlSrcPath.getPath())) .setOverwriteOutput(true) .setLogLevel(LogLevel.VERBOSE) Also -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory -Dlogback.configurationFile=logback.xml Here is the logback.xml false %date %highlight(%-5level) %cyan(%logger{10}@[%-4.30thread]) - %msg%n On Feb 15, 2022, 3:24 PM -0500,...