Quantcast Avisynth: Help to Make Proper AVS Scripts? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
06-23-2003, 08:23 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all ... KVCD hmmmm Impressive
For the love of "Sunny Leong" I can't work with or even make proper avs scripts, I actually jus loaded up the KVCDX3 template (tmpenc)
& through on the double deinterlace filter & encoded "Ocean's 11" (Mpeg1)
made it from a d2v file & wave file from "DVD2AVI 1.77"
(Source dvd)
Anyhow I use "Headac3" to make mp2 audio file & jus muxed the m1v from "tmpg" with the mp2 from "Headac3" & got my whole movie done
BUT ... when i was about to cut the movie into 2 chunks (for 2 80min cdrs)
It was about 300 mb too big My question to u all is ... Is it nessessary ta use scripts in "tmpg" ? or are they just for determining bitrate & size ??
Do the scripts play a role in filtering & sharpining the movie ??
Can someone teach me ta load & make working scripts ?
Evertime I load 1 i made tmpg keeps sayin "error in line 12" or mpegenc2.dll bla bla bla or even unexpected error WTF ?
Can some1 please help me (I do have the AVSREADER installed)
Thanks in advanced for you all takin the time ta read throught the whole thing
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
  #2  
06-23-2003, 08:30 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
Welcome Sykes,

Go to the main page at www.kvcd.net and look on the right side under "Articles". There you'll find several guides that are specific to KVCD

-kwag
Reply With Quote
  #3  
06-23-2003, 08:50 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the welcoming, Ye i already tryed that theres only 3 guides that are english lol & 2 of them have nothin ta do with dvd to kvcd
need moe english kvcd & script making guides
Reply With Quote
  #4  
06-23-2003, 10:12 PM
ozjeff99 ozjeff99 is offline
Free Member
 
Join Date: May 2002
Location: Sydney, Australia
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
The one's by Red-M and Black Prince are excellent. How many more do you need? Perhaps we can help you with specific needs as you progress. Since we use VBR here, the end file size is not pre-determined exactly as such. We sample the movie and by scaling up determine a CQ that will give a file size prediction to fill the required number of disks. The program TOK does this.
ozjeff99
Reply With Quote
  #5  
06-23-2003, 10:34 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
My problem is that i cant make proper scripts that tmpgenc will read i make a script & i get the black screen of death say in red letters

"UNRECOGNIZED EXCEPTION/(LOCATION)/Oceans_11.avs LINE 20"

Sounds easy ... I can build a computer from parts & bits but i cant make avi synth scripts
for some reason i keep geetin black screens of death sayin afew different things
Reply With Quote
  #6  
06-23-2003, 10:40 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\TemporalCleanerO ld.dll")
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\GripFit_preview. dll")
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\BlockBuster.dll" )
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Amd Athlon XP 2000\Desktop\MovieStacker\Filters\Sampler.dll")

Mpeg2Source("F:\DVD2AVI Temp\Ocean's 11 Temp.d2v")
LegalClip()
GripCrop(480, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
SpaceDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, variance=0.3, seed=1)
GripBorders()
LegalClip()
Reply With Quote
  #7  
06-23-2003, 10:45 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
Hi Sykes,

Can you play your .avs in WMP

-kwag
Reply With Quote
  #8  
06-23-2003, 10:51 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Yes kwag i can play it in media player BUT its the black screen of death with red letter that play for about 10 seconds, It'll say different things everytime i make an ajustment to the avs file

Can someone make me a script that will work for dvd to kvcd through
the d2v from dvd2avi1.77
I even tryed pre made script but same problem
Help !!
Reply With Quote
  #9  
06-23-2003, 10:54 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
As you are using AviSynth version 2.0x I assume, you did create your .d2v project with DVD2AVI version 1.76
Because 1.77.x doesn't work with avisynth 2.0x

-kwag
Reply With Quote
  #10  
06-23-2003, 10:57 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Ummmm I've bin using DVD2AVI 1.77 & AviSynth 2.5 & even 2.08 are those all wrong versons?
Reply With Quote
  #11  
