Jar examples for l:libavformat
The libavformat library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource.
You can download jar file libavformat 4.0.0 in this page.
You can use the following script to add libavformat-4.0.0.jar to your project.
<dependency> <groupId>com.tagtraum</groupId> <artifactId>libavformat</artifactId> <version>4.0.0</version> </dependency>
compile group: 'com.tagtraum', name: 'libavformat', version: '4.0.0'
libraryDependencies += "com.tagtraum" % "libavformat" % "4.0.0"
<dependency org="com.tagtraum" name="libavformat" rev="4.0.0"/>
@Grapes(@Grab(group='com.tagtraum', module='libavformat', version='4.0.0'))
'com.tagtraum:libavformat:jar:4.0.0'
Click the following link to download the jar file.
libavformat-4.0.0.pom