/mediaconverter

Java implementation of the ffmpeg demuxing and muxing API usage example

Primary LanguageJava

mediaconverter

Java implementation of the ffmpeg API example program (remux.c) to demux and mux a media file with libavformat and libavcodec.

The output format is guessed according to the output file extension.

Remux streams from one container format to another. Data is copied from the input to the output without transcoding.