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(..) に提供されるサンプル数がコーデックの入力フレーム サイズと一致していることに注意する必要があります。