06-23-2003, 11:04 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
If you are using avisynth 2.52, then DVD2AVI 1.77.3 is fine
If you go to your "c:\program files\avisynth 2.5\Examples\" you should see a file called "version.avs"
Play that with WMP and see if you get a screen displaying avisynth's version. If you don't, avisynth is not correctly installed.

-kwag
Reply With Quote
  #12  
06-23-2003, 11:11 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
I did what u said & changed over to Dvd2Avi1.76 & played that file in that folder u mentioned & it played fine it said AviSynth2.08
So the fact that i used dvd2avi1.77 to wrap the vob infact leaves me to do it again with 1.76 thanks kwag brb in alil while thankx !!
Reply With Quote
  #13  
06-23-2003, 11:41 PM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Hey Kwag ... I CAN NOW SEE THE MOVIE IN TMPEG (reading from the script) cool thanks
But as u can see Iam fulla questions
1 whats the better verson of moviestacker to use 2.0 or 1.1 ?
2 what does loading it in tmpgenc accomplish that loading the d2v directly into tmpgenc wont accomplish (does it add filters & stuff) ??
3 what bitrate do u use kwag ? (while making kvcd 2 hrs long mpeg1 on 2 cdrs)
& what do u have your quality set to in tmpg default is 60
If you could also tell me what the kvcd specs are
(max bitrate, Min, Average) (min max audio 48k or 44) (mpg1 audio or mpg2 audio for a m1v file) ????
Reply With Quote
  #14  
06-23-2003, 11:54 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
Quote:
Originally Posted by Sykes
Hey Kwag ... I CAN NOW SEE THE MOVIE IN TMPEG (reading from the script) cool thanks
But as u can see Iam fulla questions
1 whats the better verson of moviestacker to use 2.0 or 1.1 ?
2.0 BETA 3 is the latest
Quote:
2 what does loading it in tmpgenc accomplish that loading the d2v directly into tmpgenc wont accomplish (does it add filters & stuff) ??
You can't use avisynth filters if you load the .d2v directly
Quote:
3 what bitrate do u use kwag ? (while making kvcd 2 hrs long mpeg1 on 2 cdrs)
MIN 300, MAX 2,500 and you have to use file size prediction to target to one or two CDs. Read about it on the forum.
Quote:
& what do u have your quality set to in tmpg default is 60
It's just a default value.
Quote:
If you could also tell me what the kvcd specs are
(max bitrate, Min, Average) (min max audio 48k or 44) (mpg1 audio or mpg2 audio for a m1v file) ????
KVCD is an advanced qualtization matrix (KVCD "Notch" Q. Matrix), an optimized GOP, and a whole set of methods and procedures

-kwag
Reply With Quote
  #15  
06-24-2003, 12:10 AM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks kwag, Thanks for all the help
Last question, I managed to encode a small file its 16:9 but not like the dvd it has 2 vertical black bars on the screen aswell (my encoded or not meeting the ends of the screen verticaly missing about an inch on each side) left and right is this normal?
Reply With Quote
  #16  
06-24-2003, 12:23 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
You probably encoded with "Blocks-TV overscan" set to 1 or 2 in MovieStacker.
Normally, in the computer, you will see the bars. But not on your TV. This saves precious space, because you encode less pixels.
Search the forum for more details on this.

-kwag
Reply With Quote
  #17  
06-24-2003, 12:35 AM
Sykes Sykes is offline
Free Member
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Thanx for your help !!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: What scripts are you using? rainer Avisynth Scripting 9 04-17-2007 12:51 AM
what are AviSynth Scripts? krustytheklown Avisynth Scripting 11 08-10-2003 08:43 PM
Avisynth: Can Avisynth chain scripts? MrTibs Avisynth Scripting 6 06-19-2003 06:28 PM
Avisynth: My avisynth scripts do not work ! Kane Avisynth Scripting 2 04-16-2003 03:40 AM
KVCD: Proper GOP for the new templates? Reno Video Encoding and Conversion 2 01-22-2003 11:39 PM




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