How to make .avi, .mp4 file with jpeg frames?
问题 I'm working with IP camera, and I have got Jpeg frames and audio data (PCM) from camera. Now, I want to create video file (both audio and video) under .avi or .mp4 format from above data. I searched and I knew that ffmpeg library can do it. But I don't know how to using ffmpeg to do this. Can you suggest me some sample code or the function of ffmpeg to do it? 回答1: If your objective is to write a c++ app to do this for you please disregard this answer, I'll just leave it here for future