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.
This commit is contained in:
Ricardo Constantino 2017-06-06 23:18:45 +01:00
parent c075b48ee0
commit cd2baf6198
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 3 additions and 1 deletions

View File

@ -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)"