Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th February 2005, 16:41   #1  |  Link
E-Male
mad computer-scientist
 
Join Date: Mar 2002
Posts: 1,375
ImageMagick processing plug-in

use this mirror please: http://www.blainehelmick.com/hosted/immaavs/immaavs.rar (thx to makoto916)
http://e-rels.dyndns.org/downloads/immaavs.rar
(also inlcudes the picture reader: http://forum.doom9.org/showthread.php?s=&threadid=90131 )

examples:
immamog("-sepia-tone","205")
immamog("-swirl", "300")
immamog("-wave", "10x10")
immamog("-fill","#228","-tint","60")
immamog("-fill","white","-draw", "rectangle 10,10 40,40")

4 parameters is the maximum for now, but i can allow more on request
rgb32 only
should support most of these commands:
http://imagemagick.org/script/mogrify.php?

the resolution of the image is not changed, yet
but i'll add that in the next version

hyper-threading bug fixed

this plug-in is still experimental
please report how it works for you

Last edited by E-Male; 19th September 2005 at 19:04.
E-Male is offline   Reply With Quote
Old 22nd February 2005, 12:06   #2  |  Link
E-Male
mad computer-scientist
 
Join Date: Mar 2002
Posts: 1,375
really no interest at all in this?
guess in can move it way down the priority-list
E-Male is offline   Reply With Quote
Old 22nd February 2005, 12:32   #3  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
forum's a bit slow lately... i wouldn't be worried by lack of replies - just link this thread whenever someone asks for something this plugin can do

of course, setting priorities is a different matter. you must have a few projects going... good stuff.

the scale and rotation stuff looks interesting.
__________________
sucking the life out of your videos since 2004
Mug Funky is offline   Reply With Quote
Old 13th April 2005, 07:34   #4  |  Link
makoto916
Registered User
 
Join Date: Apr 2004
Posts: 45
Mirror of immmamog avaialble here (link removed).

*EDIT* DLL changed to immaavs. New mirror here.

Last edited by makoto916; 13th April 2005 at 15:49.
makoto916 is offline   Reply With Quote
Old 13th April 2005, 07:39   #5  |  Link
E-Male
mad computer-scientist
 
Join Date: Mar 2002
Posts: 1,375
thx again
E-Male is offline   Reply With Quote
Old 13th April 2005, 15:26   #6  |  Link
E-Male
mad computer-scientist
 
Join Date: Mar 2002
Posts: 1,375
updated
-joined both imagemagick plug-ins in one .dll-file
-compiled with imagemagick 6.2.1, single-threaded
-no new features in the plug-in yet, will come in next version
E-Male is offline   Reply With Quote
Old 13th April 2005, 15:27   #7  |  Link
HighInBC
Registered User
 
HighInBC's Avatar
 
Join Date: Jan 2003
Location: Victoria, BC, Canada
Posts: 144
Thank you so much! This fills in alot of funtionality for frame editing.

I will use this often!
HighInBC is offline   Reply With Quote
Old 17th September 2005, 16:08   #8  |  Link
HighInBC
Registered User
 
HighInBC's Avatar
 
Join Date: Jan 2003
Location: Victoria, BC, Canada
Posts: 144
Mabye I have missed something obvious, I am trying to use this filter to draw a rectangle on the screen. This is what I have:

Code:
clip	= BlankClip(length=1,width=720,height=480,pixel_type="RGB32",fps=30000,fps_denominator=1001,color=$888888).\
	  immamog("-draw", "rect 10,10 400,400")

return clip
Am I doing this wrong? no rectangle appears. How do I control the color once I do get iit to appear?
HighInBC is offline   Reply With Quote
Old 17th September 2005, 19:41   #9  |  Link
Dark-Cracker
Registered User
 
Dark-Cracker's Avatar
 
Join Date: Feb 2002
Posts: 1,195
hi,

nice filter, just a personnal opinion but you should add some picture of the previewing effect and a little explanation of the filter, it could probably aware the interest felling in a few people

++
__________________

AutoDub v1.8 : Divx3/4/5 & Xvid Video codec and .OGG/.MP3/.AC3/.WMA audio codec.
AutoRV10 v1.0 : Use RealVideo 10 Codec and support 2 Audio Streams and Subtitles.

Dark-Cracker is offline   Reply With Quote
Old 17th September 2005, 20:39   #10  |  Link
HighInBC
Registered User
 
HighInBC's Avatar
 
Join Date: Jan 2003
Location: Victoria, BC, Canada
Posts: 144
I retract my previous question, I figured it out thusly:

Code:
clip.immamog("-fill","white","-draw", "rectangle 10,10 40,40")
HighInBC is offline   Reply With Quote
Old 19th September 2005, 19:03   #11  |  Link
E-Male
mad computer-scientist
 
Join Date: Mar 2002
Posts: 1,375
Quote:
Originally Posted by Dark-Cracker
hi,

nice filter, just a personnal opinion but you should add some picture of the previewing effect and a little explanation of the filter, it could probably aware the interest felling in a few people

++
it's just a side-project of the picture reader, so i never gave much attention to it myself
i provided a link to the imagemagick site showing the parameters, there is not much more i can do ATM

i'll add the "draw" example to the first post
E-Male is offline   Reply With Quote
Old 19th September 2005, 21:38   #12  |  Link
chilkari
Registered User
 
chilkari's Avatar
 
Join Date: Jul 2004
Location: Austin, TX
Posts: 9
Thanks, EM - I'll definitely use the heck out of this one.
chilkari is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:18.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.