Akagi201 / ffmpeg-remuxer

remux without recodec using ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg_remuxer

remux without recodec using ffmpeg

Features

  • remux without codec
  • judge the file format according to the file extention.
  • Use cmake for cross-platform build.

Dependencies

  • libavformat
  • libavcodec
  • libavutil

Build

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

Usage

  • ffmpeg_remuxer input.{ext} output.{ext}

About

remux without recodec using ffmpeg

License:GNU General Public License v2.0


Languages

Language:C 98.0%Language:Shell 2.0%