Useful preview of all G'Mic filters on selection of images... if you drill into an image than twiddle the little arrow it shows the CLI setting for the fx_ filter
-
the script currently let's you specify mutiple filters and then stacks them in series... would be interesting to allow for a blending... so apply each filter to the source then blend the outcome using some ratio (which is probably just another gmic filter) -- but *that* would take a long time... worth it?

oops one more... charcoal then rotate tiles for an example of "in series"
-
oops one more... charcoal then rotate tiles for an example of "in series"
fwiw that command line looked like this:
gmic_video.sh -i pexelsInput.mp4 -o processed.mp4 -f "fx_charcoal 65,70,170,0,1,0,50,70,255,255,255,0,0,0,0" -f "fx_rotate_tiles 5,5,15,3,3,1.8"
-
fwiw that command line looked like this:
gmic_video.sh -i pexelsInput.mp4 -o processed.mp4 -f "fx_charcoal 65,70,170,0,1,0,50,70,255,255,255,0,0,0,0" -f "fx_rotate_tiles 5,5,15,3,3,1.8"
that was fun, i'll write it up and post a link to the script here soon
-
that was fun, i'll write it up and post a link to the script here soon
blarg - "[libx264 @ 0x5c0c19c97cc0] width not divisible by 2 " -- i've dealt with this before... now to remember how
-
blarg - "[libx264 @ 0x5c0c19c97cc0] width not divisible by 2 " -- i've dealt with this before... now to remember how
Find the script and some other info here:
How to use G'MIC filters on video
I spent some time trying to figure out how to apply G’MIC filters to videos. I am fairly sure G’MIC has an option to do this directly but could not find it and decided to make a bash script anyway, as a learning exercise. This cobble-slop comes from a hundred scripts around the globe.
Lime Bar (www.limebar.space)
Still a work in progress.
Show me if you make anything interesting with it!
-
@limebar these would be some pretty awesome album art pieces as well.
@CCirco
I am thinking "music videos" of course
-
@RussSharek for sure once I get it into good shape, still messing with it, watch this space
@RussSharek it is there now
-
Find the script and some other info here:
How to use G'MIC filters on video
I spent some time trying to figure out how to apply G’MIC filters to videos. I am fairly sure G’MIC has an option to do this directly but could not find it and decided to make a bash script anyway, as a learning exercise. This cobble-slop comes from a hundred scripts around the globe.
Lime Bar (www.limebar.space)
Still a work in progress.
Show me if you make anything interesting with it!
Figured out the width issue and updated... for future ref
-vf "scale=-2:'min(${HEIGHT},ih)'"
is added to the ffmpeg CLI to cause it to use an even width pixel at the same HEIGHT as original
And audio works too (with 720p video fragment):