mirror of https://github.com/mpv-player/mpv
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:
parent
c075b48ee0
commit
cd2baf6198
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue