remux without recodec using ffmpeg
- remux without codec
- judge the file format according to the file extention.
- Use cmake for cross-platform build.
- libavformat
- libavcodec
- libavutil
./start_build.sh
- build target is located in build/ffmpeg_remuxer
ffmpeg_remuxer input.{ext} output.{ext}