mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 08:33:00 +00:00
Change passthrough video processing to emit moov
atom at start of video (#34726)
This commit is contained in:
parent
423791e2fb
commit
023c24f3de
|
@ -122,6 +122,7 @@ class MediaAttachment < ApplicationRecord
|
|||
output: {
|
||||
'loglevel' => 'fatal',
|
||||
'map_metadata' => '-1',
|
||||
'movflags' => 'faststart', # Move metadata to start of file so playback can begin before download finishes
|
||||
'c:v' => 'copy',
|
||||
'c:a' => 'copy',
|
||||
}.freeze,
|
||||
|
|
Loading…
Reference in New Issue
Block a user