Damien Gallagher
Damien Gallagher
Hi I am trying to use this plugin to namespace some css for me. I have the following file template2.less defined `.bootstrap-styles { @import (less) 'file.css'; } The contents of...
Hi Does PowerMock support Junit 5 as of yet or is there plans to support it? Thanks Damien
Hi I was looking at the following link for adding a watermark [https://github.com/bramp/ffmpeg-cli-wrapper/issues/76](https://github.com/bramp/ffmpeg-cli-wrapper/issues/76) Specifically the code `FFmpegBuilder builder = new FFmpegBuilder() .setInput(infile) .addInput(sampleWatermarkImg) .overrideOutputFiles(true) .addOutput(destFile) .setVideoCodec(codec) .addExtraArgs(extraArgs) .setVideoFrameRate(24, 1) .setVideoResolution(...
Merge Videos
Hi I was following this [issue ](https://github.com/bramp/ffmpeg-cli-wrapper/issues/49)but I am still having issues merging 2 video files My code is as follows `@Test public void test() throws IOException { String introVideoFile="C:\\development\\vid\\final\\tmpIntro_3.mp4";...
Hi This is not an issue just a request for assistance I was wondering if you can point me at any samples that show you how to perform an auto...
Hi @maliksahil I tried to update to the latest versions of angular and the microsoft dependencies. When I try to use the webpart in the workbench after running grunt serve...
Hi, as part of an evaluation, I am following the guide on Running OpenRewrite on a multi-module Maven project - https://docs.openrewrite.org/running-recipes/multi-module-maven I was just curious when using this approach, how...