mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
使用ffprobe, pix_fmt返回的是DRM_PRIME, Ubuntu20.04下ffprobe返回的是yuv420p10le #211
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cnjswwxbtcc on GitHub (Sep 5, 2025).
本仓库编译出来的ffprobe:
Ubuntu20.04 ffprobe:
@nyanmisaka commented on GitHub (Sep 5, 2025):
Unable to reproduce. This repository does not contain changes to the ffplay.c source code.
@cnjswwxbtcc commented on GitHub (Sep 9, 2025):
刚有时间定位这个, 和我的编译估计有很大关系, gdb调用栈如下:
find_probe_decoder匹配到了
ff_hevc_rkmpp_decoder, 这是我编译裁剪过后生成的codec_list, 里面没有hevc的decoder@nyanmisaka commented on GitHub (Sep 9, 2025):
ffprobe relies on software decoders. If you disable the software hevc decoder, ffprobe will not be able to detect video attributes correctly.