forked from treehouse/mastodon
add faststart to audio transcoding
parent
96ba3482b9
commit
6ca03a7f58
|
@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord
|
|||
threads: 2,
|
||||
vcodec: 'libx264',
|
||||
acodec: 'aac',
|
||||
movflags: '+faststart',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue