A9VG电玩部落论坛

 找回密码
 注册
搜索
查看: 23583|回复: 11

[说明]蓝光影视媒体索引结构详解

[复制链接]

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2009-11-16 16:52  ·  四川 | 显示全部楼层 |阅读模式
本帖最后由 天神十三煞 于 2014-6-12 18:58 编辑

本文按照目录类别编写
助于自己修改制作补正

本文后面凡是带h字母的,则为16进制**,hexagon
本文后面凡是带d字母的,则为10进制**,decimal

打开系统自带计算器
程序员模式可以换算

subpath菜单:
在JAR下无文件,CERTIFICATE下无cert文件
CERTIFICATE播放无用,subpath类原盘此目录都完全相同

BD-java菜单:
在JAR下有文件,CERTIFICATE下有cert文件
CERTIFICATE播放索引,BD-java类原盘此目录文件不一样

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2009-11-16 16:53  ·  四川 | 显示全部楼层
本帖最后由 天神十三煞 于 2014-1-14 21:47 编辑

index.bdmv



如果想手动移除 UIAppInfoAVCHD
可以用 16 进位编辑器打开 Index.bdmv
然后找地址 0x0000000c ~ 0x0000000f
一般用 tsMuxeR 之类的软件生成的 AVCHD
这个值有很高的机率是 00 00 00 78
把这个值改成 00 00 00 00
接着再把上述地址 (依照原来的数值判断, 上例是 0x00000078 ) 之后的内容全部删除
如此一来就能删除 UIAppInfoAVCHD 了

替 Blu-ray 打 UIAppInfoAVCHD 补丁也是利用相同的原理
先计算出 Index.bdmv 的总长
然后把 0x0000000c ~ 0x0000000f 写入 Index.bdmv 的总长
最后再到档案末端加入 406 byte 含 UIAppInfoAVCHD 的 IDEX 扩充数据
这样就能当成 AVCHD 播放了
那 406 个 byte 是 Index.bdmv 的扩充数据
并非全部都是 UIAppInfoAVCHD
UIAppInfoAVCHD 只是扩充数据内容的一部分而已

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2009-11-16 18:52  ·  四川 | 显示全部楼层
本帖最后由 天神十三煞 于 2014-6-7 16:32 编辑

MovieObject.bdmv


设置直接播放正片
找到first play所在的movieObject
十六进制修改:21810000 00000001
导航命令修改:Branch Jump Jump Title Imm 1

预设字幕或者音轨
找到正片title所在的movieObject
十六进制修改:51C00001 8001C001
导航命令修改:Set SetSystem SetStream Imm Au1,PG1

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2009-11-16 19:58  ·  四川 | 显示全部楼层
本帖最后由 天神十三煞 于 2020-3-20 21:52 编辑

PLAYLIST

一些常用术语

Playlist
目录结构里的mpls文件,播放列表索引

MainPath
主要路径剪辑信息串流,仅一条独立存在于playlist,可多项PlayItem串联
MainPlayItem
又作PlayItem,基本单位clip,即m2ts。m2ts可并联[多角度]

SubPath
次要路径剪辑信息串流,可多条并联依存于playlist,每条均可多SubPlayItem串联
SubPlayItem
基本单位clip,即m2ts。m2ts也可串联来对应多个MainPlayItem

UO mask
Unavailable Operation mask,禁用功能标签,在播放此列表或段落时禁止某些功能操作

STN
Stream Track Number,流轨数量,包含Vi/Au/PG/IG/sV/sA/PIP

Vi
Video,主片视频
Au
Audio,主片音轨
PG
Presentation Graphics,字幕
IG
Interactive Graphics ,菜单
sV
Secondary  Video
Video,副片视频
sA
Secondary  Audio
Audio,副片音轨

sync pts是subpath里in time首项在main playitem里的起始同步时间
实际不一定是等于main playitem的in time时间的
现在和playitem首项一致的原因是 字幕添加首项0起,免除了计算麻烦
也就是说,如果没有首项0,你得按照第一项字幕时间轴换算来得同步pts

019BFCC0=27000000  /45
10min=10x 60s x 1000ms = 600000





