digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: Feature Requests (old) (http://www.digitalfaq.com/archives/encode/2737-moviestacker-feature-requests.html)

Bud 03-17-2003 02:56 AM

AVS Script Settings In MovieStacker
 
Not so much a suggestion just a question. I have been accepting all the default Filters and not checking the file prediction in MovieStacker once I load up the template. Just wondering if there is such a thing as a "Standard" filter set when using MovieStacker. Kwag would you mind posting a couple of the "Standard" scripts that you use for most of your converting. Nothing wrong with the current default settings just wondering what everyone else is using and why. Mine are based on two templates the 352x240 or the 528x480 KVCDx3. Many thanks

Bud

kwag 03-17-2003 03:41 AM

Hi Bud,

This is what I'm currently trying out, with awesome results:

Code:

LoadPlugin("C:\MovieStacker\MovieStacker\Filters\MPEG2Dec2.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\NoMoSmooth.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\Convolution3D.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\MovieStacker\MovieStacker\Filters\PeachSmoother.dll")

Mpeg2Source("J:\DVDbot\CITY_BY_THE_SEA\VIDEO_TS\sea.d2v")
LegalClip()
MergeChroma(blur(1.5))
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
PeachSmoother(NoiseReduction=45,Stability=15,Spatial=70,NoiseLevel=4.8,Baseline=3.2)
Convolution3D(preset="movieHQ")
GripBorders()

-kwag

jorel 03-17-2003 03:42 AM

:)

great Bud that post:
"Kwag would you mind posting a couple of the "Standard" scripts that you use for most of your converting."
:wink: good idea!

muaddib,please friend... :)

can we have in the MovieStacker the unfilter from trBarry?
unfilter when used gently is very cool...the best sharp for me cos
the colors still constants,and not like a "bubble"...
and is simple to use:

UnFilter(HSharp, VSharp)

from unfilter read-me:

"Valid values for each
are from -100 (max softness) through zero (neutral) through +100 (max sharpness).
UnFilter should run on all MMX machines or higher. It has also has some added code
for 3DNOW instructions for when it is running on a K6-II or higher and some SSEMMX for P3 & Athlon."

"UnFilter Soften/Sharpen filter for Avisynth
Copyright (C) 2002 Tom Barry - trbarry@trbarry.com"

www.trbarry.com/UnFilter.zip

thank you!!
:)

muaddib 03-17-2003 10:50 AM

Sure! I will add it to the next release. :wink:

jorel 03-20-2003 01:33 AM

hy friend muaddib! :)

is possible MovieStacker make scripts
to dvd2svcd program too?

first i do this script:

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\MPEG2Dec2.dll")
LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\DecombLegacy.dll")
LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\Convolution3D.dll")
LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\DustV5.dll")
LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\LegalClip.dll")
LoadPlugin("D:\CONVERT\01 PROGS\MOVIESTACKER111\Filters\Sampler.dll")
LoadPlugin("D:\convert\01 Progs\FitCD_v1.0.5_Prediction&Filters_v0.2\Unfilte r.dll")

Mpeg2Source("D:\convert\Tok480x480\parte2.d2v")
Unfilter(10,10)
LegalClip()
FieldDeinterlace(full=true, threshold=15, dthreshold=9, blend=true, chroma=false, show=false)
BicubicResize(464, 462, 0, 0.6, 0, 1, 720, 478)
SpaceDust()
Convolution3D(preset="movieHQ")
AddBorders(8, 9, 8, 9)
LegalClip()
fadein(180)
fadeout(200)

and after MovieStacker make the hard work for me i do:

[AVISYNTH_Unfilter, Legalclip, BilinearResize, Dustv, Convolution3d, Legalclip]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Unfilter.dll)
2=Unfilter(^Horizontal,^Vertical)
3=LoadPlugin(!Legalclip.dll)
4=Legalclip()
5=BicubicResize(464, 462, 0, 0.6, 0, 1, 720, 478)
6=LoadPlugin(!Dustv5.dll)
7=SpaceDust()
8=LoadPlugin(!convolution3D.dll)
9=Convolution3D(preset="movieHQ")
10=AddBorders(8, 9, 8, 9)
11=Legalclip()
12=fadein(180)
13=fadeout(200)
!MPEG2Dec2.dll=C:\DVD2SVCD1\Dlls\MPEG2DEC2TBarry\M PEG2DEC2.dll
!Unfilter.dll=C:\DVD2SVCD1\Dlls\UnFilter.dll
^Horizontal=10
^Vertical=10
!Legalclip.dll=C:\DVD2SVCD1\Dlls\Legalclip.dll
!Dustv5.dll=C:\DVD2SVCD1\Dlls\Dustv5.dll
!convolution3D.dll=C:\DVD2SVCD1\Dlls\Convolution3D .dll

