summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-21 14:47:50 +0100
committerwm4 <wm4@nowhere>2020-02-21 14:48:23 +0100
commit605e1fb76667802408412128393ceecb4a932180 (patch)
tree03bb14778ef305fab7c0a2a28c4d1ccce4269050 /DOCS
parent2eab35fdf7bc0a5782cebfe032c66c44a4661b10 (diff)
downloadmpv-605e1fb76667802408412128393ceecb4a932180.tar.bz2
mpv-605e1fb76667802408412128393ceecb4a932180.tar.xz
ytdl_hook, edl: add fps, samplerate codec parameters
Well, didn't help much in the case I was interested it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/edl-mpv.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index 999e75694a..78da44a8bf 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -291,6 +291,13 @@ This has the following parameters:
``w``, ``h``
For video codecs: expected video size. See ``codec`` for details.
+``fps``
+ For video codecs: expected video framerate, as integer. (The rate is usually
+ only crudely reported, and it makes no sense to expect exact values.)
+
+``samplerate``
+ For audio codecs: expected sample rate, as integer.
+
The ``delay_open`` header is not part of the core EDL format. It may be changed
or removed at any time, depending on mpv's internal requirements.