Skip to content
Snippets Groups Projects
Unverified Commit 5b2ff8d3 authored by Skyler Hawthorne's avatar Skyler Hawthorne Committed by GitHub
Browse files

fix media uploads with ffmpeg 5 (#21191)

parent 3d906d8e
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ class MediaAttachment < ApplicationRecord
'c:v' => 'h264',
'maxrate' => '1300K',
'bufsize' => '1300K',
'b:v' => '1300K',
'frames:v' => 60 * 60 * 3,
'crf' => 18,
'map_metadata' => '-1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment