Quantcast DVD2SVCD: Always See Blocks in Videos - digitalFAQ.com Forums [Archives]
  #1  
07-02-2004, 02:52 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
when i encode a movie a always see blocks is there a way to add blockbuster to the script (i always use dvd sources and i also use facar)
thanx for any help
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  
07-02-2004, 04:44 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
All the script are in a file called avisynth.ini, in the d2s directory. You can edit it and add the filters you want to the script you use.

Note: you should stop using facar unless you like to have 10% of your picture definitely lost.
Reply With Quote
  #3  
07-02-2004, 06:15 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Phil but i dont exactly know what to put in the script and where
Reply With Quote
  #4  
07-02-2004, 06:25 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You are using my optimal script for DVD adapted to D2S ?
Reply With Quote
  #5  
07-02-2004, 06:26 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
@ Phil no
Reply With Quote
  #6  
07-02-2004, 06:28 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
It's a bad thing . Just kidding
Copy the script here then, except if this is the FACAR one because I don't want even to see how it looks.
Reply With Quote
  #7  
07-02-2004, 06:38 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
i usualy use facar but i going to try yor method i m going to try installing the filters and use your script again but this time i have learned a little more things about dvd2svcd than the time i gave up on trying to do and understand it . ok here i go. wish me luck
Reply With Quote
  #8  
07-02-2004, 06:43 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
P.S. where do i exactly put the filters?
Reply With Quote
  #9  
07-02-2004, 06:47 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
First, to be sure you are using the correct scripts, they are here :
http://www.kvcd.net/forum/viewtopic.php?t=7221

Second: you have to put a blockbuster line just before the GripBorder (line 10 so). Just readjust all the line number for all lines under that.
Reply With Quote
  #10  
07-02-2004, 06:56 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
so is the script is suposed to look like this?

[AVISYNTH_Adaptative Filter]
0=nf=0
1=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
2=GripSize(resizer="BiCubicResize")
3=Undot()
4=Asharp(1, 4)
5=STMedianFilter(^S_FilterThreshHold, ^S_EdgeThreshHold, ^T_FilterThreshHold, ^T_EdgeThreshHold )
6=MergeChroma(blur(^blur_chroma))
7=MergeLuma(blur(^blur_luma))
8=SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
9=ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf), round(3/nf) , 1, 1) ")
10=Blockbuster(method="noise",detail_min=1,detail_ max=3,variance=0.1,seed=1)
11=GripBorders()
12=function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
13=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^overscan=1
^source_ana=true
^dest_ana=false
^S_FilterThreshHold=3
^S_EdgeThreshHold=3
^T_FilterThreshHold=1
^T_EdgeThreshHold=1
^blur_chroma=1.58
^blur_luma=0.1
^scdtrigger=30
Reply With Quote
  #11  
07-02-2004, 07:24 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
For better efficiency I would use this :
Code:
10=Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=1)
Reply With Quote
  #12  
07-02-2004, 07:38 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx phil so much really quick but do i put just the .dll's like (asharp.dll, blockbuster.dll, dctfilter.dll, Convolution3DYV12.dll, STMedianFilter.dll, UnDot.dll, grip.dll) in "crograms\dvd2svcd\avisynth2.25 plugins.___.dll" ? or do i have to put them in a seprate folder
Reply With Quote
  #13  
07-02-2004, 07:40 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
They should be in the "plugin" folder of avisynth. It is supposed to be under "c:\program files\avisynth2.5"
Reply With Quote
  #14  
07-02-2004, 08:42 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Phil i will try it tonite
Reply With Quote
  #15  
07-03-2004, 02:22 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
just finished encoding now, all i need to do now is add dvd type menus and burn so we will see how it turns out. thanx Phil
Reply With Quote
  #16  
07-03-2004, 04:23 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
ok finished burning the cd and the same thing like the last few months it has been real jerky even with facar. somebody please help!!
Reply With Quote
  #17  
07-03-2004, 05:48 PM
bazzy2004 bazzy2004 is offline
Free Member
 
Join Date: May 2004
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
did you force mux rate to 0 in bbmpeg advanced settings? or are you making a dvd?
__________________
im a noob, sorry!
Reply With Quote
  #18  
07-03-2004, 06:02 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
i used your first guide how to get rid of choppy playback
P.S. its funny i just PMed you

edit:i always do kvcd's and always Forced Mux Rate at zero and even tryed with and without Align Sequence Headers checked
Reply With Quote
  #19  
07-04-2004, 06:47 AM
bazzy2004 bazzy2004 is offline
Free Member
 
Join Date: May 2004
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
check the elementry files - xxx.mpv - play them with vlc player, and see if they have choppy playback. if they dont, its something to do with the multiplexxing. make sure in misc options, check the box - dont delete any files.
__________________
im a noob, sorry!
Reply With Quote
  #20  
07-04-2004, 07:57 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by password
P.S. its funny i just PMed you
Please do not PM someone when the problem you have can be faced by other people. Else he answer you will have won't benefit to the whole community.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avi conversion output still has too many blocks Paulus Video Encoding and Conversion 5 12-11-2003 07:19 AM
Avisynth: Blocks!? CheronAph Avisynth Scripting 11 04-29-2003 11:35 AM
wmp9 had far less blocks viewing avi ? WhiteKnight54 Players, DVRs, Media Centers 5 03-30-2003 07:53 PM
Blocks in dark scenes? syk2c11 Video Encoding and Conversion 5 07-02-2002 08:49 PM
KVCD has Color Blocks? skullkid51 Video Encoding and Conversion 0 06-11-2002 11:50 AM

Thread Tools



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