diff options
Diffstat (limited to 'Demo/sgi/video/README')
-rw-r--r-- | Demo/sgi/video/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 335a108..5e14cff 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -57,6 +57,10 @@ Vtime.py (unrelated to vtime!!!) Copy a video file, Vedit.py interactive video editing program +Vsend.py unicast or multicast live video as UDP packets + +Vreceive.py receive transmissions from Vsend + These modules are used by the above programs: @@ -64,6 +68,10 @@ VFile.py classes that read and write CMIF video files Viewer.py two viewer classes used by Vedit +LiveVideoIn.py live video input class, used by Vsend + +LiveVideoOut.py live video output class, used by Vsend and Vreceive + The following are C programs, either for efficiency or because they need to link with a C library: |