1.0 000C-000F[h]是章节信息的起始地址(图例020A就是4.1起地址)
1.1 0010-0013[h]是扩展信息的起始地址(图例无扩展信息,值零。若有,信息则追加在章节信息以后)
1.2 002D-002D[h]是播放类型三种值:顺序、随机、无重复随机
1.3 002F-002F[h]是播放重复次数
1.4 0030-0037[h]是两段UO mask值,对整个播放列表有效
1.5 0038-0039[h]是random access和audio mix以及bypass的flag
1.6 003A-003D[h]是此地址后所有剪辑块索引信息长度,结束位置:3D+01CC=0209[h]
1.7 0040-0041[h]是标记MainPath的剪辑数量
1.8 0042-0043[h]是标记SubPath的剪辑数量
2.1 0044-00D5[h]是MainPath里第一个剪辑块索引信息集,与后个为串联关系
2.2 00D6-0173[h]是MainPath里第二个剪辑块索引信息集,与前个为串联关系
   2.200 00D6-00D7[h]是该剪辑块信息长度,结束位置:D7+9C=0173[h]
   2.201 00D8-00DC[h]是该剪辑块视角一m2ts序号,与后个m2ts为并联关系
   2.202 00E2-00E2[h]是该剪辑块与前者关系:1独立、5无缝、6无缝连接、15多视角无缝
   2.203 00E3-00E3[h]是ref to stc的ID
   2.204 00E4-00E7[h]是该剪辑块的开始时间,大于等于相关m2ts开始时间戳
   2.205 00E8-00EB[h]是该剪辑块的结束时间,小于等于相关m2ts结束时间戳
   2.206 00EC-00EF[h]是一段UO mask值,仅对该剪辑块有效
   2.207 00F0-00F3[h]是另段UO mask值,仅对该剪辑块有效
   2.208 00F8-00F8[h]是多角度数量
   2.209 00F9-00FE[h]是MainPath里第二个剪辑块视角二m2ts序号,与前个m2ts为并联关系
   2.210 0104-0105[h]是该剪辑块所含轨道流索引信息集的长度,结束位置:0105+6E=0173[h]
   2.211 0108-010E[h]是STN table分别代表Vi/Au/PG/IG/sV/sA/PIP,根据值分配后面标签所属类型
   2.212 0154-0163[h]是该剪辑块第五轨的标签信息,对应STN的1/2/2/1/0/0/0就是第二条PG标签
        2.2121 0155-0155[h]是该流所属剪辑块来源路径,1是MainPath、2是SubPath、3是IM PIP
        2.2122 0156-0156[h]是该流所对应SubPath序号
        2.2123 0157-0157[h]是该流所对应SubPath里SubPlayItem[clip]的序号
        2.2124 0158-0158[h]是该流在clip的具体标签ID,此值与相应clpi值相同(注:来源路径1时向前偏移两位)
3.1 0174-019B[h]是第一条subpath索引信息集
3.2 019C-01E1[h]是第二条subpath索引信息集
   3.20 019C-019F[h]是该subpath信息长度,结束位置:019F+42=01E1[h]
   3.21 01A1-01A1[h]是该subpath类型,2为p.audio、3为IG、4为text、5为OoM Sync、6为OoM Async、7为IM Sync
   3.22 01A5-01A5[h]是该subpath包含的剪辑块个数[串联]
   3.23 01A6-01C3[h]是该subpath里第一剪辑块索引信息集
   3.24 01C4-01E1[h]是该subpath里第二剪辑块索引信息集
        3.240  01C4-01C5[h]是该剪辑块信息长度,结束位置:01C5+1C=01E1[h]
        3.241  01C6-01CF[h]是该剪辑块序号和名称
        3.242  01D0-01D3[h]是该剪辑块与后面连接类型[值意义同2.202]、是否多角度、STC
        3.243  01D4-01D7[h]是该剪辑块的开始时间,大于等于相关m2ts开始时间戳
        3.244  01D8-01DB[h]是该剪辑块的结束时间,小于等于相关m2ts结束时间戳
        3.245  01DC-01DD[h]是该剪辑块与MainPath对应PlayItem的同步序号[0起]
        3.246  01DE-01E1[h]是该剪辑块的同步时间,大于等于相关m2ts开始时间戳
4.1 020A-020D[h]是所有章节标签信息长度,结束位置:20D+1E=022B[h]
4.2 020E-020F[h]是章节标签条数
4.3 0210-0211[h]是第一条章节标签的类型,1为entry-mark、2为link-point
4.4 0212-0213[h]是第一条章节对应的MainPath里PlayItem的序号
4.5 0214-0217[h]是第一条章节时间戳
4.6 0218-0219[h]是entry PID
4.7 021A-021D[h]是duration值
4.8 021E-022B[h]是第二条章节的信息

