Skip to content

Commit

Permalink
msmnile: add high speed profiles
Browse files Browse the repository at this point in the history
Add high speed entries in profiles xml.

Change-Id: Ib3f7a1270f7eceb836f28c810a6ec62c772ba65d
  • Loading branch information
Malathi Gottam committed Nov 28, 2019
1 parent e5e1289 commit cdbd057
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 cdbd057

Please sign in to comment.