ffmpeg-muxer icon indicating copy to clipboard operation
ffmpeg-muxer copied to clipboard

Mux a video bitstream and a audio bitstream together into one file based on FFmpeg

ffmpeg-muxer

Mux a video bitstream and a audio bitstream together into one file based on FFmpeg

Features

  • Mux a H.264 bitstream (in MPEG2TS) and a mp3 bitstream file together into MP4 format file.
  • Use cmake for cross-platform build.

Dependencies

  • libavformat
  • libavcodec
  • libavutil

Build

  • ./start_build.sh
  • build target is located in build/ffmpeg_muxer

Usage

  • ffmpeg_muxer

Refs