chore: Allow yuvj420p (full color range yuv420p) movies passthrough (#34098)
parent
7a6a898ca1
commit
2d97215aad
app/models
|
@ -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