ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/pyvnc2swf-0.8.2/README.txt
Revision: 8
Committed: Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Content type: text/plain
File size: 963 byte(s)
Log Message:
Initial Import

File Contents

# Content
1 pyvnc2swf
2 $Id: README.txt,v 1.22 2006/02/10 03:23:20 euske Exp $
3
4
5 For documentation, see pyvnc2swf.html.
6
7
8 Homepage: http://www.unixuser.org/~euske/vnc2swf/
9 Discussion: http://lists.sourceforge.net/lists/listinfo/vnc2swf-users
10
11
12 Acknowledgements:
13 * Jesse Ruderman (Seekbar javascript code)
14 * Radoslaw Grzanka (MemoryError bug fix)
15 * Luis Fernando Kauer (VNC protocol error fix, cursor pseudo-encoding support, lots of bugfixes)
16 * Rajesh Menon (OSX assertion error fix)
17 * Vincent Pelletier (MPEG encoding support)
18 * Uchida Yasuo (Windows file bug fix)
19
20 Bugs:
21 * Noises with non-multiple scaling (e.g. 0.7)
22 * Ctrl-C at bad timings might cause the program abort.
23 * Sometimes MPEGVideoStream crashes.
24
25 TODOs:
26 * Neat GUI.
27 * Authoring function.
28 * Cursor support: ImageSequenceStream.
29 * Cursor support: MPEGVideoStream.
30 * Improve scaling. (specify the scale ratio by size)
31 * Screen snapshot tool (not animation).
32 * Distribution of Windows/Mac binaries.