From cd2baf6198ca24af22e7eb2905a0135d9619fd21 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Tue, 6 Jun 2017 23:18:45 +0100 Subject: 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. --- etc/encoding-profiles.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)" -- cgit v1.2.3