diff options
author | DJ Sundog <djsundog@gmail.com> | 2017-10-07 19:59:22 +0000 |
---|---|---|
committer | DJ Sundog <djsundog@gmail.com> | 2017-10-07 19:59:22 +0000 |
commit | 6ca03a7f5861bf03e00f86342409711e078e1131 (patch) | |
tree | 836579fdd31e9fce09e23a18cdd1703a9f23db3b /app | |
parent | 96ba3482b96504d7a8e2a7dc7dbfea41c86be74f (diff) |
add faststart to audio transcoding
Diffstat (limited to 'app')
-rw-r--r-- | app/models/media_attachment.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index 93ff43d58..1bea8c872 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord threads: 2, vcodec: 'libx264', acodec: 'aac', + movflags: '+faststart', }, }, }, |