digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: always see blocks in videos (http://www.digitalfaq.com/archives/encode/10653-dvd2svcd-blocks-videos.html)

password 07-02-2004 02:52 PM

DVD2SVCD: always see blocks in videos
 
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

Dialhot 07-02-2004 04:44 PM

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.

password 07-02-2004 06:15 PM

thanx Phil but i dont exactly know what to put in the script and where

Dialhot 07-02-2004 06:25 PM

You are using my optimal script for DVD adapted to D2S ?

password 07-02-2004 06:26 PM

@ Phil no

Dialhot 07-02-2004 06:28 PM

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.

password 07-02-2004 06:38 PM

i usualy use facar but i going to try yor method :D 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

password 07-02-2004 06:43 PM

P.S. where do i exactly put the filters?

Dialhot 07-02-2004 06:47 PM

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.

password 07-02-2004 06:56 PM

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

Dialhot 07-02-2004 07:24 PM

For better efficiency I would use this :
Code:

10=Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=1)

password 07-02-2004 07:38 PM

thanx phil so much :D 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 "c:programs\dvd2svcd\avisynth2.25 plugins.___.dll" ? or do i have to put them in a seprate folder

Dialhot 07-02-2004 07:40 PM

They should be in the "plugin" folder of avisynth. It is supposed to be under "c:\program files\avisynth2.5"

password 07-02-2004 08:42 PM

thanx Phil i will try it tonite

password 07-03-2004 02:22 PM

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

password 07-03-2004 04:23 PM

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!!

bazzy2004 07-03-2004 05:48 PM

did you force mux rate to 0 in bbmpeg advanced settings? or are you making a dvd?

password 07-03-2004 06:02 PM

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

bazzy2004 07-04-2004 06:47 AM

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.

Dialhot 07-04-2004 07:57 AM

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.


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.