From 11d702d32226446c1c5834943c1370d0c6fbf23a Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Thu, 26 Apr 2018 16:24:08 +0200 Subject: [PATCH] Rephrased reddit videos in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e296e7..e54eea0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ reddit-post-dump requires a arbitrarily recent version of Node.js. Before use, d * `node app.js --user=ThePendulum --limit=10 --sort=top` #### Reddit videos -The audio stream for videos (that have audio) hosted on reddit directly (v.redd.it) is hosted separately, and will be saved as such alongside the video (typically {filename}-0 and {filename}-1). For them to be muxed into a single file automatically, **ffmpeg must be available on the system**, and the separate source files will be deleted when muxing has succeeded. If ffmpeg is not available, the separate files will remain as is. +The audio stream for videos with sound uploaded to reddit directly (v.redd.it) is hosted separately, and will be saved as such alongside the video (typically {filename}-0 and {filename}-1). For them to be muxed into a single file automatically, **ffmpeg must be available on the system**, and the separate source files will be deleted when muxing has succeeded. If ffmpeg is not available, the separate files will remain as is. ## Configuration The default configuration aims to be sensible, and the application may be used without any further tweaking. However, a multitude of options make this utility particularly powerful.