Binary-waterfall

Latest version: v3.7.0

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

1.2.1.0

Added version info.

1.2.0

Binary Waterfall v1.2.0 executable release for Windows.


usage: binary-waterfall.exe [-h] -f FILE [-vw VISWIDTH] [-vh VISHEIGHT] [-fs FPS]
[-ws WINDOWSIZE] [-cf COLORFORMAT] [-v VOLUME]
[-ac AUDIOCHANNELS] [-ab AUDIOBYTES] [-ar AUDIORATE] [-sa] [-p]

Visualizes binary files with audio and video.

Default parameters are shown in [brackets].

options:
-h, --help show this help message and exit
-f FILE, --file FILE the name of the file to visualize
-vw VISWIDTH, --viswidth VISWIDTH
the width of the visualization [48]
-vh VISHEIGHT, --visheight VISHEIGHT
the height of the visualization [48]
-fs FPS, --fps FPS the maximum framerate of the visualization [120]
-ws WINDOWSIZE, --windowsize WINDOWSIZE
the length of the longest edge of the viewer window [600]
-cf COLORFORMAT, --colorformat COLORFORMAT
how to interpret the bytes into colored pixels, requires exactly one
of each "r", "g", and "b" character, and can have any number of
unused bytes with an "x" character [bgrx]
-v VOLUME, --volume VOLUME
the audio playback volume, from 0 to 100 [100]
-ac AUDIOCHANNELS, --audiochannels AUDIOCHANNELS
how many channels to make in audio (1 is mono, 2 is stereo) [1]
-ab AUDIOBYTES, --audiobytes AUDIOBYTES
how many bytes each sample uses (1 is 8-bit, 2 is 16-bit, etc.) [1]
-ar AUDIORATE, --audiorate AUDIORATE
the sample rate to use [32000]
-sa, --saveaudio add to prevent the program from deleting the computed .wav file
-p, --pause add to make the program pause before playing (useful for screen
recorder setup)


Changes:
- Made program save .wav file in program dir (not binary file dir)
- Changed `-p` pause behavior to be the same as play/pause
- Added option to save audio file (no delete)
- Some exception catches

1.1.0

Binary Waterfall v1.1.0 executable release for Windows.

usage: binary-waterfall.exe [-h] -f FILE [-vw VISWIDTH] [-vh VISHEIGHT] [-fs FPS] [-ws WINDOWSIZE]
[-cf COLORFORMAT] [-v VOLUME] [-ac AUDIOCHANNELS] [-ab AUDIOBYTES] [-ar AUDIORATE] [-p]

Visualizes binary files with audio and video.

Default parameters are shown in [brackets].

options:
-h, --help show this help message and exit
-f FILE, --file FILE the name of the file to visualize
-vw VISWIDTH, --viswidth VISWIDTH
the width of the visualization [48]
-vh VISHEIGHT, --visheight VISHEIGHT
the height of the visualization [48]
-fs FPS, --fps FPS the maximum framerate of the visualization [120]
-ws WINDOWSIZE, --windowsize WINDOWSIZE
the length of the longest edge of the viewer window [600]
-cf COLORFORMAT, --colorformat COLORFORMAT
how to interpret the bytes into colored pixels, requires exactly one of each "r", "g", and
"b" character, and can have any number of unused bytes with an "x" character [bgrx]
-v VOLUME, --volume VOLUME
the audio playback volume, from 0 to 100 [100]
-ac AUDIOCHANNELS, --audiochannels AUDIOCHANNELS
how many channels to make in audio (1 is mono, 2 is stereo) [1]
-ab AUDIOBYTES, --audiobytes AUDIOBYTES
how many bytes each sample uses (1 is 8-bit, 2 is 16-bit, etc.) [1]
-ar AUDIORATE, --audiorate AUDIORATE
the sample rate to use [32000]
-p, --pause add to make the program pause before playing (useful for screen recorder setup)


Changes:
- Made the default color profile match most EXE programs (bgrx instead of rgbx)

1.0.1

Binary Waterfall v1.0.1 executable release for Windows.

usage: binary-waterfall.exe [-h] -f FILE [-vw VISWIDTH] [-vh VISHEIGHT] [-fs FPS] [-ws WINDOWSIZE]
[-cf COLORFORMAT] [-v VOLUME] [-ac AUDIOCHANNELS] [-ab AUDIOBYTES] [-ar AUDIORATE] [-p]

Visualizes binary files with audio and video.

Default parameters are shown in [brackets].

options:
-h, --help show this help message and exit
-f FILE, --file FILE the name of the file to visualize
-vw VISWIDTH, --viswidth VISWIDTH
the width of the visualization [48]
-vh VISHEIGHT, --visheight VISHEIGHT
the height of the visualization [48]
-fs FPS, --fps FPS the maximum framerate of the visualization [120]
-ws WINDOWSIZE, --windowsize WINDOWSIZE
the length of the longest edge of the viewer window [600]
-cf COLORFORMAT, --colorformat COLORFORMAT
how to interpret the bytes into colored pixels, requires exactly one of each "r", "g", and
"b" character, and can have any number of unused bytes with an "x" character [rgbx]
-v VOLUME, --volume VOLUME
the audio playback volume, from 0 to 100 [100]
-ac AUDIOCHANNELS, --audiochannels AUDIOCHANNELS
how many channels to make in audio (1 is mono, 2 is stereo) [1]
-ab AUDIOBYTES, --audiobytes AUDIOBYTES
how many bytes each sample uses (1 is 8-bit, 2 is 16-bit, etc.) [1]
-ar AUDIORATE, --audiorate AUDIORATE
the sample rate to use [32000]
-p, --pause add to make the program pause before playing (useful for screen recorder setup)


Changes:
- Made help better

1.0.0

Binary Waterfall v1.0.0 executable release for Windows.

C:\foobar>binary-waterfall.exe -h
usage: binary-waterfall.exe [-h] -f FILE [-vw VISWIDTH] [-vh VISHEIGHT] [-fs FPS] [-ws WINDOWSIZE] [-cf COLORFORMAT]
[-v VOLUME] [-ac AUDIOCHANNELS] [-ab AUDIOBYTES] [-ar AUDIORATE] [-p]

Visualizes binary files with audio and video

options:
-h, --help show this help message and exit
-f FILE, --file FILE the name of the file to visualize
-vw VISWIDTH, --viswidth VISWIDTH
the width of the visualization
-vh VISHEIGHT, --visheight VISHEIGHT
the width of the visualization
-fs FPS, --fps FPS the maximum framerate of the visualization
-ws WINDOWSIZE, --windowsize WINDOWSIZE
the length of the longest edge of the viewer window
-cf COLORFORMAT, --colorformat COLORFORMAT
how to interpret the bytes into colored pixels. Default is "rgbx". Requires exactly one of
each "r", "g", and "b" character, and can have any number of unused bytes with an "x"
character
-v VOLUME, --volume VOLUME
the audio playback volume, from 0 to 100
-ac AUDIOCHANNELS, --audiochannels AUDIOCHANNELS
how many channels to make in audio (1 is mono, default)
-ab AUDIOBYTES, --audiobytes AUDIOBYTES
how many bytes each sample uses (1 is 8-bit, 2 is 16-bit, etc.)
-ar AUDIORATE, --audiorate AUDIORATE
the sample rate to use
-p, --pause if the program should pause before playing (useful for screen recorder setup)

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.