Skip to content

Commit 3dc91c5

Browse files
youngkwonlimkpchoi
andauthored
codec strings definition (#74)
* Add files via upload adding definition of codecs string structure and sub-parameters Signed-off-by: Youngkwon Lim <yklwhite@gmail.com> * removed whitespaces Signed-off-by: Kwang Pyo Choi <kp5.choi@samsung.com> --------- Signed-off-by: Youngkwon Lim <yklwhite@gmail.com> Signed-off-by: Kwang Pyo Choi <kp5.choi@samsung.com> Co-authored-by: Kwang Pyo Choi <kp5.choi@samsung.com>
1 parent d053583 commit 3dc91c5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readme/apv_isobmff.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,23 @@ else {
200200
~~~~
201201

202202
tile_index for sub-samples based on tiles, this parameter indicates the tile index in raster order in a frame.
203+
204+
# Sub-parameters for the MIME tyype 'codecs' parameter
205+
206+
When the 'codecs' parameter of a MIME type is used for a track containing APV bistream, as defined in IETF RFC 6381, the sub-parameters defined in this section is used.
207+
208+
The 'codecs' parameter string for the APV bitstream is defined as follows:
209+
210+
~~~
211+
<4CC value of sample entry>.<key1><value1>.<key2><value2>.¡¦.<keyN><valueN>
212+
~~~
213+
214+
The keys are defined as 4CC values and the value used for each keys are defined in the table below.
215+
216+
|Key|Meaning|Value|
217+
|:-:|:-:|:-:|
218+
|'apvf'| profile | the largest value of the profile_idc in APVDecoderConfigurationRecord |
219+
|'apvl'| level | the largest value of the level_idc in APVDecoderConfigurationRecord |
220+
|'apvb'| band | the largest value of the band_idc in APVDecoderConfigurationRecord |
221+
222+
For example, codecs="apv1.apvf44.apvl210.apvb3" indicates the track is compliant to 'apv1' sample entry type and the largest value of the profile in APVDecoderConfigurationRecord of the track is 422-12 profile, the level is 7 and the band is 3.

0 commit comments

Comments
 (0)