Skip to content

vivienschilis/ffmpeg-head

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG bootstrap

Build ffmpeg, qt-faststart and segmenter with its dependencies statically.

git clone git://github.com/vivienschilis/ffmpeg_bootstrap.git
cd ffmpeg_bootstrap
make bootstrap

Apply ffmpeg patches (optional)

If you to apply patches on ffmpeg, put your XX_yourfile_.patch file into the build/patches directory Use the following syntax to ensure the good order 00_myfirstpath.patch 01_mysecondpath.patch etc...

make patch

make unpatch # if you what to unpatch in the inverse order

Compile codecs and ffmpeg

make

Compile qt-faststart (optional)

make qtfs

Compile segmenter (optional)

make segmenter

Install all binaries

make install

Clean all libraries

make clean

Clean all environment

make cleanall

Brew

brew install https://raw.github.com/vivienschilis/ffmpeg-head/master/brew/ffmpeg.rb --HEAD

About

Compiles a static ffmpeg from git master branch

Resources

Stars

Watchers

Forks

Packages

No packages published