Skip to content

nitrocode/cleanvdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cleanvdo

Consolidates the output of vncdotool's vnclog

  1. First record a vdo file using the vncdotool
$ vnclog -s 1.1.1.1::5997 --viewer vncviewer > wireless.vdo
  1. Run the consolidate vdo script
$ ./convdo.py -h
usage: convdo.py [-h] [--typekeys] [--insertcap INSERTCAP]
                 [--roundpause ROUNDPAUSE] [--remove REMOVE] [--backspace]
                 [--debug] [--version]
                 [input]

Consolidate vdo files for readability

positional arguments:
  input                 File to convert

optional arguments:
  -h, --help            show this help message and exit
  --typekeys, -t        consolidates keyup / keydowns for sequential ascii
                        chars to one type statement
  --insertcap INSERTCAP, -c INSERTCAP
                        inserts a capture after each line and saves to dir
  --roundpause ROUNDPAUSE, -R ROUNDPAUSE
                        roundsup the pause to the nearest hundredths
  --remove REMOVE, -r REMOVE
                        removes as many commands as you like
  --backspace, -b       removes the backspace commands and the previously
                        typed character
  --debug, -d           shows debug messages
  --version, -v         show program's version number and exit

Example

$ ./convdo.py examples/wireless.vdo

About

Consolidates the output of vncdotool's vnclog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages