No description
Find a file
2020-07-09 20:52:39 +10:00
LSD.py added quality setting 2020-07-09 20:52:07 +10:00
README.md update readme 2020-07-09 20:24:09 +10:00
setup.py initial commit 2020-07-09 19:02:28 +10:00

Lossy Sound Destroyer

a quick python GUI for an automated FFmpeg process, aimed at people interested in (ab)using lossy compression to create interesting artifacts.

prerequisites:

  • local FFmpeg installation
  • python 3.7
  • Gooey

you may either run the LSD.py directly from python, or use the setup.py with PyInstaller to create an executable.

alternatively, use the 'releases' tab on the right to download a precompiled binary. you will still need a local FFmpeg for this.