latelee / H264BSAnalyzer

H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).
832 stars 338 forks source link

支持H264SVC吗? #7

Open snow267 opened 5 years ago

snow267 commented 5 years ago

导入SVC码流后信息如下:

H.264/AVC File Information

Picture Size : 0x0

latelee commented 5 years ago

导入SVC码流后信息如下:

H.264/AVC File Information

Picture Size : 0x0

  • Cropping Left : 0
  • Cropping Right : 0
  • Cropping Top : 0
  • Cropping Bottom : 0 Video Format : monochrome Luma bit: 0 Chroma bit: 0 Stream Type : Unkown Profile @ Level 0 Encoding Type : CABAC Max fps : 0.000 Frame Count : 0

当时没有接触过SVC码流,因此没有实现。

latelee commented 5 years ago

导入SVC码流后信息如下:

H.264/AVC File Information

Picture Size : 0x0

  • Cropping Left : 0
  • Cropping Right : 0
  • Cropping Top : 0
  • Cropping Bottom : 0 Video Format : monochrome Luma bit: 0 Chroma bit: 0 Stream Type : Unkown Profile @ Level 0 Encoding Type : CABAC Max fps : 0.000 Frame Count : 0

如果你有兴趣,可以自己添加解析,然后提pr。也可以上传码流,但年代久远,我不一定有时间精力添加了。

snow267 commented 5 years ago

导入SVC码流后信息如下: H.264/AVC File Information Picture Size : 0x0

  • Cropping Left : 0
  • Cropping Right : 0
  • Cropping Top : 0
  • Cropping Bottom : 0 Video Format : monochrome Luma bit: 0 Chroma bit: 0 Stream Type : Unkown Profile @ Level 0 Encoding Type : CABAC Max fps : 0.000 Frame Count : 0

如果你有兴趣,可以自己添加解析,然后提pr。也可以上传码流,但年代久远,我不一定有时间精力添加了。

好吧,用了JSVM的工具,够用就好了,谢谢