summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-06-06 23:18:45 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2017-06-06 23:47:03 +0100
commitcd2baf6198ca24af22e7eb2905a0135d9619fd21 (patch)
tree6eddf971a9b354ec1019e481eeef8319d0cfbb90 /etc
parentc075b48ee0c7552e3807cdb10e3d50eb5c60b1e0 (diff)
downloadmpv-cd2baf6198ca24af22e7eb2905a0135d9619fd21.tar.bz2
mpv-cd2baf6198ca24af22e7eb2905a0135d9619fd21.tar.xz
encoding-profiles.conf: add faststart to enc-f-mp4
Usually a good idea to do this when encoding to mp4, but it's commented since usefulness is arguable nowadays. Equivalent to running qt-faststart tool on the resulting mp4. Adds a bit of delay at the end of encoding.
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-profiles.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/encoding-profiles.conf b/etc/encoding-profiles.conf
index 3c8f766d0c..0cd12a1c8f 100644
--- a/etc/encoding-profiles.conf
+++ b/etc/encoding-profiles.conf
@@ -123,7 +123,9 @@ of = mp4
ocopyts = yes
profile = enc-v-h264
profile = enc-a-aac
-ofopts-clr = yes
+## equivalent to using qt-faststart tool
+## can be used to speed up seeking when streaming
+# ofopts = movflags=+faststart
[enc-f-webm]
profile-desc = "VP9 + Opus (for WebM)"