mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-03 05:24:29 +00:00
update indentation
This commit is contained in:
parent
6ca03a7f58
commit
979b0d66a7
|
@ -36,17 +36,17 @@ class MediaAttachment < ApplicationRecord
|
||||||
IMAGE_STYLES = { original: '1280x1280>', small: '400x400>' }.freeze
|
IMAGE_STYLES = { original: '1280x1280>', small: '400x400>' }.freeze
|
||||||
AUDIO_STYLES = {
|
AUDIO_STYLES = {
|
||||||
original: {
|
original: {
|
||||||
format: 'mp4',
|
format: 'mp4',
|
||||||
convert_options: {
|
convert_options: {
|
||||||
output: {
|
output: {
|
||||||
filter_complex: '"[0:a]compand,showwaves=s=640x360:mode=line,format=yuv420p[v]"',
|
filter_complex: '"[0:a]compand,showwaves=s=640x360:mode=line,format=yuv420p[v]"',
|
||||||
map: '"[v]" -map 0:a',
|
map: '"[v]" -map 0:a',
|
||||||
threads: 2,
|
threads: 2,
|
||||||
vcodec: 'libx264',
|
vcodec: 'libx264',
|
||||||
acodec: 'aac',
|
acodec: 'aac',
|
||||||
movflags: '+faststart',
|
movflags: '+faststart',
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}.freeze
|
}.freeze
|
||||||
VIDEO_STYLES = {
|
VIDEO_STYLES = {
|
||||||
|
|
Loading…
Reference in a new issue