mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
当摄像头设备分辨率为1920x1080时,tbr帧率识别错误? #43
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#43
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 @floydelcy on GitHub (Apr 3, 2024).
Hi,nyanmisaka
我在推流摄像头设备时发现当/dev/video0的分辨率为1920x1080时,ffprobe出帧率为1000k tbr,提示increasing probesize,导致没有输出,设置为1280x720时ffprobe帧率为 59.94 tbr,正常输出
v4l2-ctl -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat='NV12'
@nyanmisaka commented on GitHub (Apr 3, 2024):
No one can guarantee that the framerate from the probing results of ffmpeg/ffprobe is completely accurate. When it's not accurate, you have to set it manually.
Closing as this is not an issue of MPP/RGA components.