]> cat aescling's git repositories - mastodon.git/commitdiff
add faststart to audio transcoding
authorDJ Sundog <djsundog@gmail.com>
Sat, 7 Oct 2017 19:59:22 +0000 (19:59 +0000)
committerDJ Sundog <djsundog@gmail.com>
Sat, 7 Oct 2017 19:59:22 +0000 (19:59 +0000)
app/models/media_attachment.rb

index 93ff43d58cf4c5226a8be98c8fa6f11cd2a8ab56..1bea8c872c49fc80b7373c74793e78adbec7c9d0 100644 (file)
@@ -44,6 +44,7 @@ class MediaAttachment < ApplicationRecord
                 threads: 2,
                 vcodec: 'libx264',
                 acodec: 'aac',
+                movflags: '+faststart',
             },
         },
     },
This page took 0.027818 seconds and 3 git commands to generate.