chenguolei

Results 3 issues of chenguolei

Look at the picture ![image](https://github.com/bytedeco/javacv/assets/41043782/42ca369c-9302-4905-bddb-39a88c998669) I don't want to print what's in the red box. What should I do?

help wanted
question

Why do I get different frame contents after extracting frames from audio using JavaCV version 1.5.9 and version 1.5.11? The settings for FFmpegFrameRecorder are as follows: ```java FFmpegFrameRecorder recorder =...

help wanted
question

### 问题描述 parseObject生成大量值为null的对象,导致内存突然之间飚高,最终OOM ### 环境信息 *请填写以下信息:* - OS信息: [e.g.:CentOS 8.4.2105 4Core 3.10GHz 16 GB] - JDK信息: [e.g.:Openjdk 21.xxx] - 版本信息:[e.g.:Fastjson2 2.0.54] ### 重现步骤 *如何操作可以重现该问题:* 执行如下代码可以复现 ```java @Getter @Setter public class...

bug