Quantcast Can't Encode Video from AVI to KVCD Format? - digitalFAQ.com Forums [Archives]
  #1  
04-07-2004, 07:11 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
I always get the error shown below when I try to encode an avi film to kvcd format.



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.
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-07-2004, 07:41 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
04-07-2004, 09:36 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
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 , AviSynth/VirtualDub script reader v0.1 was unticked in Enviromental settings.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD Video drags, does not encode smoothly? MSheraz86 Video Encoding and Conversion 4 09-05-2004 05:47 AM
Recording Video: Suggest best capture format dominic01 Video Capturing / Recording 6 06-24-2003 02:00 AM
kvcd template error while trying to encode the video? jorel Video Encoding and Conversion 2 03-22-2003 05:26 PM
KVCD: encode my music and mux it with the video? knews2 Video Encoding and Conversion 2 11-16-2002 07:49 PM
ATI TV Wonder: Record video as VCR format or MPEG? BoxOfSnoo Video Capturing / Recording 5 09-06-2002 08:32 AM

Thread Tools



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