Search found 265 matches

by dognose
2011-06-26T16:51:04-07:00
Forum: Users
Topic: converting to MPG
Replies: 10
Views: 25947

Re: converting to MPG

Ok. I think I found out what was happening. combination of two things.. which make it all the more difficult. It wasn't seeing the ffmpeg in the path... and it tries to create a log file, but didn't have permissions in the directory it's trying to do that. The log seems sort of unnecessary, not sure...
by dognose
2011-06-25T12:14:24-07:00
Forum: Users
Topic: converting to MPG
Replies: 10
Views: 25947

Re: converting to MPG

Well, I know ffmpeg is installed.

/usr/bin/ffmpeg

Like I said, the convert to mpg works on the command line, but not from exec in php.
by dognose
2011-06-24T12:59:40-07:00
Forum: Users
Topic: converting to MPG
Replies: 10
Views: 25947

Re: converting to MPG

#convert -list configure | grep DEL
DELEGATES bzlib fontconfig freetype gs jpeg jng jp2 lcms lqr mpeg png rsvg tiff x11 xml wmf zlib

Says it supports mpeg? no ffmpeg listed.
by dognose
2011-06-22T13:54:41-07:00
Forum: Users
Topic: converting to MPG
Replies: 10
Views: 25947

Re: converting to MPG

It's not using an api, just exec call.

How would I tell IM where the ffmpeg is.... or where should I put it?
by dognose
2011-06-21T08:02:38-07:00
Forum: Users
Topic: converting to MPG
Replies: 10
Views: 25947

converting to MPG

I'm trying to convert an animated gif to a mpg movie convert anim.gif movie.mpg doing it on the command line, it works fine... however, when run from a webpage, it produces: convert: delegate failed `"ffmpeg" -v -1 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -i "%M%%d.jpg&quo...
by dognose
2011-04-22T11:29:03-07:00
Forum: Users
Topic: Droste Effect..
Replies: 1
Views: 4970

Droste Effect..

Image

Wondering how hard it'd be to script this thing for IM?

http://www.flickr.com/photos/joshsommer ... 378056646/
by dognose
2011-04-08T06:37:08-07:00
Forum: Users
Topic: -clut for animated images..
Replies: 4
Views: 10251

Re: -clut for animated images..

Oh, ok, the hard way, but already scripted. ..

http://www.imagemagick.org/Usage/script ... m_pipeline
404 Not Found

Anyone still have a copy?
by dognose
2011-04-07T12:18:23-07:00
Forum: Users
Topic: -clut for animated images..
Replies: 4
Views: 10251

-clut for animated images..

I use the -clut option a lot for recoloring images.. convert animated.gif colors.png -clut outimage.gif however, it doesn't well with animated images... besides removing the animation, it doesn't properly color the image, and I end up with a negative image instead. Is there any way around this, besi...
by dognose
2011-04-03T13:18:55-07:00
Forum: Users
Topic: Soft Focus
Replies: 4
Views: 10130

Re: Soft Focus

What were you composing the image with? I can't figure out what command you used..

the results look good though.
by dognose
2011-04-01T10:27:07-07:00
Forum: Users
Topic: Soft Focus
Replies: 4
Views: 10130

Soft Focus

Trying to recreate this tutorial.

http://www.photoshopessentials.com/phot ... oft-focus/

Wondering what would properly recreate this. I can't figure out what "soft light" would be.

Image
by dognose
2011-03-31T09:35:52-07:00
Forum: Users
Topic: Cross process / retro settings..
Replies: 8
Views: 17708

Re: Cross process / retro settings..

Sure

Image

Code: Select all

convert original.jpg retro_colors.png -hald-clut out.jpg
I need to make some more though for different types of old film
by dognose
2011-03-23T13:08:13-07:00
Forum: Users
Topic: Cross process / retro settings..
Replies: 8
Views: 17708

Re: Cross process / retro settings..

Thanks, the HALD works great!
by dognose
2011-03-22T18:56:49-07:00
Forum: Users
Topic: Cross process / retro settings..
Replies: 8
Views: 17708

Re: Cross process / retro settings..

http://en.wikipedia.org/wiki/Cross_processing

referring to that certain coloring of older photos.
by dognose
2011-03-22T08:34:29-07:00
Forum: Users
Topic: Cross process / retro settings..
Replies: 8
Views: 17708

Cross process / retro settings..

I'm looking for what settings would be good to create cross process style pics..

Image
by dognose
2011-02-07T15:15:28-07:00
Forum: Users
Topic: Slow system... where to begin..
Replies: 4
Views: 10755

Re: Slow system... where to begin..

Wait.. the limit didn't take. # export MAGICK_THREAD_LIMIT=1 # convert -list resource File Area Memory Map Disk Thread Time ------------------------------------------------------------------------------- 768 8.1252GB 5.6754GiB 15.134GiB 18.446744EB 8 unlimited # set | grep MAGIC MAGICK_THREAD_LIMIT=1