Skip to content

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.

License

Notifications You must be signed in to change notification settings

mosdav/ffmpeg-windows-build-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-windows-build-helpers

Cross-compiling from a Linux environment:

  1. Install minigw-w64
   $ sudo apt-get install mingw-w64
  1. Clone this repo

  2. Run ./cross_compile_ffmpeg.sh -h to see what are the available options

  3. Invoke the cross compilation script as root ! (invocation example)

   $  sudo ./cross_compile_ffmpeg.sh --build-ffmpeg-static=n --build-ffmpeg-shared=y --gcc-cpu-count=4 --compiler-flavors=win64

About

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.1%
  • Shell 17.0%
  • C 1.4%
  • Batchfile 0.5%