]> jfr.im git - yt-dlp.git/blobdiff - README.md
[Audius] Add extractor (Closes #40)
[yt-dlp.git] / README.md
index f65d4b00fb1da89600575012e88843eb29bee920..d21093f224e8c48319dbf4a50e8ca10efa3835aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -375,6 +375,8 @@ ## Filesystem Options:
     --write-annotations              Write video annotations to a
                                      .annotations.xml file
     --no-write-annotations           Do not write video annotations (default)
+    --get-comments                   Retrieve video comments to be placed in the
+                                     .info.json file
     --load-info-json FILE            JSON file containing the video information
                                      (created with the "--write-info-json"
                                      option)
@@ -575,7 +577,10 @@ ## Post-Processing Options:
     --remux-video FORMAT             Remux the video into another container if
                                      necessary (currently supported: mp4|mkv).
                                      If target container does not support the
-                                     video/audio codec, remuxing will fail
+                                     video/audio codec, remuxing will fail. You
+                                     can specify multiple rules; eg.
+                                     "aac>m4a/mov>mp4/mkv" will remux aac to
+                                     m4a, mov to mp4 and anything else to mkv.
     --recode-video FORMAT            Re-encode the video into another format if
                                      re-encoding is necessary (currently
                                      supported: mp4|flv|ogg|webm|mkv|avi)