Skip to content

Java implementation of the ffmpeg demuxing and muxing API usage example

Notifications You must be signed in to change notification settings

tercanfurkan/mediaconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java implementation of the ffmpeg demuxing and muxing API usage example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages