From f1adeafddd3c8e05df458ed36c7be2a8369ee33b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 29 Jan 2021 21:47:46 -0700 Subject: update install instructions & screenshot --- README.md | 10 +++++++--- screenshot.png | Bin 21013 -> 123928 bytes 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88cc549..d67b4d1 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ video manipulator wrapping youtube-dl and ffmpeg ![screenshot of vidslice demonstrating options](screenshot.png) ## Installing -1. Download the .zip for your preferred OS [here](https://github.com/boringcactus/vidslice/releases/latest) and extract it somewhere convenient. -2. If you don't have it already, [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 make sure ffmpeg.exe, ffprobe.exe, and ffplay.exe are all next to vidslice.exe (or however that'll work on a Mac, hit me up if you have an explanation for this). -3. If you want to be able to download things, [download youtube-dl](https://rg3.github.io/youtube-dl/download.html) and put it in the same place as ffmpeg. +1. Make sure you have [Python](https://www.python.org/downloads/) installed. +2. [Download vidslice](https://github.com/boringcactus/vidslice/releases/latest). + + a. If you already have ffmpeg and youtube-dl installed, download `vidslice.pyw`. + + b. If you don't, download `vidslice-full-win.zip`. (If you're not on Windows, you'll have to install ffmpeg and + youtube-dl yourself, sorry.) ## Using If you already have a video file in a format supported by ffmpeg (which is most of them), you can use the "Browse" button in the Sources panel to load in your video. diff --git a/screenshot.png b/screenshot.png index bb8aeb5..9bfcfdb 100644 Binary files a/screenshot.png and b/screenshot.png differ -- cgit v1.2.3