File: README.txt

package info (click to toggle)
pyvnc2swf 0.9.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 360 kB
  • ctags: 470
  • sloc: python: 4,059; makefile: 60; sh: 34
file content (36 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
pyvnc2swf
$Id: README.txt,v 1.30 2007/03/31 04:02:14 euske Exp $


For documentation, see docs/pyvnc2swf.html.


Homepage: http://www.unixuser.org/~euske/vnc2swf/
Discussion: http://lists.sourceforge.net/lists/listinfo/vnc2swf-users


Acknowledgements:
 * Jesse Ruderman (Seekbar javascript code)
 * Radoslaw Grzanka (MemoryError bug fix)
 * Luis Fernando Kauer (VNC protocol error fix, cursor pseudo-encoding support, FLV support, lots of bugfixes)
 * Rajesh Menon (OSX assertion error fix)
 * Vincent Pelletier (MPEG encoding support)
 * Uchida Yasuo (Windows file bug fix)
 * Andy Leszczynski (MP3 and PyMedia bug fix)
 * David Fraser (audio recording with PyMedia)

Bugs:
 * Noises with non-multiple scaling (e.g. 0.7)
 * Ctrl-C at bad timings might cause the program abort.
 * Sometimes MPEGVideoStream crashes. (pymedia? - I couldn't replay.)
 * Timing issue (esp. notable in vnclog)
 
TODOs:
 * Neat GUI.
 * Authoring tool. (combining vnc2swf.py, edit.py and play.py)
 * Cursor shadow support.
 * Improve image scaling. (specify the scale ratio by size)
 * Screen snapshot tool (not animation).
 * Distribution of Windows/Mac binaries. (py2exe, py2app)
 * Audio recording/replay with PyMedia.
 * Stop recording remotely.