playlist全段或子段皆可使用uo mask,此为达成部分菜单功能必要手段,原版有时不建议清0全解锁
通常这种禁用命令会在菜单或首段播放时启用,建议只改部分,像是有副音轨的片全解可能会菜单出错
UOmask对播放器来说是bit码,如果子段有uomask需要修改不知道怎么改的话,打开系统自带计算器
计算器->查看->程序员->,下面选择十六进制,中间框位码可点,对比bdedit顶部[悬停]确认哪些需要解禁

关于多角度,例如有个多角度并且无缝连接16进制值是0x15[h],00010101(binary)
高四位存的是多角度存在及其数量,低四位放的的是无缝连接方式的几种标记值

串联、并联概念一定要分清楚
各种媒体也是建立在时间轴上的流[STREAM]
并联:同个时间轴你可在两个m2ts切换[多角度],例如,画面里广告牌不同语言可能会有不同m2ts或画中画
串联:只能按前后时间顺序播放,一般的剧集多段连接,或opening、正片、ending等连续播放情况

connection type [BDedit里playlist栏file后一列表格显示为c的]
这是串联时很重要的一个值,会影响很多的修改,无论是重灌或外挂都会遇到
通常建议所有的非真正无缝连接都改成1,独立形式,可以避免很多不要的麻烦
判断是不是真的无缝连接,看两段是不是关键帧断开或黑的,不懂什么是关键帧请问搜索引擎
或者看前一段最末尾画面是不是有和后一段最前面画面有重复的部分,有一般就不能改
当然也有可能重复的那些段落并不在列表in/out内,所以关键还是看时间轴断点是否关键帧相连的

playlist里多段clip串联播放时,subpath仅一条OoM sync对应其一轨,然后内用多段出字幕clip串联分别对应正片分段
而不是用多条subpath多个OoM Sync去对应多段字幕,虽然播放器可以正常识别,但不同情况会造成字幕失效等现象

正确做法:
playlist
00001.m2ts-00002.m2ts-00003.m2ts-00004.m2ts
subpath1[OoM Sync 1]
00101.m2ts-00102.m2ts-00103.m2ts-00104.m2ts

错误方式:
playlist
00001.m2ts-00002.m2ts-00003.m2ts-00004.m2ts
subpath1[OoM Sync 1]
00101.m2ts
subpath2[OoM Sync 2]
           00202.m2ts
subpath3[OoM Sync 3]
                      00303.m2ts
subpath4[OoM Sync 4]
                                 00404.m2ts

解流放Scenarist BD这段应该很好理解,如果不想不想搞解流的复杂操作
目前BDedit无法完成这部分操作,就只有理解详细的结构,手工hex修改


STN table可以使用dummy clone[相同轨信息克隆]
STN table可以交换排序[不影响m2ts本身]

原本的STN里的Au排列
09 01 11 00 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 01 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 02 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 03 00 00 00 00 00 00 05 80 31 6A 70 6E
修改后STN里的Au排列
09 01 11 01 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 00 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 00 00 00 00 00 00 00 05 80 31 6A 70 6E
09 01 11 00 00 00 00 00 00 00 05 80 31 6A 70 6E

在修改菜单或有其他需求时,可以更改排序,导航或菜单命令识别的是playlist里STN里的排序位
例如预设51C00001 00008002,没改前是第二行的1101,改了后依然第二行,变成了m2ts内的1100
STN的数量和关联的m2ts内实际流轨数可以不同,可封装很多轨到m2ts却只显示出几条
亦可以在playlist使用复数个Au或PG的ID让菜单或播放器识别为多轨,实际为同样的一轨;

