diff --git a/README.md b/README.md index 395e860..f39cf10 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For both Linux and MacOS, the executable is the start.sh file.
`THUMBNAIL`, `SUBTITLES`, `METADATA` - Enables downloading the specific feature. Value is a number that is either 1 or 0 (1 being enabled).
`CHAPTERS` - Divides the download into multiple files depending on the amount of chapters (if available).
## Video Processing -`REMUX` - Determines if a downloaded MP4 should be remuxed instead of being entirely re-encoded. Value is a number that is either 1 or 0 (1 being enabled).
+`REMUX` - Determines if a downloaded MP4 should be remuxed instead of being entirely re-encoded. Disable if you want to import the MP4 to a video editing software. Value is a number that is either 1 or 0 (1 being enabled).
`POSTPROCESSING` - Enables post-processing for MP4 files. Affected by `PPARGS`. Value is a number that is either 1 or 0 (1 being enabled). It is recommended to read [the yt-dlp README](https://github.com/yt-dlp/yt-dlp#post-processing-options) before modifying this and PPARGS.
`PPARGS` - FFMPEG post-processing arguments (It is recommended to read [the FFMPEG docs](https://trac.ffmpeg.org/wiki/Encode/) before messing with this.
`DEBUG` - Enables verbose logging. Helpful if an error occurs! Value is a number that is either 1 or 0 (1 being enabled).
diff --git a/settings.ini b/settings.ini index d556d8c..2c08836 100644 --- a/settings.ini +++ b/settings.ini @@ -31,7 +31,7 @@ METADATA=1 CHAPTERS=0 [Video Processing] -# Remux video instead of re-encoding for mp4 format (Not legacy) +# Remux video instead of re-encoding for mp4 format. Disable for use in video editing softwares. (Not legacy) REMUX=1 # Enable Postprocessing arguments for mp4 (https://github.com/yt-dlp/yt-dlp#post-processing-options) POSTPROCESSING=0