bytedeco/javacv

Why do I get different frame contents after extracting frames from audio using JavaCV version 1.5.9 and version 1.5.11?

Open

#2,347 创建于 2025年8月11日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (6,985 star) (1,583 fork)batch import
help wantedquestion

描述

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:

FFmpegFrameRecorder recorder = new FFmpegFrameRecorder();
recorder.setAudioCodec(avcodec.AV_CODEC_ID_PCM_S16LE);
recorder.setAudioChannels(1);
recorder.setAudioQuality(0);
recorder.setSampleRate(11025);
recorder.setFormat("wav");

贡献者指南

Why do I get different frame contents after extracting frames from audio using JavaCV version 1.5.9 and version 1.5.11? · bytedeco/javacv#2347 | Good First Issue