FFmpeg How to write video to a file

后端 未结 3 981
走了就别回头了
走了就别回头了 2020-12-24 15:38

What i want is

 1. Get video packet from stream source
 2. Decode it
 3. And write  that decoded data as video file(avi, mpeg etc)

I can ab

3条回答
  •  隐瞒了意图╮
    2020-12-24 16:08

    you need to write an encoder to convert raw data to required video format

    ffmpeg encoding sample wanted?

    Encode audio to aac with libavcodec

提交回复
热议问题