i "transpose" the MovieStacker script to dvd2svcd script and work very fine....this is for me and some members that do kvcds with dvd2svcd program!

thank you!!
:wink:

bman 03-20-2003 04:28 AM

Muaddib Hi !!!
It's possible to add to MovieStacker window MINIMIZE option too.
Often while i'm trying encoding scripts , it would be convinient and useful just to minimize window and keep it in this mode till next try .
It'll be big prob for you ???
bman

muaddib 03-20-2003 12:24 PM

@jorel
May be in the future.
For now there are just too many features and filters to be added to MovieStacker.

@bman
My mistake! The minimize button should be there from the beginning!
I'll add to the nest release, but till there you can just click the MovieSatcker button at the TaskBar. This should minimize it.

PS: "TaskBar" --> Is that the name for the bar at the bottom of the window screen where you can see the programs that are running? Anyway, that's what I mean. :mrgreen:

bman 03-21-2003 04:33 AM

Many Thanks Muaddib !!!
Now I know what "TaskBar" Is :lol: :lol: :lol:

bman

vhelp 03-29-2003 03:31 PM

hay mauddib..

I thought that MovieStacker v1.1.1 had a PREVIEW feature for the
cropping or something ..

Where is the PREVIEW button ??

I'm testing some AVI source codes, and the one I'm working on now, shows
solar-flares or rainbow colors when loading my DV captures, however,
w/ Huffy captures, all the TRUE colors are fine. I wanted to see if your
PREVIEW suffers this same issue, in your ..Stacker app.

Thanks for any responses guys :lol:
-vhelp

muaddib 03-29-2003 06:55 PM

Hi vhelp,

MovieStacker v1.1.1 has no preview...
I'm working on it, and I intend to add it in the next version.
For now you will have to preview your script manually with ZP. :wink:

vhelp 03-29-2003 07:09 PM

hi mauddib.. what's up he he...


Ok, ..thanks.

Actaully, I'm working on an app that envolves AVI files - - plays them in
a time line (but not for playing purposes) and I'm having a problem w/
accepting "frameserved" sources ie, *.VDR or *.AVS scripts.

Only actual AVI files are "opening" up :cry:

Anyways.. I'm glad you are revising your ..Stacker app, and to
include a PREVIEW. Curious to see how you implement it, and for which
areas ie, Croping etc.

Well, take it easy and see you around.
-vhelp

muaddib 03-29-2003 07:36 PM

Quote:

Originally Posted by vhelp
Anyways.. I'm glad you are revising your ..Stacker app, and to
include a PREVIEW. Curious to see how you implement it, and for which
areas ie, Croping etc.

Sure! As soon as I get some consistent results we can talk about it.

PyRoMaNiA 03-30-2003 04:02 AM

Could you incorporate SmoothHiQ into the next version of MovieStacker? :)

Kane 03-30-2003 08:51 AM

Quote:

Originally Posted by PyRoMaNiA
Could you incorporate SmoothHiQ into the next version of MovieStacker? :)

you fell in love with this filter , right? :smileysex:

Jellygoose 03-30-2003 11:23 AM

Quote:

you fell in love with this filter , right?
yeah me too :wink:
yes please implement that one on the next release mua!

kwag 03-30-2003 11:28 AM

Check this thread: http://www.kvcd.net/forum/viewtopic.php?t=3410 before making love :mrgreen:

-kwag

PyRoMaNiA 04-01-2003 10:14 AM

OK, so SmoothHiQ wasn't so good, but could you include STMedianFilter in the next release instead? :D

PyRoMaNiA 04-02-2003 01:26 PM

..actually it looks like we've stopped using STMedianFilter as well now... :? so what about the...
Code:

mergechroma(blur(1.58))
mergeluma(blur(1))

I think I'll stop posting suggestions now.... :lol:

kwag 04-02-2003 01:42 PM

Read here: http://www.kvcd.net/forum/viewforum.php?f=38 :wink:

muaddib 04-03-2003 11:37 PM

Hi guys,

I lost my modem for 3 day, but I'm taking notes of these requests.
Just be patient because I'm a little short of time for coding...
I hope that next week I can release a new version. :roll:


All times are GMT -5. The time now is 06:21 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.