This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368 如何将编码数据不写入文件而写成流的方式,然后用FFMPEG实现音视频的AVI封装?



跑的是DM368裸板,现在根据里面DVSDK DEMO来修改,DEMO里面音频和视频分别是单独存储在各自的文件中,没能满足要求,现在我想将音视频数据不写入文件而写成流的形式,然后通过FFMPEG来实现AVI封装!