Re: video decode problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Re: video decode problem

658 次查看
jimmychan
NXP TechSupport
NXP TechSupport

Vitaliy Khomko wrote:

I am creating simple playback pipeline.

I noticed video decoding problem when playback pipeline is constructed using Freescale's mfw_vpudecoder element on IMX53QSB evm with root file system created by LTIB tool.

When playing some videos, green screen effect with some random color noise is observed.

Example pipelines are as follows:

gst-launch playbin2 uri=file:///home/user/green2.mp4

gst-launch filesrc location=/home/user/green2.mp4 typefind=true ! aiurdemux name=dmx dmx.video_00 ! mfw_vpudecoder ! mfw_isink

Problematic media file is attached to the message.

The problem does not exist when Freescale's mfw_vpudecoder element is replaced by software-based decoder ffdec_h264.

Please give me some advise on how to resolve this problem, or, advise how to catch information about such error via GStreamer bus watch. So that I can detect hardware accelerator failure and use software-based ffdec_h264 on such occasions.

Thank you for your time.

标记 (2)
0 项奖励
2 回复数

377 次查看
lily_zhang
NXP Employee
NXP Employee

There is MX51/MX53 VPU firmware update to fix H264 mosaic issue. You can get it from internal server:  http://sw-git01-tx30.am.freescale.net/cgi-bin/gitweb.cgi?p=linux-firmware-imx.git;a=commit;h=e7bac34...

Or see attachment.

377 次查看
jimmychan
NXP TechSupport
NXP TechSupport

Thanks Lily. :smileyhappy:

0 项奖励