Frameserver: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
Created page with "A ''frameserver'' is an application that feeds video directly to another application. AviSynth and most other frameservers accomplish this by creating a fake file that other p..." |
Raffriff42 (talk | contribs) update FAQ link, add wikipedia link ***TODO: more *** |
||
| Line 1: | Line 1: | ||
A ''frameserver'' is an application that feeds video directly to another application. AviSynth and most other frameservers accomplish this by creating a fake file that other programs can read as if it were a very large (usually uncompressed) AVI file. For more information, see [[ | A ''frameserver'' is an application that feeds video directly to another application. AviSynth and most other frameservers accomplish this by creating a fake file that other programs can read as if it were a very large (usually uncompressed) AVI file. For more information, see [[FAQ_frameserving|FAQ frameserving]]. | ||
* see also [[wikipedia:Frameserver|''Frameserver'' on Wikipedia]] | |||
[[Category:Glossary]] | [[Category:Glossary]] | ||
Latest revision as of 23:31, 15 March 2016
A frameserver is an application that feeds video directly to another application. AviSynth and most other frameservers accomplish this by creating a fake file that other programs can read as if it were a very large (usually uncompressed) AVI file. For more information, see FAQ frameserving.
- see also Frameserver on Wikipedia