aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 21:53:17 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 21:53:17 -0700
commit410a1416157afd78d2e3ddafcb44ca9584847a0e (patch)
treeb6082a15c65a7d09e7e70b275163e9b39a3337d3 /README.md
parent64a371f232052e550d3c4832545fcfb6dab11d8e (diff)
downloadvidslice-410a1416157afd78d2e3ddafcb44ca9584847a0e.tar.gz
vidslice-410a1416157afd78d2e3ddafcb44ca9584847a0e.zip
prep for travis-based deployment
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2cbb48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# vidslice
+
+video manipulator wrapping youtube-dl and ffmpeg
+
+![screenshot of vidslice demonstrating options](screenshot.png)
+
+## Installing
+Download the .zip for your preferred OS [here](https://github.com/boringcactus/vidslice/releases/latest).
+You may also need to [download ffmpeg](https://ffmpeg.org/download.html#get-packages) (if you're on Windows, you want Windows Builds and then the default options are fine) and [download youtube-dl](https://rg3.github.io/youtube-dl/download.html).
+Both of those will give you some executables; you can place them in the same folder as your downloaded vidslice.exe and that should work.