This is a common problem with the Windows build of the GMIC binaries with OpenCV and has been discussed several times already, but still no solution in sight, I think.
Check for example these threads:
I am trying to apply a gmic filters using apply_video option of gmic utility .
./gmic --apply_video small.mp4,’-denoise 30,10’ -o convert.avi
I am getting error messages in console which looks like this.
[gmic]-0./ Start G’MIC interpreter. [gmic]-0./ Apply command ‘small.mp4,-denoise 30,10’ on video stream ‘’, with output filename ‘’, first frame 0, last frame -1 and frame step 1. [gmic] * Error in ./apply_video/*local/*substitute/ * Command ‘-basename’: Undefined argument ‘$1’, in expression…
Hello everyone,
On Windows 7 (64 bit) I have tested myself today’s version (gmic_cli_2.0_pre-win64).
This command fails to work as well :
gmic.exe -files2video .*.jpg,video_personale.avi,1
It always produces an empty video file (0 kb).
In the past the video was around 2 Mb (and it played fine later on).
Today, I have tested the same jpeg images, which I saved them on purpose to test G’MIC…
EDIT: the above command pasted here lacks the \ (bracket before jpeg images). It looks like it is …