Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
stg committed Aug 20, 2010
1 parent 088e60b commit 3a74e78
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README
@@ -1,9 +1,14 @@
This project will send video frames over UDP to the PET-GCM video stream receiver.
It can be adapted for other similar applications.
It relies on an AviSynth script to provide frames in the appropriate format - RGB24, 64x48 pixels.
The project can easily be adapted for other similar applications.
Compiles using MinGW+MSys (and probably others).

Accompanying AVISynth script (tested with ffdshow):
Accompanying AVISynth script (for use with ffdshow):

LoadCplugin("somefolder\petsend.dll")
BicubicResize(64,48)
ConvertToRGB24()
send_frame("ip-address:port")
#Uncomment one of the following lines for the desired output
#PointResize(640,480) # Resize results for better visibility on screen
#FFDShow_Source() # Show original video on screen

0 comments on commit 3a74e78

Please sign in to comment.