mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 01:41:08 +00:00
chore: Allow yuvj420p (full color range yuv420p) movies passthrough (#34098)
This commit is contained in:
parent
7a6a898ca1
commit
2d97215aad
|
@ -115,7 +115,7 @@ class MediaAttachment < ApplicationRecord
|
||||||
VIDEO_PASSTHROUGH_OPTIONS = {
|
VIDEO_PASSTHROUGH_OPTIONS = {
|
||||||
video_codecs: ['h264'].freeze,
|
video_codecs: ['h264'].freeze,
|
||||||
audio_codecs: ['aac', nil].freeze,
|
audio_codecs: ['aac', nil].freeze,
|
||||||
colorspaces: ['yuv420p'].freeze,
|
colorspaces: ['yuv420p', 'yuvj420p'].freeze,
|
||||||
options: {
|
options: {
|
||||||
format: 'mp4',
|
format: 'mp4',
|
||||||
convert_options: {
|
convert_options: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user