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

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

Closing because this is not an ffmpeg issue.

backuprepo opened issue starred/ffmpeg-rockchip#217 2025-12-23 10:36:15 +01:00
Can it be used on the RV1126 chip?
backuprepo opened issue starred/ffmpeg-rockchip#218 2025-12-23 10:36:15 +01:00
编码开始延迟一帧输出
backuprepo opened issue starred/ffmpeg-rockchip#219 2025-12-23 10:36:15 +01:00
关于运行时编码器码率设置的问题
backuprepo commented on issue starred/ffmpeg-rockchip#216 2025-12-23 10:36:14 +01:00
解码mjpeg格式的摄像头输出 ,每次连续运行几天后就会出现段错误

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

程序里面调用avcodec_flush_buffers之后需要做些什么特殊操作吗?因为之前我遇到的问题是运行一段时间之后,mpp就会…

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

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

Wrote 53174 bytes to decoder Received a 'errinfo' frame: 1 The YCbCr format may not be supported. Supported: YUV420(22:11:1*1)

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

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

Other return values ​​are handled in subsequent code.

e2bbfe4b31

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

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

从rkmpp_send_packet到jpegd_decode_frame的过程是怎么样的,如果确定申请的内存不会为空的话,那会不会是中间传递地址…

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

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

I can't comment on the internal workflows of MPP runtime because I'm NOT a Rockchip employee. Check out MPP's official JPEG decoding demo.…

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

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

这个地方我看到了,但是我不知道这个data的内存是在哪里分配的。我觉得应该是在分配内存的时候失败了,但是代…

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

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

If buffer allocation fails, ffmpeg will print a log and return an error.

e2bbfe4b31

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

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

`ret = rkmpp_mjpeg_put_packet(avctx, mpp_pkt); if (ret == MPP_ERR_UNKNOW) { if (mpp_pkt) mpp_packet_deinit(&m…

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

@nyanmisaka commented on GitHub (Oct 13, 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:11 +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; RK_U32…

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

@CharlesLiaoO commented on GitHub (Oct 14, 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…

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

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

The buffer is each of your JPEG data.

4ed4f77864/mpp/codec/dec/jpeg/jpegd_

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

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

Here is a cpp demo using the rkmpp decoder with the rkrga filter.

https://github.com/cbalint13/ffmpeg-bindings

backuprepo commented on issue starred/ffmpeg-rockchip#214 2025-12-23 10:36:10 +01:00
Slow decoding - HEVC

@Elmer-toletus commented on GitHub (Sep 16, 2025):

Oh, THX. now its working nice. runing smooth and with no green bar or artifacts whit the same command line `ffplay -vcodec hevc_rkmpp Test\…

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

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

4ed4f77864/mpp/codec/dec/jpeg/jpegd_parser.c (L734)

jpegd_decode_frame()