diff options
-rwxr-xr-x | media_profiles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index 28cb2c2..4a6eb46 100755 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -138,7 +138,7 @@ <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> <Video codec="h264" - bitRate="17000000" + bitRate="12000000" width="1920" height="1080" frameRate="30" /> @@ -202,7 +202,7 @@ <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="30"> <Video codec="h264" - bitRate="17000000" + bitRate="12000000" width="1920" height="1080" frameRate="30" /> @@ -338,7 +338,7 @@ or query the capabilities of the codec at all if it is disabled --> <VideoEncoderCap name="h264" enabled="true" - minBitRate="64000" maxBitRate="17000000" + minBitRate="64000" maxBitRate="12000000" minFrameWidth="176" maxFrameWidth="1920" minFrameHeight="144" maxFrameHeight="1080" minFrameRate="15" maxFrameRate="30" /> |