add faststart to audio transcoding

lolsob-rspec
DJ Sundog 2017-10-07 19:59:22 +00:00
parent c3e5510289
commit c7cae1bf0f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord
threads: 2, threads: 2,
vcodec: 'libx264', vcodec: 'libx264',
acodec: 'aac', acodec: 'aac',
movflags: '+faststart',
}, },
}, },
}, },