summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
commit0cbc75c0834a4ba93b67a79467b80324b06165f4 (patch)
tree74ad6b13f0b921a3fcec74743ee740952c3600df /DOCS
parent4af59abbb416a365a98efca8875c0f0c1b0c872f (diff)
downloadmpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.bz2
mpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.xz
Option -omaxfps: limit fps when encoding
Lower-fps content is left alone (NOT aligned to this fps); higher fps content is decimated to this frame rate.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/encode.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/encode.rst b/DOCS/man/en/encode.rst
index 93b1b84f28..0676cb1479 100644
--- a/DOCS/man/en/encode.rst
+++ b/DOCS/man/en/encode.rst
@@ -45,6 +45,11 @@ You can encode files from one format/codec to another using this facility.
specified - use --ofps or --oautofps to force CFR encoding in these
cases.
+--omaxfps=<float value>
+ Specifies the minimum distance of adjacent frames (default: 0, which means
+ unset). Content of lower frame rate is not readjusted to this frame rate;
+ content of higher frame rate is decimated to this frame rate.
+
--oharddup
If set, the frame rate given by --ofps is attained not by skipping time
codes, but by duplicating frames (constant frame rate mode).