Quantcast Avisynth: Dtc Block + the Blockbuster Filter ? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-13-2003, 04:45 PM
Timster Timster is offline
Free Member
 
Join Date: Jan 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
I've been ripping for 4 days so I'm a newbie. I've been using a method of DVDx to Avisynth to TMPenc and the results are great and I'm able to rip and encode to MPEG 1 in about 4+ hours. It looks great on my Computer, however wehn I play it on my 31 inch TV I notice a lot of block especailly on walls and dark colors. From reading I hear this is called DTC block and I've read about the blockbuster filter and would like to use it. I have the avisyth.dll (1.4 as version 2 doesn't seem to work with this setup) in the sytem 32 directory and registered. I'm totally confused about writing a script for avisynth. Alll I want is to get rid of the DTC block and I'll be perfectly happy. Can someone tell me what I need to do or just attach a script and where i need to put it. As far as avisynth is concerned all I hac is the .dll installed. I'll do some more reading but can anyone make it simpler for me.
Thanks,
Tim
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  
01-13-2003, 04:53 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 Tim,

Here's a functional .avs I'm currently using:

Code:
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")

Mpeg2Source("K:\COUNT_OF_MONTE_CRISTO\VIDEO_TS\count.d2v")
LegalClip()
GripFit(width=352, height=480, overscan=1) 
FluxSmooth()
Blockbuster(method="noise", variance=.3, seed=1)
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
With this script, you only have to change the "Mpeg2Source" line and point it to your .d2v, and change the output resolution you want in the GripFit line Remember to set the Video arrange method on TMPEG to "Center".
For more information on SansGrip's filters and prediction, check the related section here in the forum.

-kwag
Reply With Quote
  #3  
01-13-2003, 07:01 PM
Timster Timster is offline
Free Member
 
Join Date: Jan 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Kwag!
My last post didn't make it so here it is again.
What the heck do I do with this code? Do I create a text file or what? I'm totally lost because I only have the avisynth.dll in my computer so I don't know what to do with this script. I'll do some more research while waiting on a reply. Is anyone working on a GUI for this thing? Would be much easier.

Tim
Reply With Quote
  #4  
01-13-2003, 07:18 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
You can automatically write a basic skeleton .avs script by using FitCD. For that code to work, just copy and past it to notepad and save it with a name that has extension .avs. Then, if you have AviSynth properly installed, you can test that it's working by opening the .avs with WMP. You should see your movie playing

-kwag
Reply With Quote
  #5  
01-13-2003, 08:17 PM
Timster Timster is offline
Free Member
 
Join Date: Jan 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry, Maybe I'm stupid or something but I just don't get it. If I'm using DVDx to serve to TMPGenc via DVDx's avisynth plug-in, then even after writing the script, what opens what? This is way over my head and I'm usually pretty good at this sort of stuff, but I'm way out in left field here. There's got to be a better way!There ought to be a program out there like DVDx or Copy DVD that have such an easy interface but could encode as well as TMPGenc or Cinema Craft and gives you decent filtering and other options. It ain't out there as far as I can tell and the process of using 5 to 6 different programs to do this is a bit of a joke.
Thanks for trying to help, it's just a little frusterating.
I'll keep trying.
Tim
Reply With Quote
  #6  
01-13-2003, 09:05 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 Timster
There's got to be a better way!There ought to be a program out there like DVDx or Copy DVD that have such an easy interface but could encode as well as TMPGenc or Cinema Craft and gives you decent filtering and other options.
http://www.dvd2svcd.org
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Blockbuster Filter for Avisynth [Readme] kvcd.net Archives Avisynth Scripting 0 11-25-2012 07:38 PM
KVCD: Block remover filter? andybno1 Video Encoding and Conversion 0 06-23-2003 04:04 PM
Avisynth: Blockbuster() filter graphs still here? Reno Avisynth Scripting 5 01-17-2003 12:10 AM
Avisynth: BlockBuster + NoMoSmooth filter combo? Holomatrix Avisynth Scripting 0 11-19-2002 07:20 AM
KVCD: Blockbuster filter? andybno1 Video Encoding and Conversion 2 11-15-2002 05:12 AM




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