Skip to content

Mirror of git://source.ffmpeg.org/ffmpeg.git

License

Notifications You must be signed in to change notification settings

QXIP/FFmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg.js Core

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

This repository is a fork of FFmpeg to build ffmpeg-core.js, you can find build scripts in build-with-docker.sh and build-js.sh

To build ffmpeg-core.js, install Docker and execute:

$ git submodule init
$ git submodule update --recursive
$ bash build-with-docker.sh

It outputs ffmpeg-core.js in wasm/dist/ directory.

More details about FFmpeg: https://github.com/FFmpeg/FFmpeg

About

Mirror of git://source.ffmpeg.org/ffmpeg.git

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.5%
  • Assembly 6.7%
  • Objective-C 3.9%
  • Makefile 1.3%
  • C++ 0.5%
  • Shell 0.1%