Quantcast MovieStacker: Feature Requests (Old) - Page 4 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #61  
03-17-2003, 02:56 AM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #62  
03-17-2003, 03:41 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #63  
03-17-2003, 03:42 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts


great Bud that post:
"Kwag would you mind posting a couple of the "Standard" scripts that you use for most of your converting."
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!!
Reply With Quote
  #64  
03-17-2003, 10:50 AM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
Sure! I will add it to the next release.
Reply With Quote
  #65  
03-20-2003, 01:33 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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, 47
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, 47
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!!
Reply With Quote
  #66  
03-20-2003, 04:28 AM
bman bman is offline
Free Member
 
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #67  
03-20-2003, 12:24 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
@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.
Reply With Quote
  #68  
03-21-2003, 04:33 AM
bman bman is offline
Free Member
 
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Many Thanks Muaddib !!!
Now I know what "TaskBar" Is

bman
Reply With Quote
  #69  
03-29-2003, 03:31 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
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
-vhelp
Reply With Quote
  #70  
03-29-2003, 06:55 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #71  
03-29-2003, 07:09 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
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

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
Reply With Quote
  #72  
03-29-2003, 07:36 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #73  
03-30-2003, 04:02 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
Could you incorporate SmoothHiQ into the next version of MovieStacker?
Reply With Quote
  #74  
03-30-2003, 08:51 AM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by PyRoMaNiA
Could you incorporate SmoothHiQ into the next version of MovieStacker?
you fell in love with this filter , right?
__________________
greetz Kane
Reply With Quote
  #75  
03-30-2003, 11:23 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
you fell in love with this filter , right?
yeah me too
yes please implement that one on the next release mua!
__________________
j3llyG0053
Reply With Quote
  #76  
03-30-2003, 11:28 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Check this thread: http://www.kvcd.net/forum/viewtopic.php?t=3410 before making love

-kwag
Reply With Quote
  #77  
04-01-2003, 10:14 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
OK, so SmoothHiQ wasn't so good, but could you include STMedianFilter in the next release instead?
Reply With Quote
  #78  
04-02-2003, 01:26 PM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
..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....
Reply With Quote
  #79  
04-02-2003, 01:42 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Read here: http://www.kvcd.net/forum/viewforum.php?f=38
Reply With Quote
  #80  
04-03-2003, 11:37 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Paranoia: Feature Request kwag Video Encoding and Conversion 2 07-15-2006 10:28 AM
MovieStacker: Suggestions & Requests - (MStacker 2.1.0) muaddib Video Encoding and Conversion 46 05-26-2004 06:36 PM
new feature for DivX at the link below called EKG? digitalize Video Encoding and Conversion 1 03-24-2003 04:11 PM
MovieStacker: KDVD Template for MovieStacker SodGawd Video Encoding and Conversion 6 03-15-2003 12:07 AM
KVCD: Confused on the force feature in dvd2avi cracker Video Encoding and Conversion 1 06-12-2002 03:52 PM




 
All times are GMT -5. The time now is 03:41 AM  —  vBulletin © Jelsoft Enterprises Ltd