mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
RK3588测速问题 #50
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#50
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 @erquren on GitHub (Apr 10, 2024).
测试视频为1080P
./ffmpeg -hwaccel rkmpp -i output.mp4 -f null -
FPS为440
./ffmpeg -hwaccel rkmpp -i outputh265.mp4 -f null -
FPS为440
ffmpeg -i output.mp4 -c:v hevc_nvenc -b:v 2000k outputh265.mp4
h265是特定H265么,没有达到比h264翻倍的性能,该h265是我在PC上转的
@nyanmisaka commented on GitHub (Apr 10, 2024):
@erquren This is impossible. Who told you that H265 decoder has twice the performance of H264 decoder?
You need to be clear about what you are testing.
Your command not only calls hardware decoding, but also uses the CPU to copy the decoded images from the VPU memory DMA-BUF to RAM.
The Wiki has made it clear how to test the decoder speed.
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Decoder
@erquren commented on GitHub (Apr 11, 2024):
i try the test command,it`s run 1000FPS