aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-10 05:51:22 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-10 05:51:22 +0100
commit6ef9f88299e1595bbe467fb527ada9b003ae5779 (patch)
tree5271d2b2192643569530c83e57b0e8c0926c5fbd /README.md
parentf71fdb0acc0e168d2a5e4f60be96217647cc872e (diff)
downloadyoutube-dl-6ef9f88299e1595bbe467fb527ada9b003ae5779.tar.xz
release 2015.01.102015.01.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d632a553..87aaec8a3 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,10 @@ which means you can modify it, redistribute it or use it however you like.
-F, --list-formats list all available formats
--youtube-skip-dash-manifest Do not download the DASH manifest on
YouTube videos
+ --merge-output-format FORMAT If a merge is required (e.g.
+ bestvideo+bestaudio), output to given
+ container format. One of mkv, mp4, ogg,
+ webm, flv.Ignored if no merge is required
## Subtitle Options:
--write-sub write subtitle file
@@ -318,6 +322,11 @@ which means you can modify it, redistribute it or use it however you like.
--add-metadata write metadata to the video file
--xattrs write metadata to the video file's xattrs
(using dublin core and xdg standards)
+ --fixup POLICY (experimental) Automatically correct known
+ faults of the file. One of never (do
+ nothing), warn (only emit a warning),
+ detect_or_warn(check whether we can do
+ anything about it, warn otherwise
--prefer-avconv Prefer avconv over ffmpeg for running the
postprocessors (default)
--prefer-ffmpeg Prefer ffmpeg over avconv for running the