diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-30 16:43:20 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-30 16:43:20 +0530 |
commit | cac96421d9f736e2b463c4bb170f67874fb04055 (patch) | |
tree | c4fdf1c599237e6e2a5b6a694494274d890677b4 /README.md | |
parent | 7c245ce87731a4e80f4ecaa744ffa7738e601f2d (diff) | |
download | hypervideo-pre-cac96421d9f736e2b463c4bb170f67874fb04055.tar.lz hypervideo-pre-cac96421d9f736e2b463c4bb170f67874fb04055.tar.xz hypervideo-pre-cac96421d9f736e2b463c4bb170f67874fb04055.zip |
New option --no-write-playlist-metafiles to NOT write playlist metadata files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -378,6 +378,11 @@ Then simply type this --write-annotations Write video annotations to a .annotations.xml file --no-write-annotations Do not write video annotations (default) + --write-playlist-metafiles Write playlist metadata in addition to the + video metadata when using --write-info-json, + --write-description etc. (default) + --no-write-playlist-metafiles Do not write playlist metadata when using + --write-info-json, --write-description etc. --get-comments Retrieve video comments to be placed in the .info.json file --load-info-json FILE JSON file containing the video information |