About mkv file decoding in Linux 3.0.35.

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

About mkv file decoding in Linux 3.0.35.

跳至解决方案
906 次查看
keitanagashima
Senior Contributor I

Dear All,

[Issue]

A specific video file (.mkv) is loaded very slowly while playing. Meanwhile, the load of CPU is very high.

[Comment]

Device: i.MX 6Dual

We use gstreamer. And the version of gstreamer is 0.10.35 from “L3.0.35_4.1.0_130816_images_MX6” and “IMX_MMCODEC_3.0.35_4.1.0_BUNDLE_CODA.tar.gz”.
I don't think the VPU caused this bug. I think it's aiurdemux plugin.

Because only the aiurdemux thread has a high load of CPU.

[Command line]

$ gst-launch-0.10 -v filesrc location=/mnt/udisk1/sample.mkv ! decodebin2 name=dec dec. ! audioconvert ! audioresample ! alsasink dec. ! mfw_v4lsink

[Video information]

Container: .mkv (Matroska)

Video: H264 - MPEG AVC (part10) (avc1), 1280x720, 30fps

Audio: MPEG AAC Audio (mp4a), 48kHz

[Question]

Please resolve this issue.

Best Regards,

Keita

0 项奖励
回复
1 解答
752 次查看
joanxie
NXP TechSupport
NXP TechSupport

1) pls update the bsp to 4.1.1 version, which fix some issues from 4.1.0

2) pls try to use "gst-launch playbin2 uri=file:/// "

在原帖中查看解决方案

0 项奖励
回复
1 回复
753 次查看
joanxie
NXP TechSupport
NXP TechSupport

1) pls update the bsp to 4.1.1 version, which fix some issues from 4.1.0

2) pls try to use "gst-launch playbin2 uri=file:/// "

0 项奖励
回复