Code Monkey home page Code Monkey logo

pyvnc2swf's Introduction

pyvnc2swf

Vnc2swf is a cross-platform screen recording tool for ShockWave Flash (swf), Flash Video (flv), MPEG and raw VNCRev and noVNC format.

The noVNC output support is added by TinyLab.org, the VPlayer (Tiny noVNC Player) of Showdesk can replay it.

Here is the Python version, please get more information from its original homepage.

Update: Development of vnc2swf is now superseded by its successor, vnc2flv. (2009/10/03)

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

  • Audio support on FLV.
  • 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 (with no animation).
  • Distribution of Windows/Mac binaries. (py2exe, py2app)
  • Audio recording/replay with PyMedia.
  • Stop recording remotely.
  • FLV editing.

Quickstart

Use raw commands:

$ x11vnc -quiet -cursor -viewonly -bg -localhost -nopw && ./vnc2swf.py -n -o out.swf :0

$ tcpserver -vRHl0 localhost 10000 sh -c 'x11vnc -quiet -bg -nopw -viewonly -localhost -cursor -wait 10 -defer 10 >/dev/null 2>&1 && echo HTTP/1.0 200 OK && echo Content-Type: video/x-flv && echo && ./vnc2swf.py -n -t flv -o -'

Use commands wrapper:

$ tools/record.sh    # Record the session

$ tools/play.sh      # Replay the session

pyvnc2swf's People

Contributors

lzufalcon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.