Skip to content

Commit

Permalink
Improve some values in template files
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Jan 3, 2025
1 parent 457d84c commit 2d0c5b8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion media_service_files/GetProfile_VEC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<tt:Width>%WIDTH%</tt:Width>
<tt:Height>%HEIGHT%</tt:Height>
</tt:Resolution>
<tt:Quality>0</tt:Quality>
<tt:Quality>100</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:EncodingInterval>1</tt:EncodingInterval>
Expand Down
2 changes: 1 addition & 1 deletion media_service_files/GetVideoEncoderConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<tt:Width>%WIDTH%</tt:Width>
<tt:Height>%HEIGHT%</tt:Height>
</tt:Resolution>
<tt:Quality>0</tt:Quality>
<tt:Quality>100</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:EncodingInterval>1</tt:EncodingInterval>
Expand Down
10 changes: 5 additions & 5 deletions media_service_files/GetVideoEncoderConfigurationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<trt:GetVideoEncoderConfigurationOptionsResponse>
<trt:Options>
<tt:QualityRange>
<tt:Min>0</tt:Min>
<tt:Min>100</tt:Min>
<tt:Max>100</tt:Max>
</tt:QualityRange>
<tt:H264>
Expand All @@ -32,16 +32,16 @@
<tt:Height>%HEIGHT%</tt:Height>
</tt:ResolutionsAvailable>
<tt:GovLengthRange>
<tt:Min>0</tt:Min>
<tt:Min>40</tt:Min>
<tt:Max>40</tt:Max>
</tt:GovLengthRange>
<tt:FrameRateRange>
<tt:Min>0</tt:Min>
<tt:Min>30</tt:Min>
<tt:Max>30</tt:Max>
</tt:FrameRateRange>
<tt:EncodingIntervalRange>
<tt:Min>0</tt:Min>
<tt:Max>3</tt:Max>
<tt:Min>1</tt:Min>
<tt:Max>1</tt:Max>
</tt:EncodingIntervalRange>
<tt:H264ProfilesSupported>%PROFILE%</tt:H264ProfilesSupported>
</tt:H264>
Expand Down
4 changes: 2 additions & 2 deletions media_service_files/GetVideoEncoderConfigurations_both.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<tt:Width>%WIDTH_HIGH%</tt:Width>
<tt:Height>%HEIGHT_HIGH%</tt:Height>
</tt:Resolution>
<tt:Quality>0</tt:Quality>
<tt:Quality>100</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:EncodingInterval>1</tt:EncodingInterval>
Expand Down Expand Up @@ -57,7 +57,7 @@
<tt:Width>%WIDTH_LOW%</tt:Width>
<tt:Height>%HEIGHT_LOW%</tt:Height>
</tt:Resolution>
<tt:Quality>0</tt:Quality>
<tt:Quality>100</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:EncodingInterval>1</tt:EncodingInterval>
Expand Down
2 changes: 1 addition & 1 deletion media_service_files/GetVideoEncoderConfigurations_high.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<tt:Width>%WIDTH_HIGH%</tt:Width>
<tt:Height>%HEIGHT_HIGH%</tt:Height>
</tt:Resolution>
<tt:Quality>0</tt:Quality>
<tt:Quality>100</tt:Quality>
<tt:RateControl>
<tt:FrameRateLimit>30</tt:FrameRateLimit>
<tt:EncodingInterval>1</tt:EncodingInterval>
Expand Down
4 changes: 2 additions & 2 deletions media_service_files/GetVideoSourceConfigurationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<trt:Options>
<tt:BoundsRange>
<tt:XRange>
<tt:Min>%WIDTH%</tt:Min>
<tt:Max>%WIDTH%</tt:Max>
<tt:Min>0</tt:Min>
<tt:Max>0</tt:Max>
</tt:XRange>
<tt:YRange>
<tt:Min>0</tt:Min>
Expand Down

0 comments on commit 2d0c5b8

Please sign in to comment.