RK3588测速问题 #50

Closed
opened 2025-12-23 10:31:39 +01:00 by backuprepo · 2 comments
Owner

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上转的

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上转的
backuprepo 2025-12-23 10:31:39 +01:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@nyanmisaka commented on GitHub (Apr 10, 2024):

没有达到比h264翻倍的性能
It does not achieve double the performance of h264

@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

@nyanmisaka commented on GitHub (Apr 10, 2024): > 没有达到比h264翻倍的性能 > It does not achieve double the performance of h264 @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
Author
Owner

@erquren commented on GitHub (Apr 11, 2024):

i try the test command,it`s run 1000FPS

@erquren commented on GitHub (Apr 11, 2024): i try the test command,it`s run 1000FPS
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/ffmpeg-rockchip#50
No description provided.