mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-16 07:06:45 +00:00
add faststart to audio transcoding
This commit is contained in:
parent
96ba3482b9
commit
6ca03a7f58
|
@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord
|
||||||
threads: 2,
|
threads: 2,
|
||||||
vcodec: 'libx264',
|
vcodec: 'libx264',
|
||||||
acodec: 'aac',
|
acodec: 'aac',
|
||||||
|
movflags: '+faststart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue