I have heard about "frameserve from VirtualDub to TMPEG" but can't quite make out what this is or how it's done.
Any help?
Cheers to all
+ Reply to Thread
Results 1 to 2 of 2
-
-
With frameserving you can let for instance VirtualDub apply all kinds of filters to your avi and feed the result into TMPGEnc. You don't have to save the result to harddisk first. Usually it creates a fake file which you can load into your encoder. There is a guide under the Howto section on the left explaining how to frameserve from VirtualDub.
I used this for example to add subtitles to Crouching Tiger Hidden Dragon. For me this was much easier than learning Chinese! So you see it's really useful. VirtualDub opened the avi with the Chinese audio stream and added the subtitles through a filter. At the same time it did a resize and added black bars to the top and bottom. With frameserving I didn't have to save it to harddisk first with potential quality loss but could feed it into TMPGEnc which created a VCD compliant MPEG for me.
You can compare frameserving with pipes in Unix (and DOS too). With pipes you can feed the output of program a as input to program b. You can try this under DOS:
type longtextfile.txt | more
The program type will show you the contents of the textfile. Without the pipe the text would scroll over your screen and you wouldn't be able to read it properly. The | is the pipe symbol. Before the | is the program that will create input for the program after the |. More will get the output of type and present it page by page. Before people get really smart on me; I know you can also do more longtextfile.txt but that wouldn't serve as an example.
I hope these examples help you understand what frameserving is.
Regards,
Willem
Similar Threads
-
Frameserving From VirtualDub to MainConcept
By hech54 in forum Video ConversionReplies: 0Last Post: 8th Mar 2012, 09:24 -
frameserving, from premiere to autogk
By codemaster in forum EditingReplies: 0Last Post: 26th Dec 2010, 19:57 -
Reversing PAL speedup and frameserving
By Ennio in forum Video ConversionReplies: 23Last Post: 28th Jan 2010, 15:28 -
FrameServing from Vegas 9 to MeGUI
By Kit-10 in forum Newbie / General discussionsReplies: 8Last Post: 4th Dec 2009, 17:12 -
Frameserving Options?
By echo1434 in forum ProgrammingReplies: 0Last Post: 9th Sep 2007, 21:31