backuprepo
  • Joined on 2024-05-18
backuprepo commented on issue starred/ffmpeg-rockchip#215 2025-12-23 10:36:10 +01:00
是否有rkmpp的硬件转码例程

@CharlesLiaoO commented on GitHub (Oct 12, 2025):

Hi, everyone, I am new to code with ffmpeg API and I am facing the problems with transcoding MJPEG to H264. The repository nyanmisaka memtioned,…

backuprepo commented on issue starred/ffmpeg-rockchip#216 2025-12-23 10:36:10 +01:00
解码mjpeg格式的摄像头输出 ,每次连续运行几天后就会出现段错误

@hsj1104 commented on GitHub (Sep 11, 2025):

`static MPP_RET jpegd_decode_frame(JpegdCtx *ctx) { jpegd_dbg_func("enter\n"); MPP_RET ret = MPP_OK; const RK_U8 *const buf = ctx->buffer; …

backuprepo closed issue starred/ffmpeg-rockchip#214 2025-12-23 10:36:09 +01:00
Slow decoding - HEVC
backuprepo closed issue starred/ffmpeg-rockchip#215 2025-12-23 10:36:09 +01:00
是否有rkmpp的硬件转码例程
backuprepo closed issue starred/ffmpeg-rockchip#216 2025-12-23 10:36:09 +01:00
解码mjpeg格式的摄像头输出 ,每次连续运行几天后就会出现段错误
backuprepo commented on issue starred/ffmpeg-rockchip#214 2025-12-23 10:36:09 +01:00
Slow decoding - HEVC

@nyanmisaka commented on GitHub (Sep 5, 2025):

The green bar probably means your MPP runtime version is outdated. I recommend using my custom fork. https://github.com/nyanmisaka/ffmpeg-rockchip/wi

backuprepo opened issue starred/ffmpeg-rockchip#214 2025-12-23 10:36:08 +01:00
Slow decoding - HEVC
backuprepo opened issue starred/ffmpeg-rockchip#215 2025-12-23 10:36:08 +01:00
是否有rkmpp的硬件转码例程
backuprepo opened issue starred/ffmpeg-rockchip#216 2025-12-23 10:36:08 +01:00
解码mjpeg格式的摄像头输出 ,每次连续运行几天后就会出现段错误
backuprepo commented on issue starred/ffmpeg-rockchip#213 2025-12-23 10:36:07 +01:00
High-bitrate video can't be scale with scale_rkrga?

@cnjswwxbtcc commented on GitHub (Sep 3, 2025):

There is simply no relationship between them. Video filters process raw video frames, which are YUV or RGA data, and their size is determined by…

backuprepo commented on issue starred/ffmpeg-rockchip#212 2025-12-23 10:36:07 +01:00
使用h264_rkmpp解码mp4格式的视频,8551帧的视频最后只解码出2778帧图像

@hsj1104 commented on GitHub (Sep 2, 2025):

[h264 @ 0x7f1c0026c0] nal_unit_type: 7(SPS), nal_ref_idc: 3 [h264 @ 0x7f1c0026c0] nal_unit_type: 8(PPS), nal_ref_idc: 3 [h264 @ 0x7f1c0026c0] sps_id 1…

backuprepo commented on issue starred/ffmpeg-rockchip#213 2025-12-23 10:36:07 +01:00
High-bitrate video can't be scale with scale_rkrga?

@cnjswwxbtcc commented on GitHub (Sep 3, 2025):

There is simply no relationship between them. Video filters process raw video frames, which are YUV or RGA data, and their size is determined by…

backuprepo commented on issue starred/ffmpeg-rockchip#212 2025-12-23 10:36:07 +01:00
使用h264_rkmpp解码mp4格式的视频,8551帧的视频最后只解码出2778帧图像

@nyanmisaka commented on GitHub (Sep 2, 2025):

You should test your video using mpi_dec_test and report any problems to MPP. There's nothing i can do.

https://github.com/rockchip-linux/mpp/tree/d

backuprepo commented on issue starred/ffmpeg-rockchip#212 2025-12-23 10:36:06 +01:00
使用h264_rkmpp解码mp4格式的视频,8551帧的视频最后只解码出2778帧图像

@hsj1104 commented on GitHub (Sep 2, 2025):

The appearance of errinfo means that the video itself contains errors and MPP automatically drops frames.

问题是我用ffplay播放是正常的,…

backuprepo commented on issue starred/ffmpeg-rockchip#211 2025-12-23 10:36:06 +01:00
使用ffprobe, pix_fmt返回的是DRM_PRIME, Ubuntu20.04下ffprobe返回的是yuv420p10le

@cnjswwxbtcc commented on GitHub (Sep 9, 2025):

Unable to reproduce. This repository does not contain changes to the ffplay.c source code.

./ffprobe -v error -select_streams v:0…
backuprepo commented on issue starred/ffmpeg-rockchip#213 2025-12-23 10:36:06 +01:00
High-bitrate video can't be scale with scale_rkrga?

@cnjswwxbtcc commented on GitHub (Sep 2, 2025):

Video filters have nothing to do with video bitrate. The input and output resolutions supported by RGA hardware can be found in the RGA…

backuprepo commented on issue starred/ffmpeg-rockchip#211 2025-12-23 10:36:06 +01:00
使用ffprobe, pix_fmt返回的是DRM_PRIME, Ubuntu20.04下ffprobe返回的是yuv420p10le

@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.

backuprepo commented on issue starred/ffmpeg-rockchip#212 2025-12-23 10:36:06 +01:00
使用h264_rkmpp解码mp4格式的视频,8551帧的视频最后只解码出2778帧图像

@nyanmisaka commented on GitHub (Sep 2, 2025):

Nope. "Decoder buffer is full" is normal.

backuprepo commented on issue starred/ffmpeg-rockchip#213 2025-12-23 10:36:06 +01:00
High-bitrate video can't be scale with scale_rkrga?

@nyanmisaka commented on GitHub (Sep 2, 2025):

There is simply no relationship between them. Video filters process raw video frames, which are YUV or RGA data, and their size is determined by the…

backuprepo commented on issue starred/ffmpeg-rockchip#212 2025-12-23 10:36:06 +01:00
使用h264_rkmpp解码mp4格式的视频,8551帧的视频最后只解码出2778帧图像

@hsj1104 commented on GitHub (Sep 2, 2025):

刚刚试了一下把调试级别改成debug,ffplay确实也有打印那个errinfo 16的信息,后面我试了一下用软件解码,打印了另…