完整信息读出对比
以下看不懂请无视
  1. 00000.mpls
  2. type_indicator: MPLS
  3. version_number: 0200
  4. PlayList start address: 58
  5. PlayListMark_start_address: 522
  6. ExtensionData_start_address: 0
  7. AppInfoPlayList
  8.   Length: 14
  9.   PlayList_playback_type: 1
  10.   User operations
  11.    Chapter search: Prohibited
  12.    Time search: Prohibited
  13.    Skip to next point: Permitted
  14.    Skip back to previous point: Permitted
  15.    Stop: Permitted
  16.    Pause on: Prohibited
  17.    Still off: Prohibited
  18.    Forward play: Permitted
  19.    Backward play: Prohibited
  20.    Resume: Prohibited
  21.    Move up selected button: Prohibited
  22.    Move down selected button: Prohibited
  23.    Move left selected button: Prohibited
  24.    Move right selected button: Prohibited
  25.    Select button: Prohibited
  26.    Activate button: Prohibited
  27.    Select button and activate: Prohibited
  28.    Primary audio stream number change: Prohibited
  29.    Angle number change: Prohibited
  30.    Popup on: Prohibited
  31.    Popup off: Prohibited
  32.    PG text ST enable disable: Prohibited
  33.    PG text ST stream numbre change: Prohibited
  34.    Secondary video enable disable: Prohibited
  35.    Secondary video stream number change: Prohibited
  36.    Secondary audio enable disable: Prohibited
  37.    Secondary audio stream number change: Prohibited
  38.    PIP PG text ST stream number change: Prohibited

  39.   PlayList_random_access_flag: 1
  40.   audio_mix_app_flag: 1
  41.   lossless_may_bypass_mixer_flag: 1

  42. PlayList
  43.   Number_of_PlayItems: 2
  44.   Number_of_SubPaths: 3
  45.   PlayItem ( ID=0 )
  46.    Length: 144
  47.    Clip info FileName: 00000
  48.    Clip codec id: M2TS
  49.    Is Multi angle: 0
  50.    Connection condition: 1
  51.    Ref to STC id: 0
  52.    IN time: 27000000
  53.    OUT time: 54000000
  54.    User operations
  55.     Chapter search: Permitted
  56.     Time search: Permitted
  57.     Skip to next point: Permitted
  58.     Skip back to previous point: Permitted
  59.     Stop: Permitted
  60.     Pause on: Permitted
  61.     Still off: Permitted
  62.     Forward play: Permitted
  63.     Backward play: Permitted
  64.     Resume: Permitted
  65.     Move up selected button: Permitted
  66.     Move down selected button: Permitted
  67.     Move left selected button: Permitted
  68.     Move right selected button: Permitted
  69.     Select button: Permitted
  70.     Activate button: Permitted
  71.     Select button and activate: Permitted
  72.     Primary audio stream number change: Permitted
  73.     Angle number change: Permitted
  74.     Popup on: Permitted
  75.     Popup off: Permitted
  76.     PG text ST enable disable: Permitted
  77.     PG text ST stream numbre change: Permitted
  78.     Secondary video enable disable: Permitted
  79.     Secondary video stream number change: Permitted
  80.     Secondary audio enable disable: Permitted
  81.     Secondary audio stream number change: Permitted
  82.     PIP PG text ST stream number change: Permitted

  83.    Random access flag: 0
  84.    Still mode: 0
  85.    STN Table
  86.     Length: 110
  87.     Number of primary Video streams: 1
  88.     Number of primary Audio streams: 2
  89.     Number of PG text streams: 2
  90.     Number of IG streams: 1
  91.     Number of secondary Audio streams: 0
  92.     Number of secondary Video streams: 0
  93.     Number of PiP PG textST stream entries plus: 0
  94.     Primary Video (ID=0)
  95.      Stream entry length: 9
  96.      Stream entry type: 1
  97.      Ref to stream PID of mainClip: 4113
  98.      Stream attributes length: 5
  99.      Stream coding type: 27
  100.      Video format: 4
  101.      Frame rate: 4

  102.     Primary Audio (ID=0)
  103.      Stream entry length: 9
  104.      Stream entry type: 1
  105.      Ref to stream PID of mainClip: 4352
  106.      Stream attributes length: 5
  107.      Stream coding type: 128
  108.      Audio presentation type: 3
  109.      Sampling freq: 1
  110.      Audio language code: jpn

  111.     Primary Audio (ID=1)
  112.      Stream entry length: 9
  113.      Stream entry type: 2
  114.      Ref to SubPath id: 0
  115.      Ref to SubClip entry id: 0
  116.      Ref to stream PID of SubClip: 4352
  117.      Stream attributes length: 5
  118.      Stream coding type: 129
  119.      Audio presentation type: 6
  120.      Sampling freq: 1
  121.      Audio language code: eng

  122.     PG text stream (ID=0)
  123.      Stream entry length: 9
  124.      Stream entry type: 1
  125.      Ref to stream PID of mainClip: 4608
  126.      Stream attributes length: 5
  127.      Stream coding type: 144
  128.      Presentation stream language code: eng

  129.     PG text stream (ID=1)
  130.      Stream entry length: 9
  131.      Stream entry type: 2
  132.      Ref to SubPath id: 1
  133.      Ref to SubClip entry id: 0
  134.      Ref to stream PID of SubClip: 4608
  135.      Stream attributes length: 5
  136.      Stream coding type: 144
  137.      Presentation stream language code: zho

  138.     IG stream (ID=0)
  139.      Stream entry length: 9
  140.      Stream entry type: 2
  141.      Ref to SubPath id: 3
  142.      Ref to SubClip entry id: 0
  143.      Ref to stream PID of SubClip: 5120
  144.      Stream attributes length: 5
  145.      Stream coding type: 145
  146.      Interactive stream language code: jpn



  147.   PlayItem ( ID=1 )
  148.    Length: 166
  149.    Clip info FileName: 00001
  150.    Clip codec id: M2TS
  151.    Is Multi angle: 1
  152.    Connection condition: 5
  153.    Ref to STC id: 0
  154.    IN time: 54000000
  155.    OUT time: 108000000
  156.    User operations
  157.     Chapter search: Permitted
  158.     Time search: Permitted
  159.     Skip to next point: Permitted
  160.     Skip back to previous point: Permitted
  161.     Stop: Permitted
  162.     Pause on: Permitted
  163.     Still off: Permitted
  164.     Forward play: Permitted
  165.     Backward play: Permitted
  166.     Resume: Permitted
  167.     Move up selected button: Permitted
  168.     Move down selected button: Permitted
  169.     Move left selected button: Permitted
  170.     Move right selected button: Permitted
  171.     Select button: Permitted
  172.     Activate button: Permitted
  173.     Select button and activate: Permitted
  174.     Primary audio stream number change: Permitted
  175.     Angle number change: Permitted
  176.     Popup on: Permitted
  177.     Popup off: Permitted
  178.     PG text ST enable disable: Permitted
  179.     PG text ST stream numbre change: Permitted
  180.     Secondary video enable disable: Permitted
  181.     Secondary video stream number change: Permitted
  182.     Secondary audio enable disable: Permitted
  183.     Secondary audio stream number change: Permitted
  184.     PIP PG text ST stream number change: Permitted

  185.    Random access flag: 0
  186.    Still mode: 0
  187.    Number of Angles: 2
  188.    Is different audios: 0
  189.    Is seamless angle change: 1
  190.    Angle 1
  191.     Clip info FileName: 00002
  192.     Clip codec id: M2TS
  193.     Ref to STC id: 0

  194.    STN Table
  195.     Length: 110
  196.     Number of primary Video streams: 1
  197.     Number of primary Audio streams: 2
  198.     Number of PG text streams: 2
  199.     Number of IG streams: 1
  200.     Number of secondary Audio streams: 0
  201.     Number of secondary Video streams: 0
  202.     Number of PiP PG textST stream entries plus: 0
  203.     Primary Video (ID=0)
  204.      Stream entry length: 9
  205.      Stream entry type: 1
  206.      Ref to stream PID of mainClip: 4113
  207.      Stream attributes length: 5
  208.      Stream coding type: 27
  209.      Video format: 4
  210.      Frame rate: 4

  211.     Primary Audio (ID=0)
  212.      Stream entry length: 9
  213.      Stream entry type: 1
  214.      Ref to stream PID of mainClip: 4352
  215.      Stream attributes length: 5
  216.      Stream coding type: 128
  217.      Audio presentation type: 3
  218.      Sampling freq: 1
  219.      Audio language code: jpn

  220.     Primary Audio (ID=1)
  221.      Stream entry length: 9
  222.      Stream entry type: 2
  223.      Ref to SubPath id: 0
  224.      Ref to SubClip entry id: 0
  225.      Ref to stream PID of SubClip: 4352
  226.      Stream attributes length: 5
  227.      Stream coding type: 129
  228.      Audio presentation type: 6
  229.      Sampling freq: 1
  230.      Audio language code: eng

  231.     PG text stream (ID=0)
  232.      Stream entry length: 9
  233.      Stream entry type: 1
  234.      Ref to stream PID of mainClip: 4608
  235.      Stream attributes length: 5
  236.      Stream coding type: 144
  237.      Presentation stream language code: eng

  238.     PG text stream (ID=1)
  239.      Stream entry length: 9
  240.      Stream entry type: 2
  241.      Ref to SubPath id: 1
  242.      Ref to SubClip entry id: 1
  243.      Ref to stream PID of SubClip: 4608
  244.      Stream attributes length: 5
  245.      Stream coding type: 144
  246.      Presentation stream language code: zho

  247.     IG stream (ID=0)
  248.      Stream entry length: 9
  249.      Stream entry type: 2
  250.      Ref to SubPath id: 3
  251.      Ref to SubClip entry id: 0
  252.      Ref to stream PID of SubClip: 5120
  253.      Stream attributes length: 5
  254.      Stream coding type: 145
  255.      Interactive stream language code: jpn



  256.   SubPath ( ID=0)
  257.    Length: 36
  258.    Type: 5
  259.    Is repeat: 0
  260.    Number of SubPlay items: 1
  261.    SubPlayItem (ID=0)
  262.     Length: 28
  263.     Clip info FileName: 00005
  264.     Clip codec id: M2TS
  265.     Sp connection condition: 1
  266.     Is multi clip entries: 0
  267.     Ref to STC id: 0
  268.     IN time: 27000000
  269.     OUT time: 108000000
  270.     Sync PlayItem id: 0
  271.     Sync Start PTS of PlayItem: 27000000


  272.   SubPath ( ID=1)
  273.    Length: 36
  274.    Type: 5
  275.    Is repeat: 0
  276.    Number of SubPlay items: 2
  277.    SubPlayItem (ID=0)
  278.     Length: 28
  279.     Clip info FileName: 00003
  280.     Clip codec id: M2TS
  281.     Sp connection condition: 1
  282.     Is multi clip entries: 0
  283.     Ref to STC id: 0
  284.     IN time: 27000000
  285.     OUT time: 54000000
  286.     Sync PlayItem id: 0
  287.     Sync Start PTS of PlayItem: 27000000

  288.    SubPlayItem (ID=1)
  289.     Length: 28
  290.     Clip info FileName: 00004
  291.     Clip codec id: M2TS
  292.     Sp connection condition: 1
  293.     Is multi clip entries: 0
  294.     Ref to STC id: 0
  295.     IN time: 54000000
  296.     OUT time: 108000000
  297.     Sync PlayItem id: 1
  298.     Sync Start PTS of PlayItem: 54000000


  299.   SubPath ( ID=2)
  300.    Length: 36
  301.    Type: 3
  302.    Is repeat: 0
  303.    Number of SubPlay items: 1
  304.    SubPlayItem (ID=0)
  305.     Length: 28
  306.     Clip info FileName: 00006
  307.     Clip codec id: M2TS
  308.     Sp connection condition: 1
  309.     Is multi clip entries: 0
  310.     Ref to STC id: 0
  311.     IN time: 27000000
  312.     OUT time: 27022500
  313.     Sync PlayItem id: 0
  314.     Sync Start PTS of PlayItem: 0



  315. PlayListMark
  316.   Length: 30
  317.   Number of PlayList Marks: 2
  318.   PlayListMark (ID=0)
  319.    Mark type: 1
  320.    Ref to PlayItem id: 0
  321.    Time Stamp: 27000000
  322.    Entry ES PID: 65535
  323.    Duration: 0

  324.   PlayListMark (ID=1)
  325.    Mark type: 1
  326.    Ref to PlayItem id: 1
  327.    Time Stamp: 54000000
  328.    Entry ES PID: 65535
  329.    Duration: 0


  330. ExtensionData
  331.   Length: 0
  332.   Data block start address: 0
  333.   Number of extension data entries: 0

  334. PiP Extension

复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:49  ·  美国 | 显示全部楼层
clip        info

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:49  ·  美国 | 显示全部楼层
AUXDATA









精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:50  ·  美国 | 显示全部楼层
     META
     

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:51  ·  美国 | 显示全部楼层
                   JAR

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:52  ·  美国 | 显示全部楼层
            BDJO

精华
25
帖子
65375
威望
53 点
积分
76450 点
种子
13 点
注册时间
2003-8-23
最后登录
2024-3-23
 楼主| 发表于 2014-1-15 13:53  ·  美国 | 显示全部楼层
              

STREAM
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|A9VG电玩部落 川公网安备 51019002005286号

GMT+8, 2024-4-25 17:31 , Processed in 0.200529 second(s), 10 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部