I am sorry because i opened new thread but this is very importan to me.
1. Firstly i dont now what is frameserve actually? So some expenation would help.
2. @FulciLives
I did test from your tutorial for avisynt. I use this avisynth code and result is Ok for bad VHS cassete but i have a one problem. As you now i use Canopus ADVC 110 and work with DV format.
Problem is that my MPEG2 is jerky(like slowmotion). How can i fix than. I use CCE.Code:LoadPlugin("Convolution3d.dll") avisource("D:\CAPTURE\capture.avi") ConvertToYuY2(interlaced=true) SeparateFields() odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0) evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0) Interleave(evn,odd) Weave() DoubleWeave.SelectOdd()
I directly Avisynth script load in CCE and encode to mpeg2. And than mpeg2 is jerky.
3. Second i load that Avisynth code in Virtual dub mod without problems, but i dont know how to frameserve.
Can you explained how can i frameserve from virtual dub.
4. What is better:
Does is better to put Avisynth script directly in CCE or is better first to put Avisynth script in virtual dub and than frameserve to CCE?
To many questions but is very important to me.
thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
Frameserving is the process of feeding video from one application to another , such as in the case of virtualdub to bbmpeg ... my guide :
https://forum.videohelp.com/viewtopic.php?t=270071
Video and audio can also be frameserved from vitualdub to wax2 as well .
As for that script , you could use :
avisource("D:\CAPTURE\capture.avi")
ConvertToRGB32
Open that by loading it into bbmpeg_vfw
It will dirrectly encode to mpeg1 / 2 ...
The script you have listed appear's to be the problem causing the slow motion effect .
I would suggest reading up on the usage of convolution , and weave , they just dont appear to be correct if you are simply converting an avi to mpeg . -
I found that this code is good for me, because with this code i dont have jerky.
Code:LoadPlugin("Convolution3d.dll") avisource("D:\CAPTURE\capture.avi") ConvertToYuY2(interlaced=true) SeparateFields() odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0) evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0) Interleave(evn,odd) Weave()
Than i load this avs file in CCE and make mpeg.
It is very interesting that i dont have jerky when i delete DoubleWeave.SelectOdd()
It is little confusing because i captured in DV avi with Canopus 110.
What you think about that?
Fulcilives what you think about this situation?
Similar Threads
-
Frameserving From VirtualDub to MainConcept
By hech54 in forum Video ConversionReplies: 0Last Post: 8th Mar 2012, 09:24 -
FrameServing from Vegas 9 to MeGUI
By Kit-10 in forum Newbie / General discussionsReplies: 8Last Post: 4th Dec 2009, 17:12 -
programm which can make frameserving for Avisynth script
By Yury Perschin in forum Capturing and VCRReplies: 0Last Post: 20th Jan 2009, 11:19 -
frameserving movie from premiere pro cs3 to avisynth
By colin66 in forum Newbie / General discussionsReplies: 10Last Post: 29th Oct 2007, 07:47 -
Frameserving Options?
By echo1434 in forum ProgrammingReplies: 0Last Post: 9th Sep 2007, 21:31