mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 08:29:57 +01:00
release 2015.01.10
This commit is contained in:
parent
f71fdb0acc
commit
6ef9f88299
@ -272,6 +272,10 @@ ## Video Format Options:
|
|||||||
-F, --list-formats list all available formats
|
-F, --list-formats list all available formats
|
||||||
--youtube-skip-dash-manifest Do not download the DASH manifest on
|
--youtube-skip-dash-manifest Do not download the DASH manifest on
|
||||||
YouTube videos
|
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:
|
## Subtitle Options:
|
||||||
--write-sub write subtitle file
|
--write-sub write subtitle file
|
||||||
@ -318,6 +322,11 @@ ## Post-processing Options:
|
|||||||
--add-metadata write metadata to the video file
|
--add-metadata write metadata to the video file
|
||||||
--xattrs write metadata to the video file's xattrs
|
--xattrs write metadata to the video file's xattrs
|
||||||
(using dublin core and xdg standards)
|
(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
|
--prefer-avconv Prefer avconv over ffmpeg for running the
|
||||||
postprocessors (default)
|
postprocessors (default)
|
||||||
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
|
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.01.09.2'
|
__version__ = '2015.01.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user