Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道来自 javacv 的 ffmpeg 端口是否支持音频采样率更改,如果是,我需要一些指南来更改 FFmpegFrameRecorder.java 以支持它。
是的,它支持。应注意在 FFmpegFrameRecorder.java 中正确配置了 SwrContext 对象,并且提供给 avcodec_fill_audio_frame(..) 的样本数量与编解码器输入帧大小相匹配。