Skip to content
Snippets Groups Projects
Commit e60a7694 authored by Florent Thiery's avatar Florent Thiery
Browse files

adjust bitrates to new default values, refs #27606

parent e8620353
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@
"height": 1440,
"framerate": 30,
"h264profile": "baseline",
"video_bitrate": 16000000,
"video_bitrate": 5000000,
"audio_bitrate": 128000
},
{
......@@ -132,7 +132,7 @@
"height": 1080,
"framerate": 30,
"h264profile": "baseline",
"video_bitrate": 8000000,
"video_bitrate": 4000000,
"audio_bitrate": 128000
},
{
......@@ -140,7 +140,7 @@
"height": 720,
"framerate": 30,
"h264profile": "baseline",
"video_bitrate": 4000000,
"video_bitrate": 2500000,
"audio_bitrate": 128000
},
{
......
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