digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   moviestacker cant work with avisynth? (http://www.digitalfaq.com/archives/avisynth/4201-moviestacker-work-avisynth.html)

kwag 06-27-2003 01:49 AM

Quote:

Originally Posted by Sykes
Well chances of that r like almost non dont u think ? i mean the old 1 2.08 can work why wouldent the newer 1

Because 2.5x is a whole new ball game :!:
But try another set of VOBs from another movie, just to try to narrow down the problem :!:

Sykes 06-27-2003 01:50 AM

K ... I will do that b bak soon hope your around lol

kwag 06-27-2003 01:53 AM

Quote:

Originally Posted by Sykes
honestly i dont even know how the 2.52 script should even look like can u copy & paste me a lil sample maybe i typed things wrong

Here's a complete working script I'm currently encoding with:
Code:

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\undot.dll")
LoadPlugin("C:\Filters25\unfilter.dll") 
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50

nf =  0 # Current frame.
lf =  0 # Current frame.

#
####

## Main section and static filters ###
#
Mpeg2Source("F:\KPAX\VIDEO_TS\movie-dvd2avi-1.77.3.d2v")

#
undot()
Limiter()
asharp(2, 4)
GripCrop(528, 480)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.2))
#
#

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf > 2.5 ? \
unfilter( -(fmin(round((nf/0.5)), 100)), -(fmin(round((nf/0.5)), 100)) ) : \
TemporalSoften(2,7,7,3,2) ")

GripBorders()
LetterBox(16, 16, 16, 16)
Limiter()

#
#
## Functions ###

function fmin(float f1, float f2) {
  return (f1<f2) ? f1 : f2
}


Sykes 06-27-2003 01:59 AM

b4 i go take 10 mins ta ripp im gonna load your script & try it i tryed & it lookin for dlls gripfit ect ect im gonna go find the dlls & hit u bak

Sykes 06-27-2003 02:08 AM

k i loaded your exact script & my own filename & installed all the filters it requires in c:\filters25 & now when i open an avs file in wmp 9 it says ...

MPEG2Source couln't open file
(c:\documents and settings\AMD Athlon XP 2000\Desktop\Tester.avs. Line 24)

Sykes 06-27-2003 02:12 AM

Now im gettin a diff set of vobs from a diff source

Sykes 06-27-2003 02:41 AM

no kwag it wont even work with another movie ? :cry:
whats going on> said somethin about a evealuate exceprtion!

Sykes 06-27-2003 02:49 AM

am i doomed to 2.52 ? How much better exacty is it compared with its sister program 2.08 ?
Is there a bigtime picture & motion quality difference ?

Sykes 06-27-2003 03:42 AM

Guess u went ta bed with the quickness lol
I figured out that dvd2avi 1.76 works with avs2.52 But
When I play the avs file in wmp its upside down
HELP !!

Sykes 06-27-2003 04:45 AM

While "Kwag" was sleeping ...
 
While Kwag was sleepin :zzzsleep: I managed ta figure out that Dvd2Avi 1.76 will in fact work with avs2.52 scripts :wink: :) :o :D :angel:
Now if only someone can tell me how ta make my 16:9 movies stretch & almost fit the whole screen (top & bottom)
Any1?

Grantman 06-27-2003 07:58 PM

Think back to Geometry class?
 
There is only one way to make a 16:9 movie fit full screen. Cut off information.

That is what PAN SCAN is... it is cutting off the left and the right sides of the frame leaving only the portion that could be shown on a TV screen.

The idea of PAN is that the center of the frame shifts to make sure the key parts of the shot are included in the part that is shown. Most movies are pretty centered so you only lose panoramic data but not always. Most TV versions of a movie have sceens that were shot twice... once for 16:9 and once for TV. Editing those scenes is another part of the PAN SCAN process.

I believe that PAN SCAN is not even truly the same as TV. It is still a bit wider of a format and sometimes it is just stretched to fit instead of being cropped further.

There is no way to keep the 16:9 on a TV unless you keep the black bars on top and bottom.

Grantman


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

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