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.
Android マイクからオーディオ データをキャプチャし、MediaCodec でエンコードしました。
私の質問は:
ffmpeg でエンコードされた AAC データを flv にパケット化する方法は?
オーディオを flv にパケット化するだけの場合:
ffmpeg -i input.aac -c copy out.flv
使用するビデオ トラックがある場合:
ffmpeg -i input.mp4 -i input.aac -c copy out.flv