Can someone tell me how to do that. Cause I want to frameserve a AVI file with CCE, in the Guides I only found how to frameserve mpeg files.Originally Posted by Chatwalker
Thanks!!!
+ Reply to Thread
Results 1 to 4 of 4
-
-
You actually frameserve from virtual dub using a file created by DVD2AVI. You can load your avi into virtual dub and use it as a frameserver. It also has filters to enhance your film.
:P -
You don't need DVD2AVI with an .AVI file. In fact, you don't need to frameserve with an .AVI file. CCE will directy import an .AVI file.
If you want to add filters or other effects through frameserving, then just add this line to your .AVS script:
VID=AVISOURCE("C:\MY_VIDEOS\MY_VID.AVI")
I think the syntax is correct, but check the AVISYNTH docs just to be sure. -
Vdub will work but it may cause more problems and is generally a pain to frameserve with. It would be much easier to use Avisynth. Just do a web search on it. Get 2.06 or 2.7 and install it.
Then use FitCD to generate an AVS script, or you can just make one by hand.
For instance a simple script to frameserve an avi file with resizing and cropping/border adding would be. The last line is just to get around a bug in CCE 2.5.
AviSource("C:\whereyourmovieis\yourmoviename.avi")
BilinearResize(448,448,0,0,720,480)
AddBorders(16,16,16,16)
ResampleAudio(44100)
Just to make sure...you do know that you can just load the avi file directly into CCE right? The only reason to frameserve an avi is if you need to change something which CCE cannot do natively, ie: resizing.
Similar Threads
-
Can't Frameserve to Tmpgenc
By BonnieW88 in forum Video ConversionReplies: 1Last Post: 30th Aug 2009, 23:40 -
Frameserve from virtualdub to HC
By SatStorm in forum Video ConversionReplies: 2Last Post: 12th Jun 2009, 06:24 -
Frameserve on MacOS??
By Maxwellbest in forum MacReplies: 5Last Post: 4th Oct 2008, 16:34 -
How do I DeInterlace and Frameserve?
By rocky12 in forum Newbie / General discussionsReplies: 0Last Post: 17th Jul 2008, 21:50 -
How to frameserve (dvd2avi / VirtualDub / Avisynth / VFAPI)
By Truman in forum User guidesReplies: 32Last Post: 20th Nov 2007, 08:38