Skip to main content

Quick and simple video obfuscation

Project description

Sanzan

Quick and simple video obfuscation

Demo

Obfuscated Video:

Obfuscated Video

Deobfuscated Video:

Deobfuscated Video

Usage

Encryption

sz -e original.mp4 -o encrypted.mp4

Decryption

sz -d encrypted.mp4 -o decrypted.mp4 -k <keyfile>

More Usage

When encrypting, use the optional -k flag to specify the path of the generated keyfile.

sz -e original.mp4 -o encrypted.mp4 -k <generated keyfile>

Use the optional -p flag to view a real time preview of the output. This flag can be used alone or along with the -o argument.

sz -d encrypted.mp4 -o decrypted.mp4 -k <keyfile> -p

Use the optional -s flag to hide the progress bar. Might improve performance.

Note

  • cv2.waitKey is unable to maintain a consistent playback framerate for cv2.imshow.
  • Audio is not yet supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sanzan-0.0.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Sanzan-0.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page