digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Can't encode video from AVI to KVCD format? (http://www.digitalfaq.com/archives/encode/9004-encode-video-avi.html)

xpronic 04-07-2004 07:11 PM

Can't encode video from AVI to KVCD format?
 
I always get the error shown below when I try to encode an avi film to kvcd format.

http://www.digitalfaq.com/archives/error.gif

Here is my avs script:

Code:

LoadPlugin("D:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\DctFilter_YUY2.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\VobSub.dll")

AviSource("D:\My Films\ss.avi")
GripCrop(704, 480, overscan=2, source_anamorphic=false)
VobSub("D:\My Films\ss.srt")
GripSize(resizer="BicubicResize")
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
GripBorders()

Am I doing anything wrong? I am also using the kvcdx3 template.

Dialhot 04-07-2004 07:41 PM

Use avs 2.5 and not 2.0 and a lot of your problems will disapear !

Note1: never put subtitles before resizing

Note2: srt subtitles are supposed to be processed by "textsub" and not "Vobsub" (I wonder how your script can work like this ?)

Note3: NEVER enlarge a video, moreover when this is a crappy divx :!:

Note4: I greatly suggest you to use one of the optimal script I provide in a sticky post at top of this forum section.

xpronic 04-07-2004 09:36 PM

I still get that same error even now when I am using the optimal script v4 and I have AviSynth 2.5.4 installed.

This is my script:

Code:

AviSource("D:\My Films\ss.avi",false)
SwapUV()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(544, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
TextSub("D:\My Films\ss.srt")
GripBorders()

EDIT:
I've fixed the problem 8) , AviSynth/VirtualDub script reader v0.1 was unticked in Enviromental settings. :wink: :)


All times are GMT -5. The time now is 04:17 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.