Increase max bitrate of converted webms, slightly optimized counter queries
(Because postgres can tell that count(*) needs no extra checks, but counting a specific column requires them)
This commit is contained in:
parent
6382ef2bc6
commit
8d93f0ca56
2 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@ class MediaAttachment < ApplicationRecord
|
|||
output: {
|
||||
'c:v' => 'libvpx',
|
||||
'crf' => 4,
|
||||
'b:v' => '500K',
|
||||
'b:v' => '1300K',
|
||||
'vsync' => 'cfr',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue