Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. 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

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

Scheduled Pinned Locked Moved Uncategorized
28 Posts 5 Posters 64 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • limebar@mastodon.socialL limebar@mastodon.social

    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?🤔

    limebar@mastodon.socialL This user is from outside of this forum
    limebar@mastodon.socialL This user is from outside of this forum
    limebar@mastodon.social
    wrote last edited by
    #21

    oops one more... charcoal then rotate tiles for an example of "in series"

    limebar@mastodon.socialL 1 Reply Last reply
    0
    • limebar@mastodon.socialL limebar@mastodon.social

      oops one more... charcoal then rotate tiles for an example of "in series"

      limebar@mastodon.socialL This user is from outside of this forum
      limebar@mastodon.socialL This user is from outside of this forum
      limebar@mastodon.social
      wrote last edited by
      #22

      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"

      limebar@mastodon.socialL 1 Reply Last reply
      0
      • limebar@mastodon.socialL limebar@mastodon.social

        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"

        limebar@mastodon.socialL This user is from outside of this forum
        limebar@mastodon.socialL This user is from outside of this forum
        limebar@mastodon.social
        wrote last edited by
        #23

        that was fun, i'll write it up and post a link to the script here soon

        limebar@mastodon.socialL 1 Reply Last reply
        0
        • limebar@mastodon.socialL limebar@mastodon.social

          that was fun, i'll write it up and post a link to the script here soon

          limebar@mastodon.socialL This user is from outside of this forum
          limebar@mastodon.socialL This user is from outside of this forum
          limebar@mastodon.social
          wrote last edited by
          #24

          blarg - "[libx264 @ 0x5c0c19c97cc0] width not divisible by 2 " -- i've dealt with this before... now to remember how

          limebar@mastodon.socialL 1 Reply Last reply
          0
          • limebar@mastodon.socialL limebar@mastodon.social

            blarg - "[libx264 @ 0x5c0c19c97cc0] width not divisible by 2 " -- i've dealt with this before... now to remember how

            limebar@mastodon.socialL This user is from outside of this forum
            limebar@mastodon.socialL This user is from outside of this forum
            limebar@mastodon.social
            wrote last edited by limebar@mastodon.social
            #25

            Find the script and some other info here:

            Link Preview Image
            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.

            favicon

            Lime Bar (www.limebar.space)

            Still a work in progress.

            Show me if you make anything interesting with it!

            limebar@mastodon.socialL 1 Reply Last reply
            0
            • ccirco@ravenation.clubC ccirco@ravenation.club

              @limebar these would be some pretty awesome album art pieces as well.

              limebar@mastodon.socialL This user is from outside of this forum
              limebar@mastodon.socialL This user is from outside of this forum
              limebar@mastodon.social
              wrote last edited by
              #26

              @CCirco
              I am thinking "music videos" of course 😍

              1 Reply Last reply
              0
              • limebar@mastodon.socialL limebar@mastodon.social

                @RussSharek for sure once I get it into good shape, still messing with it, watch this space

                limebar@mastodon.socialL This user is from outside of this forum
                limebar@mastodon.socialL This user is from outside of this forum
                limebar@mastodon.social
                wrote last edited by
                #27

                @RussSharek it is there now

                1 Reply Last reply
                0
                • limebar@mastodon.socialL limebar@mastodon.social

                  Find the script and some other info here:

                  Link Preview Image
                  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.

                  favicon

                  Lime Bar (www.limebar.space)

                  Still a work in progress.

                  Show me if you make anything interesting with it!

                  limebar@mastodon.socialL This user is from outside of this forum
                  limebar@mastodon.socialL This user is from outside of this forum
                  limebar@mastodon.social
                  wrote last edited by limebar@mastodon.social
                  #28

                  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):

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups