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:
@ -64,7 +64,7 @@ class MediaAttachment < ApplicationRecord
|
||||
output: {
|
||||
'c:v' => 'libvpx',
|
||||
'crf' => 4,
|
||||
'b:v' => '500K',
|
||||
'b:v' => '1300K',
|
||||
'vsync' => 'cfr',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user