diff options
author | wm4 <wm4@nowhere> | 2016-02-29 20:59:20 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-02-29 20:59:20 +0100 |
commit | 4bb94f13065cf2f68dc5874be86b62a6c3ef080d (patch) | |
tree | 93fd5c7c9ebd7bf8bb18b42f1385009b650b9b5a /DOCS/man | |
parent | d7de123110411ae02df5bb61dd960441d9a8ab90 (diff) | |
download | mpv-4bb94f13065cf2f68dc5874be86b62a6c3ef080d.tar.bz2 mpv-4bb94f13065cf2f68dc5874be86b62a6c3ef080d.tar.xz |
command: export canonical ffmpeg version identifier
Was printed only with "mpv -h" or so.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/input.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 726354eafa..6dcf7a83e4 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -2028,6 +2028,13 @@ Property list Return the configuration arguments which were passed to the build system (typically the way ``./waf configure ...`` was invoked). +``ffmpeg-version`` + Return the contents of the ``av_version_info()`` API call. This is a string + which identifies the build in some way, either through a release version + number, or a git hash. This applies to Libav as well (the property is + still named the same.) This property is unavailable if mpv is linked against + older FFmpeg and Libav versions. + ``options/<name>`` (RW) Read-only access to value of option ``--<name>``. Most options can be changed at runtime by writing to this property. Note that many options |