Quantcast Avisynth: Blocks!? - digitalFAQ.com Forums [Archives]
  #1  
04-29-2003, 01:15 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
What settings would be the best to get rid of blocks in a flashing fast dancing scene, I´m just encodind Wasabi and I´m having trouble with this.
Here´s the script I´m using,

LoadPlugin("E:\KVCD Converting\Filters\Mpeg2dec.dll")
LoadPlugin("E:\KVCD Converting\Filters\GripFit_Preview.dll")
LoadPlugin("E:\KVCD Converting\Filters\LegalClip.dll")
LoadPlugin("E:\KVCD Converting\Filters\UnFilter.dll")
LoadPlugin("E:\KVCD Converting\Filters\STMedianFilter.dll")
LoadPlugin("E:\KVCD Converting\Filters\textsub.vdf")

AviSource("E:\-=[ CACHE ]=-\Wasabi.avi")
ConvertToYUY2()

LegalClip()
GripCrop(544, 576, overscan=2)
TextSub("E:\KVCD Converting\Wasabi - Fin - 25fps - 2001.sub")
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.5)
mergeluma(blur(0.3))
GripBorders()
LegalClip()
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
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  
04-29-2003, 02:44 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
hi CheronAph

this is the script that i'm using too!

answer me please friend:

is not low CQ that are causing blocks?
(i really don't know,than i'm asking)

blockbuster noise don't help you?

and,why do you use
ConvertToYUY2() ?
what are the advantages?

thanks in advance!
Reply With Quote
  #3  
04-29-2003, 07:10 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
CQ is 73, I don´t know what the blocbuster settings should be and about the ConvertToYUY2(), I have no idea what it is, I´m just copying scripts here!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #4  
04-29-2003, 07:17 AM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
What settings would be the best to get rid of blocks in a flashing fast dancing scene,
first off all I assume that the blocks dont exist in the source avi,

I would try upping the max bitrate to allow a little extra for the fast action scenes.
I may stand corrected here but I seem to remember a behaviour with tmpg that increaseing the gap between min and max created a smaller file size, maybe Kwag could confirm this.
Also you could try using the 1/2 D1 template and change the gop to 24 and use mpeg1 if you are happy to use 352 x 576.

Jorel the ConvertToYUY2() is used when the source is RGB some of the avisynth filters dont like this, common with divx sources.
Reply With Quote
  #5  
04-29-2003, 07:18 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
Quote:
Originally Posted by CheronAph
CQ is 73, I don´t know what the blocbuster settings should be and about the ConvertToYUY2(), I have no idea what it is, I´m just copying scripts here!
"I have no idea what it is, I´m just copying scripts here"

you are kidding of course.

try this in a little sample and see if help:

LoadPlugin("C:\....\BlockBuster.dll")
BlockBuster(method="noise", detail_min=1, detail_max=100, variance=1, seed=0 )

.
Reply With Quote
  #6  
04-29-2003, 07:22 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Thanks guys! I´ll try your tips, let´s see what happens!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #7  
04-29-2003, 07:44 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
Quote:
Originally Posted by CheronAph
Thanks guys! I´ll try your tips, let´s see what happens!
forgive friend,i forgot:

use blockbuster after resize in the script.

Reply With Quote
  #8  
04-29-2003, 07:55 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
How high can I raise the max bitrate?
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #9  
04-29-2003, 08:20 AM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by CheronAph
How high can I raise the max bitrate?
The X3 has a max bitrate of 2500,

I think some players dont like high mpeg1 bitrates so test yours.

Also you could try mpeg2...... can't hurt then you can use 5000
Reply With Quote
  #10  
04-29-2003, 10:29 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
I am using mpeg-2, I tried 5000 but I didn´t get any sound! I´ll keep on testing!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #11  
04-29-2003, 10:55 AM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by CheronAph
I am using mpeg-2, I tried 5000 but I didn´t get any sound! I´ll keep on testing!
Yes I think this may be a limitation of svcd, certainly Dvd does not have a problem with such high bitrates.

Svcd might be limited to 2500
Reply With Quote
  #12  
04-29-2003, 11:35 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by urban tec
Jorel the ConvertToYUY2() is used when the source is RGB some of the avisynth filters dont like this, common with divx sources.
This happens when DivX3 or 4(?) is used to decode the content. They seem to decode it to RGB whereas DivX5 keeps the colorspace at YV12.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Script for blocks in dark scenes? AdamJ Avisynth Scripting 1 01-14-2005 09:58 AM
Avisynth: blocks in fast action scenes? vdk_au Avisynth Scripting 6 02-04-2004 05:41 AM
Avisynth: Blocks in black background!! plautzer Avisynth Scripting 51 10-11-2003 06:07 AM
Avisynth: Sharpening without making blocks noticeable? muhali3 Avisynth Scripting 5 09-25-2003 06:35 PM
Avisynth: Purple blocks in video? PyRoMaNiA Avisynth Scripting 4 02-28-2003 12:40 PM

Thread Tools



 
All times are GMT -5. The time now is 09:48 AM  —  vBulletin İ Jelsoft Enterprises Ltd