Quantcast Avisynth: I Understand Everything but the Filters/Scripts - digitalFAQ.com Forums [Archives]
  #1  
12-18-2002, 10:37 PM
WhiteKnight54 WhiteKnight54 is offline
Free Member
 
Join Date: Dec 2002
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Alright i understand everything but the filters/scripts. I d/l'ed AVisynth and now have no-idea what to do. I have seen other peoples scripts with blockbust and fluxsmooth and such but have no idea if i d/l those or were i get them. Also once u do have your script do u just copy it to wordpad or something becasue as far as i can see avisynth isn't actually a program i can open. Once u get the file what do u do with it? Open it by source in TMPgenc?

Thanks
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  
12-18-2002, 11:01 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 WhiteKnight54
Alright i understand everything but the filters/scripts. I d/l'ed AVisynth and now have no-idea what to do. I have seen other peoples scripts with blockbust and fluxsmooth and such but have no idea if i d/l those or were i get them. Also once u do have your script do u just copy it to wordpad or something becasue as far as i can see avisynth isn't actually a program i can open. Once u get the file what do u do with it? Open it by source in TMPgenc?

Thanks
AviSynth installs as a .dll and associates the extension .avs to it. You edit your .avs files with Notepad or Wordpad, just like you described. When TMPEG opens this .avs file as video source, video is routed through this .dll, and AviSynth is what actually does the processing, reading and interpreting the commands in the .avs script. SansGrip filters are mirrored here and include excelent documentation: http://www.kvcd.net/sansgrip/avisynth
You should use FitCD to create a basic skeleton .avs script. Get it here: http://www.kvcd.net/forum/viewtopic.php?t=1369

-kwag
Reply With Quote
  #3  
12-18-2002, 11:03 PM
caish5 caish5 is offline
Free Member
 
Join Date: Nov 2002
Location: Brisbane .AU
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to caish5
You open thr scripts with TMPGenc as the source.
You edit them with notepad or any other plain text editor.
AVIsynth does it's magic in the background!
Try to start out by cutting and pasting a few from these forums and
start making small changes to them. Eventually you'll figure it out and wonder how you ever lived without it.
Reply With Quote
  #4  
12-18-2002, 11:48 PM
WhiteKnight54 WhiteKnight54 is offline
Free Member
 
Join Date: Dec 2002
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
so do i combine the script from FITcd into a big final one?
Reply With Quote
  #5  
12-18-2002, 11:52 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 WhiteKnight54
so do i combine the script from FITcd into a big final one?
Yes, add the SansGrip filters ( Blockbuster, Fluxsmooth, etc. ) to your skeleton .avs script.

Here's a sample .avs I'm currently using right now on a movie:

Code:
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
mpeg2source("K:\RED_PLANET\VIDEO_TS\red.d2v")
LegalClip()
FluxSmooth()
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1, cache=1024 ) # Apply noise if complexity is <= 10%. 
LegalClip()
-kwag
Reply With Quote
  #6  
12-18-2002, 11:57 PM
WhiteKnight54 WhiteKnight54 is offline
Free Member
 
Join Date: Dec 2002
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
if i am going to use bbmeg to put together the video and audio can i just put a line for the video and forget about a line about audi? (i will decompress the movie audio using virtual dub)
Reply With Quote
  #7  
12-19-2002, 12:16 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
Quote:
Originally Posted by WhiteKnight54
if i am going to use bbmeg to put together the video and audio can i just put a line for the video and forget about a line about audi? (i will decompress the movie audio using virtual dub)
Yes. Just like the script above. I never process audio with AviSynth. I always encode audio separately with HeadAC3he. Then you mux your separate streams with BBMpeg.

-kwag
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
My file is too big! Don't understand Rambytes Avisynth Scripting 15 11-03-2003 08:53 AM
what are AviSynth Scripts? krustytheklown Avisynth Scripting 11 08-10-2003 08:43 PM
Bitrates: My file is too big, don't understand! Rambytes Video Encoding and Conversion 1 08-07-2003 04:38 AM
BBMpeg: Trying to understand padding jshew Video Encoding and Conversion 1 06-11-2003 06:17 AM

Thread Tools



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