-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android 硬件加速 mpeg4 格式,播放无图像,有声音 #2541
Comments
ffprobe your video stream and paste the output |
@xinzhengzhang |
add |
@xinzhengzhang |
不是所有的机器都支持mpeg4的硬解,请直接使用软解。 |
not all mpeg4 is supported by MediaCodec. please see #1875 |
@peterhuang007 你好,我这边也遇到相同问题,mpeg4编码的视频硬解,画面花屏,软解正常。但是在相同的机器上,用系统自带的mediaplayer硬解,就能正常播放。请问这个问题你解决了吗? |
@bruceshu 你好 mpeg4编码的视频硬解,画面花屏,软解正常 这个问题解决了吗 |
只有声音没有画面 如何处理 |
mp4格式的 |
@Lee-Jian 我的问题解决了,mpeg4硬解跟芯片有关,建议你用软解 |
amlogic 芯片 低版本基本不支持 mpeg4 硬解码 |
在 ff_ffplay_options.h 开启 { "mediacodec-mpeg4", "MediaCodec: enable MPEG4",
OPTION_OFFSET(mediacodec_mpeg4), OPTION_INT(1, 0, 1) },使用ijkplay-example 用例播放mpeg4 格式的视频,无图像,有声音,
1.使用的版本 git checkout -B latest k0.7.5
The text was updated successfully, but these errors were encountered: