Skip to content

Commit

Permalink
Merge "msmnile: add high speed profiles"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed Dec 11, 2019
2 parents aadd94a + cdbd057 commit 56e0051
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions conf_files/msmnile/media_profiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,47 @@
channels="2" />
</EncoderProfile>

<EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="36000000"
width="1280"
height="720"
frameRate="120" />

<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="36000000"
width="1280"
height="720"
frameRate="120" />

<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>

<EncoderProfile quality="highspeed480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="12000000"
width="640"
height="480"
frameRate="120" />

<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>

<ImageEncoding quality="95" />
<ImageEncoding quality="80" />
<ImageEncoding quality="70" />
Expand Down

0 comments on commit 56e0051

Please sign in to comment.