mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
release 2014.01.08
This commit is contained in:
parent
3fabeaa1f4
commit
d420d8dd1b
@ -198,6 +198,10 @@ ## 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 (using
|
--xattrs write metadata to the video file's xattrs (using
|
||||||
dublin core and xdg standards)
|
dublin core and xdg standards)
|
||||||
|
--prefer-avconv Prefer avconv over ffmpeg for running the
|
||||||
|
postprocessors (default)
|
||||||
|
--prefer-ffmpeg Prefer ffmpeg over avconv for running the
|
||||||
|
postprocessors
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
__version__ = '2014.01.07.5'
|
__version__ = '2014.01.08'
|
||||||
|
Loading…
Reference in New Issue
Block a user