Elaborated reddit videos in README.

This commit is contained in:
ThePendulum 2018-04-26 16:22:20 +02:00
parent 95efa6daed
commit 543ce8f1fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 reddit videos (that have audio) is hosted separately, and will be saved as such (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 (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.
## 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.