add faststart to audio transcoding
parent
c3e5510289
commit
c7cae1bf0f
|
@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord
|
||||||
threads: 2,
|
threads: 2,
|
||||||
vcodec: 'libx264',
|
vcodec: 'libx264',
|
||||||
acodec: 'aac',
|
acodec: 'aac',
|
||||||
|
movflags: '+faststart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue