Skip to content

Commit

Permalink
New remux information added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sprinter05 committed Apr 19, 2023
1 parent 1fc2f5f commit eedbb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For both Linux and MacOS, the executable is the start.sh file. <br>
`THUMBNAIL`, `SUBTITLES`, `METADATA` - Enables downloading the specific feature. Value is a number that is either 1 or 0 (1 being enabled). <br>
`CHAPTERS` - Divides the download into multiple files depending on the amount of chapters (if available). <br>
## 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). <br>
`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). <br>
`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. <br>
`PPARGS` - FFMPEG post-processing arguments (It is recommended to read [the FFMPEG docs](https://trac.ffmpeg.org/wiki/Encode/) before messing with this.<br>
`DEBUG` - Enables verbose logging. Helpful if an error occurs! Value is a number that is either 1 or 0 (1 being enabled). <br>
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eedbb8b

Please sign in to comment.