需要实现4K视频图像的解码 H264或265,之前想要用AM57X系列来解码,因为硬件设计中本来就需要一块儿ARM,AM57x系列有解码硬件电路,我看了一下数据,支持H264,但是资料里显示支持1080p,如下:
AM5706 | AM5708 | AM5716 | AM5718 | AM5726 | AM5728 | |
---|---|---|---|---|---|---|
ARM Cortex-A15 (MHz) | Single core @ 500MHz/1.0 GHz | Single core @ 1.0 GHz | Single core @ 500MHz/1.5 GHz | Single core @ 1.5 GHz | Dual core @ 1.5 GHz | |
C66x DSP (MHz) | Single core @ 500/750 MHz | Dual core @ 750 MHz | ||||
ARM Cortex-M4 (MHz) | Dual core @ 213 MHz | |||||
PRU-ICSS* | Quad core @ 200 MHz | |||||
Graphics | Single core SGX544 (3D GPU) Single core GC320 (2D GPU) |
Single core SGX544 (3D GPU) Single core GC320 (2D GPU) |
Dual core SGX544 (3D GPU) Single core GC320 (2D GPU) |
|||
Video Acceleration | 1080p encode and decode | 1080p encode and decode | 1080p encode and decode | |||
Display | Yes | Yes | Yes | |||
Pin and software compatible |
请问AM57x可以实现我需要处理的最高4K的要求么?或者性能方面会不会有所降低?或者各位有没有好的替代建议,谢谢啦
Shine:
AM57x不支持4k.https://e2e.ti.com/support/arm/sitara_arm/int_sitara_am335x/f/425/t/471855
Yalan Han:
回复 Shine:
请问TI旗下产品有支持4K解码的吗?谢谢啦
Yalan Han:
回复 Shine:
不好意思,您发我的链接不知道为什么打不开
Shine:
回复 Yalan Han:
不好意思,看下面的链接。https://e2e.ti.com/support/arm/sitara_arm/f/791/p/468884/1703109
4k分辨率的话,c66x多核系列支持。http://www.ti.com/lsds/ti/processors/technology/libraries/c66x-video-codecs.page
Yalan Han:
回复 Shine:
您好,我看了下资料,有些不太明白。AM572x系列芯片有2个C66X核,可以处理最高1080p30的视频数据,但是您发我的链接中,
H.264 Decoder ProfileBitrate & Frame Rate# of C66x DSP Cores Needed @ 1.25 GHzNumber of TMS320C6678 devices needed at 1.25 GHz
High Profile (HP)
480p30
0.5 Cores
<1 deviceHigh Profile (HP)
720p30
1 core
<1 deviceHigh Profile (HP)
720p60
4 cores
<1 deviceHigh Profile (HP)
1080p30
4 cores
<1 deviceH.265 Encoder Main Profile ConfigurationsBitrate & Frame Rate# of TMS320C6678 DSPs / # of C66x DSP Cores NeededNumber of TMS320C6678 devices needed at 1.25 GHz
Low Delay
1080p30
3 cores*
<1 device*Low Delay
1080p60
5 cores
<1 deviceLow Delay
4kp30
16 cores*
2 devices*Low Delay
4kp60
24 cores*
3 devices*
Random Access
1080p30
4 cores*
<1 device*Random Access
1080p60
8 cores
1 deviceRandom Access
4kp30
16 cores
2 devicesRandom Access
4kp60
32 cores*
4 devices*H264解码,1080p30需要4个C66X核,H265,1080p30需要3个C66X内核,这是怎么回事啊?谢谢您的解答
Shine:
回复 Yalan Han:
profile不一样。
yongqing wang:
明显不支持啊,考虑别的芯片吧,这系列的芯片优势不在这方面
Jian Zhou:
回复 yongqing wang:
目前看到AM5728内部的视频加速核最高支持1080P60的H.264解码,你的4K分辨率的帧率是多少?
Yalan Han:
回复 yongqing wang:
那您有建议的芯片么?我需要处理的最高视频图像是4K 帧率20!谢谢
Yalan Han:
回复 Jian Zhou:
目前设计帧率是20。请问您有没有好的设计建议?谢谢啦