From f9ef3230d602082a41d5b51fd0d992f7d78218d7 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 9 Jul 2020 20:23:02 +1000 Subject: [PATCH 1/2] update readme point to releases explicitly --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25cd7c1..3b54b5f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ 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: ++ 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. From 7ddae975ef0aaddfa0890cd0973c062679b02c33 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 9 Jul 2020 20:24:09 +1000 Subject: [PATCH 2/2] update readme again, because i messed up the spacing --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b54b5f..886994c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ 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 +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.