It is currently Wed Jul 24, 2024 2:17 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Map with animated path
PostPosted: Wed Jun 14, 2017 6:26 am  (#1) 
Offline
New Member

Joined: Jun 14, 2017
Posts: 3
Hello,
in this tutorial I make a map with animated path using Animated Path Stroking Script and Gap: https://www.youtube.com/watch?v=6AzI9ny9YZ4


Last edited by Camo on Wed Jun 14, 2017 6:52 am, edited 3 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Map with animated path
PostPosted: Wed Jun 14, 2017 6:33 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14728
Location: USA
Camo wrote:
Hello,
WTH!? Too spamy because of URL?

You need to post a few more times in order to post links. =)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Last edited by Rod on Thu Jun 15, 2017 6:50 am, edited 1 time in total.

Top
 Post subject: Re: Map with animated path
PostPosted: Wed Jun 14, 2017 6:48 am  (#3) 
Offline
New Member

Joined: Jun 14, 2017
Posts: 3
This post is made because of I can't submit an URL of the video because I am new on this forum. It sais "too spamy... Remove URL...".


Top
 Post subject: Re: Map with animated path
PostPosted: Wed Jun 14, 2017 9:47 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14728
Location: USA
I did not mean spam this post. lol

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Map with animated path
PostPosted: Wed Jun 14, 2017 11:04 am  (#5) 
Offline
New Member

Joined: Jun 14, 2017
Posts: 3
Rod This is the only direct way and it works...


Top
 Post subject: Re: Map with animated path
PostPosted: Wed Jun 14, 2017 12:35 pm  (#6) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2446
Camo wrote:
Rod This is the only direct way and it works...


Always dangerous to make statements like that when things are quiet around here ;)

An alternative way, albeit a bit more hands on.

https://youtu.be/Uq12JHvVJvE 4 mins 30 secs just a demo, not a tutorial.

Uses two of ofnuts plugins
path-inbetweener-0.2.py and stroke-visible-paths-0.6.py from:
http://sourceforge.net/projects/gimp-pa ... es/scripts

_________________
Image


Top
 Post subject: Re: Map with animated path
PostPosted: Fri Jun 16, 2017 6:42 am  (#7) 
Offline
GimpChat Member

Joined: Nov 14, 2013
Posts: 101
since you need GAP which runs on windows, shouldn't you have a
(windows users only) in the title

_________________
using Gimp 2.10.8 with Linux on an ancient laptop


Top
 Post subject: Re: Map with animated path
PostPosted: Fri Jun 16, 2017 7:06 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1366
Quote:
since you need GAP which runs on windows, shouldn't you have a
(windows users only) in the title


Actually, it runs on Linux and probably Macs as well. The problem is GAP is no longer being updated and was build for Gimp 2.6.
It's getting harder to compile on newer Linux/Gimp versions.

I actually worry about some of the genius developers. What happens to them?


Top
 Post subject: Re: Map with animated path
PostPosted: Fri Jun 16, 2017 7:20 am  (#9) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2446
Depends on the linux distro you use but usually GAP is available as a package.

Image

However, it suffers from the same problem as the Windows version, it is ancient and various parts do not work as-expected / at-all.

If you need a video file of the animation, a couple of ways.

using ImageMagick

convert filename.gif filename.mpg


or using ffmpeg and the layers exported as separate files (there are scripts to do this)

ffmpeg -r 15 -pattern_type glob -i '*.png' -vcodec mpeg4 -b:v 1000 -q:v 5 out.avi


where r is the framerate

_________________
Image


Top
 Post subject: Re: Map with animated path
PostPosted: Fri Jun 16, 2017 9:04 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Thanks guys! It's nice to see different approaches :bigthup
Animated path stroking has some neat features for fancy stuff.
But I prefer the way rich2005 did this, because I don't use GAP for video conversion and python is much faster.
Also if you have long path animated path stroking will throw a warning:

Your path appears to be too long and could cause GIMP to crash. Reduce the length of your path
(i.e. split into smaller segments) to allow the script to work properly.


There's also python plugin called "follow-path 4" by Garcia, same guy who has created Path shape creator.
It works bit differently, uses a selection from clipboard.
What I like about it is that you get a draft preview and it has also some on-the-fly editing features.

There is newer version of GAP, 2.7 in the link below I wonder what's the difference with GAP 2.6?
Not a huge GAP fan, tried the barber pole tutorial several times but it does not seem to work out.
Either it's buggy or I have bird brain.

https://sourceforge.net/projects/gimp-packagers/files/


Top
 Post subject: Re: Map with animated path
PostPosted: Fri Jun 16, 2017 7:10 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1366
Nidhogg said
Quote:
There is newer version of GAP, 2.7 in the link below I wonder what's the difference with GAP 2.6?

I read that GAP versions are linked to Gimp versions. There is a 2.8 gimp-gap on github but no packages/installers as far as I know.
https://github.com/GNOME/gimp-gap

No, you don't have a bird brain. The reason the 'barber pole tutorial' doesn't work for most people is because GAP map to object fails.
The tutorial also uses Gimp map to object which itself has a mathematical bug.

I think the rest of gimp-gap works and an Ubuntu 2.7 version is here:
https://answers.launchpad.net/~groetschel/+archive/ubuntu/ppa/+sourcepub/1136647/+listing-archive-extra


Top
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) i struggle with the option to copy the path - the path where a file i

3

No new posts Attachment(s) Path copy rotate shift plus + Path copy rotate shift walk Play

79

No new posts Attachment(s) Animated gif (HQ) using ImageMagick.

16

No new posts Attachment(s) Two Animated Brushes

14

No new posts Attachment(s) Animated brush

8



* Login  



Powered by phpBB3 © phpBB Group