could someone give me a guide on how to use Avi Synth pls? Itried using DVD2SVCD but it freezes on me while the cce is encoding that .vaf file.
+ Reply to Thread
Results 1 to 15 of 15
-
-
What do you want to do with avisynth ?
You can create a script using a tool called FitCD. I believe this would look like the one DVD2SVCD uses. Do some searches on that.
Also, here is a link to a guide that has a buuunch of stuff about using avisynth.
https://www.videohelp.com/forum/userguides/99389.php -
Have a look at my response in this earlier post - it may help.
https://www.videohelp.com/forum/viewtopic.php?t=147419 -
thnx! that helped alot but when i imported it into cce 2.5 and try to encode it gives me this acmstreamconvert() failed. At least 1 parameter is invalid. (11)
#LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~ 1\decomb.dll")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec 2.dll")
#LoadPlugin("C:\PROGRA~1\DVD2SVCD\Avisynth\dnr2.dl l")
AVIsource("D:\KaZaa\My Shared Folder\Movies\Mr Deeds.avi")
#AssumeFPS(29.97)
#ConvertToYUY2()
#SmartDeinterlace(2,10,true,true,true)
#LoadVirtualDubPlugin ("dnr2.vdf","DNR")
#Blendfields()
#SeparateFields()
#SelectEvery(2,0)
#Telecide()
#dnr2(6)
#sharpen(0.5)
BicubicResize(480,576,0.0,0.6)
#ResampleAudio(44100)
#ConvertToRGB()
#DNR(12)
heres the script i copied from the other post -
ok nevermind i figured it out but nero keeps telling me that its not svcd compliant. How do i fix this?
-
23.976 is the framerate for NTSC Film not PAL - your source must be NTSC - the resolution is correct for PAL.
You can try activating & changing the setting for AssumeFPS to the following:
AssumeFPS(25,true)
The 'true' setting attempts to keep the audio in sync, if this doesn't produce the correct result try the following;
ChangeFPS(25) -
try this guide to change framerate:
https://www.videohelp.com/forum/viewtopic.php?t=78178what are you askin' me for...
I'm an idiot! -
thnx guys but can't i change the frame rate of an avi with the frame rate changer? i tried frameserving to cce last night and i tried the changeFPS and assumeFPS thing and still had an audio sync problem.
-
Originally Posted by AD421
if you look in the guide I posted earlier, you'll see information about how to do that.what are you askin' me for...
I'm an idiot! -
i tried this avifrate thing n it made my avi go out of sync. Is there a way to fix this?
-
Originally Posted by AD421
did you follow this guide:
https://www.videohelp.com/forum/viewtopic.php?t=78178
or did you do something else?what are you askin' me for...
I'm an idiot! -
ok i got it working but does frameserving with avisynth to cce really take up about 200mb of ram? cuz i run out of ram in like an hour and then after that my computer freezes n it only encodes about half of the movie.
Similar Threads
-
DVD to AVC High Quality PSP Videos using Avi synth
By ppeterr in forum DVD RippingReplies: 12Last Post: 18th Jul 2010, 08:03 -
Video out of synth after connecting audio and video(after removing dubbing)
By marnisper in forum Newbie / General discussionsReplies: 11Last Post: 20th Dec 2009, 03:09 -
Dazzle dvc100 w studio 12 does it capture AVI 1 or AVI 2 or DV-AVI
By st711 in forum Capturing and VCRReplies: 1Last Post: 10th Dec 2009, 17:30 -
VOB to H264 MKV (AVI Synth and audio delay help)
By PsyCLown in forum Video ConversionReplies: 1Last Post: 20th Feb 2009, 01:52 -
ffmegX v0.09w and converting avi videos into avi.ff.avi videos
By paddymick in forum ffmpegX general discussionReplies: 2Last Post: 2nd Nov 2007, 23:10